Lotus Notes debugger is showing error at the following code line when the schedule agent is run manually to test.
set doc=view.getfirstdocument (where doc is notedocument object, view is notesview object), but when the same is run in schedule agent, there is no problem. I want to know the reason. error shows : object variable not set
Software/Hardware used:
lotus script
ASKED:
January 11, 2013 10:06 AM
UPDATED:
January 11, 2013 1:02 PM
Is there some sort of security on the view that allows the agent to see it, but not the tester?