I am facing an issue in handling computed fields from lotus script agent. Please find below description:
There are two fields in Main form (web main form) Start Date and End Date,text fields,which are computed fields and are being computed using DBcolumn, and then on submit button, agent is called.
In lotus script agent I want to use values of these two fields, but I am unable to use them using document context but can not get the value of these fields.
Eg. EndDate=doc2.EndTime ( doc 2 is session.document context)
Any help will be appreciated.