User edits to records in Sales Shipment Header

Hi there.

We have a requirement to be able to allow users to edit a couple of custom fields the Sales Shipment Header through the form 130 Posted Sales Shipment.

Currently any changes to the information a user makes appear to work, however if you move from that record to another, then back, the changes made to the record are gone.

I’ve checked the code for anything that looks like it could be causing it, but I’ve turned up nothing. I’ve also ensured the fields are not read only, and are editable.

I hope I’ve been clear enough. Does anybody have any ideas?

thanks, Mark

Hi Mark,

In the OnModifyRecord trigger there is a call to the codeunit 391 - Shipment Header - Edit. This controls what can be edited - you might look at doing a mod in there.