Failure in LotusScript on 8.0.2 Client, don’t know if it is the same on older releases.
On a hosted environment (xSP Enterprise) the scriptcode:
eval = Evaluate(“@IsVirtualizedDirectory”)
returns False and not True
[eval(0) = 0]
Is there a workaround?
I need a view.getdocumentbyKey on the Names.nsf view ($Users), but on a hosted server (@IsVirtualizedDirectory=1) IBM has changed the Viewentry to “@” + Domain + TAB + username, and i can’t use this string to get the user dok, because of the TAB.
THX