Hello:
I’m wondering if someone could give me a hint as to why this command isn’t
working as I think it should.
I have a form with an embedded view (notes client - not web).
The embedded view includes a view action that acts on whatever documents
a user has selected in the view (the document collection). Once the agent
has finished, I would like to deselect all documents in the embedded view.
At the end of the script I’ve added uiview.deselectall.
Based on HELP, this should do exactly what I want.
And it does… so long as I have only one document selected in the view.
If there are two or more documents selected, then it returns a "command
is not available" error. The command is not inside of any loop, it is
literally the very last line of the script.
Any ideas?
Cheers.
A.