To save me having to write some code to return each response code problematically and trap them in app connect with a notification, anyone got a full list of the name to code mappings of these so i can use the response component to trigger these events problematically?
Thanks @patrick, that clarifies things but unfortunately kills my idea of manipulating responses to trigger app connect actions
If i may trouble you for a few moments of your expert mind if you have any relevant ideas.
I am working on multi-user record locking ideas basically i need to trigger a connection reload when the “lock-check” server action gains a lock on a record.
I had hoped to be able to return a status code to trigger one of the dynamic server connect actions to do a server action -> load but based on the info you have supplied I don’t think this is practical.
Can you suggest how i could trigger a server action refresh within app connect based on a return value of any kind from Server connect
My logic is:
A server action, “pulsed” by scheduler checks record to see if locked via date/time signature - working
If locked, user is informed and submit button disabled - working
If no longer locked, user gets lock and submit button activated - working
However I would like the form content server action (separate action) to refresh when new lock granted before the button is enabled so the new info is shown or obviously i would just get overwritten when the form was submitted.
Is there any way to conditionally load the form server connection based on a value returned by the server action “pulse”