Having some trouble with the DBLOOKUP commandI’ve a field call “NAME” that allows users to enter their Notes or Non Notes user name.
So I’m trying to write an agent to send mail notifications to the users who has Notes account and bypass the ones without notes user account. This is what
temp := @DbLookup( “” : “NoCache” ; “servername” : “database” ; “view” ; name ); columnnumber);
I don’t know if my statement is correct… but I just can’t get the return value. Any help would be thankful