Validate Multiple line at a time and show the message using the Form Personalization in EBS
Hi All,
I have a requirement is i have the sales order and i have the ship set 1 which is having the 3 lines.
If any of the line ship_to_contact is missing for a particular ship set then show the error message.
ORDER | SHIPSET | line | Ship_to | Ship_To contact | Deliver_to | DeliverTo Contact | Expected Result |
O1 | 1 | L1 | S1 | SC1 | |||
O1 | 1 | L2 | S1 | NULL | Show Error 'Ship to contact missing' | ||
O1 | 1 | L3 | S1 | NULL |
When i am using the When validate trigger it is working work each line but while saving we need to validate all the lines and display the error message .