Trying to use an Add_info call on the PurchaseReqLinePart and PurchaseReqLineNopart lines.
Basically, I want to pop up a warning message when the record gets saved (and certain criteria are met).
That’s all working, BUT.. I need to pop up a warning message..
Now, I can use an ERROR_SYS.Record_General('Blah Blah’) , but that stops the transaction and rolls it back.
I’ve tried every combination I can think of for the LU_NAME:
Client_SYS.Add_Info('LU NAME' , 'Blah Blah' );
ie PurchaseRequisition,PurchaserequisitionLIne, PurchaseReqLinePart, PurchaseReqLineNopart..
.. and.. nothing.
I’ve read somewhere that “some” screens have messaging turned off. Is this one of the screens?
(Purchase Requisition screen, Tabs at the bottom, system info says PurchaseReqLinePart and PurchaseReqNopart)