CUSTOM.pll - WHEN-VALIDATE-RECORD - Sales Order Lines - Not working
Hi,
I have written validation code in WHEN VALIDATE RECORD in Sales order Lines Block of Sales Order form.
When my validation failed I am calling RAISE FORM_TRIGGER_FAILURE. But still the record is saving.
I don;t know why it is behaving like this.
I want to terminate the process if My Custom Validation is failed.
Thank you.