Hello,
I am trying to create a Custom Event using a Custom Field that has a Custom Enumeration in Apps10.
Freight Supplier is the custom field with the custom enumeration. I want the custom event to trigger and be a hard stop if Charge Cost > 0 and Freight Supplier is blank and require the User to enter a value for Freight Supplier if a Charge Cost value is entered:
So I have been able to get the Custom Event to work as an Information Message and trigger when the Freight Supplier is blank however, when I click OK it saves the record without a value in the Freight Supplier field. I can also enter the Charge Line with all the required information for Charge Cost and Freight Supplier, but it gives this message as well.
I have created the Custom Attribute for custom field Freight Supplier with ROWKEY at it was the only reference I coulld find:
I created the Event Action with following Conditions and used the Client_SYS.Add_Info in the SQL, as when trying to use error_sys.system_general option it was a hard stop and would not not me save the record even when the Charge Cost was entered and Freight Supplier custom field had a value:
Any thoughts or suggestions on how to get this custom event/event action to work as needed??