This was a query sent over to me from a colleague. Personally not sure how to handle it (I gave up when I saw macro - we're moving to 8.1 at some point, ain't no client side macros no more).
====================================================== User Tool Version: 7.6.04 SP4 Server Version: 7.6.04 SP4 Bespoke Incident Application. I want to be able to refresh an incident from the Incident form itself, using workflow, in the same way that hitting F5 refreshes the incident. The form is in *Modify* mode. *Commit Changes* is not suitable since it does not appear to have the same effect as simply clicking F5. Opening a new window for the same entryID and closing the old one is not suitable due to problematic interaction with a macro query and rsults list handling. >From an *Active Link* attached to a button, I have tried using *Run Process* with PERFORM-ACTION-GET-ENTRY (Record ID is the entryID, field ID 1). PERFORM-ACTION-GET-ENTRY returns no value and merely returns an anonymous failure if used it with Set Fields and $PROCESS$. It is also only run on an AL in the client, so requires no “@@:” token. I have tried these variants : PERFORM-ACTION-GET-ENTRY “$Record ID$” PERFORM-ACTION-GET-ENTRY $Record ID$ PERFORM-ACTION-GET-ENTRY <hard coded entry ID> PERFORM-ACTION-GET-ENTRY “<hard coded entry ID>” In all cases, I get an error window: ====================================================== Problem: The following specific error(s) occurred when executing PERFORM-ACTION-GET-ENTRY “$1$” *(or $1$, <hard coded entry ID>, “<hard coded entry ID>”* *depending on the call I am trying)* Hint: Press Details to display the error message Details: The system cannot find the file specified. ====================================================== _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

