Hi,
I’ve a view which holds the employee documents (with items like SSN, TerminationDate etc.) that are ready to process by a daily scheduled agent. There may be duplicate documents for a given SSN ( as it may be submitted by Manager and admin asst etc.). But the agent should process only the most recently submitted document for a given SSN and move out the duplicates from that view.
Please let me know the design consideration?. I’m thinking in the lines of using a LotusScript list of documents…
Thanks in advance.
Adi