I have a flow that does a change action via AGS to PA52. PA52 gives a message of "please verify rate of pay" where it basically wants you to click add/change again.
Is there a way to ignore the message and force the change with an ags call, or perhaps throw it another change/add at the end of the call.
I tried another AGS node immediately after, but naturally it inquires first, thus clearing the value I wanted to change to begin with.
Any ideas?
Yes, you can get past that "soft warning" by using a parameter in AGS that is called XMIT. You would pass that as YES and that should let it get past the soft warning. Cheers