PA52.1 and Must Inquire Msg

 3 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Steven Gray
Advanced Member
Posts: 21
Advanced Member
What's the method to use in an AGS call on PA52.1 with FC=A to bypass the message "Must inquire on code before adding?"

I tried EVT=CHG, and PC-XMIT=1 with no success.
BarbR
New Member
Posts: 0
New Member
With EVT=CHG and FC=A
Add these at the end:
XMIT-HREMP-BLOCK=0001111100
FROM-WORKFLOW=Y
BarbR
New Member
Posts: 0
New Member
Oops - meant to say to use the FROM-WORKFLOW=Y if you are building the PA52.1 action from ProcessFlow.
Steven Gray
Advanced Member
Posts: 21
Advanced Member
Thanks. Got it working.

I also had the field name wrong, which produced the message "Type at least one change."  It was &PCT-NEW-VALUE-1r0, forgot the ending "r0" part.