metropoj
14th June 2012, 11:52
In Sales Orders / Order Lines, once an order gets past a certain point in the process, fields are locked down to prevent certain changes. Makes sense.

We do, however, often need to edit certain non critical or text fields that also get locked down after a certain point. This usually means we have to either GTM or maintain text session to modify...

Is there a way, perhaps via an uedll that could be set up to prevent these certain fields from locking ?? maybe it is just a table def change but I am curious of some kind of action I can try to implement..

Thanks for any assistance ....

JMM.

JaapJD
15th June 2012, 08:38
Because fields are disabled from the DAL constraints, you can not override this behavior. The UEDLL only allows for infuencing the save and destroy actions.
However, if you have the development license, you can create your own session to do this. Add this session as a form command in the Sales Order / Line session.
But be very careful! What you consider as non-critical may be critical in LN's logic. Infor's support will not be happy if you bypass the standard logic in this way and there are issues.

metropoj
15th June 2012, 10:54
Yes, thanks for the input. Our backup solution was to create a session and forms to allow the fields to be updated that would access those order fields we wanted. Mostly it is text or carrier selection as we do this now via GTM changes.... i would drop an option form the Specific tab to go to that session for editing. Was just hoping for an easier work around.

Thanks !

Dieter
10th August 2012, 01:57
Mostly it is text or carrier selection as we do this now via GTM changes.

Are you aware of the fact that the text might be copied ?. If it´s locked then a copy exist somewhere. Also the carrier selection might be copied to other tables. To change fields in sales orders via GTM can end up in a big mess.