SalesOrderEntry OrderHed Message/Response

image

Anyone know what triggers this message and how to determine the response?

It appears when changing fields that can also be updated to the Line/Release.

So no one knows what triggers this message and how to retrieve the response in SalesOrderEntry
I do know it triggers within the MasterUpdate, but unable to retrieve the response.
System Saves and then triggers to update lines and releases.

After doing a trace through the UI (changing the NeedBy Date and then clicking Save), the MasterUpdate BO runs two times… and the SECOND time it runs there is a column in the OrderHed table called “UpdateDtlAndRelRecords” which is set True by default.

I’m not a programmer, but I’d bet that the MasterUpdate ran first when I changed the NeedBy Date, and then again when I clicked Save.

Yes, I did not see that field in the ttTable!!
Thats IT, I tested it.
I checked it at the Pre-Process and Post-Process
FirstRun it is false in the pre and post
Second Run it is True in the pre and False in the post

Thank You for your help, I believe I can get past this issue now!!