Just get an advanced question, it is hard to get an answer anyway. I just want to know the LS code so that I can manipulate Editable PDF file and programatically put value in and save it.
I found an code that can read Excel file and return value of field name so I think there must be a way to make this possible.
Second question, I have like 100 schedule agents running. I want to write my own log file for their activity. Simple, when they get running, I include the code that write the Date and the Time it runs.
However, I could not find any function that return the agent name itself. Can you help me ?
The property you want is NotesSession.CurrentAgent.Name
However, check out the OpenLog project on OpenNTF (www.openntf.org). This will allow you to just include a single line of code to log the start of the agent and it will be categorised by database and agent.