Hello all, if anyone has any quick fixes, much appreciated.
I have an agent setup to be ran manually when someone selects documents in a view. The coding in the agent is below.
The problem is that if you select 100 or so documents and choose to run the agent, the @prompt keeps coming up for each document that is selected.
This is probably working as designed and probably has something to do with the UI perhaps? Any suggestions from anyone? I’ll keep looking along and continue my search in this forum.
Thanks.
SELECT @All;
year := @Prompt([OkCancelEdit]; “What year”; “What year should these be counted in? <please enter as a 4 digit year ie 2004>”; “2004”);