How to Re-query a standard form.
686390Feb 20 2009 — edited Feb 20 2009Hi there,
There is a need to Requery a standard Service Request Form.
When "Launch Workflow" button is pressed, it updates a DFF at the database.
After this if we wish to add description in Task Description Field, it throws error "Record updated by another user"
As Attribute value has been changed at the database but this value is not reflected on the Standard Form.
we have to hit CNTRL+F11 manually before we can update any field again..
Is there any way to Re-query the form?
Is it possible through Form Personalization on some event?
I have tried DO_KEY(EXECUTE_QUERY) but its not working.
Please help.