Hi,
i want to check the values of the SalesOrderDetails after a user tried to fullfill a salesorder. Therefore I tried different ways but from no position I am able to get the context if a User clicked the "Fullfillment" Button before.
How can I get access to that from a onSave-Function in JavaScript?
One idea was
Xrm.Page.data.entity.getDataXml()
but after a click on "Fullfill" this is empty. Thought this must contain the changes statecode,
but unfortunately not.
So, how can i recognize in the onSave Function if someone clicked this Button?
Would be very happy if someone could help.
Best regards
Sonic
*This post is locked for comments
I have the same question (0)