
Hi All,
Can anyone tell me which method gets triggered when a sales line in the sales order form is added / modified / deleted? The overall goal is to detect if a line is changed so I can set the workflow approval state back to not submitted.
Thanks,
David
*This post is locked for comments
I have the same question (0)Hi David,
I suggest to create a method on the SalesLine table level and call it from three methods on the salesLine table,
Insert.
Update
Delete.
Regards,
Bilal