Hi,
I want to add a field(Select type) in line in Sales Order which shows serial numbers of the serialized item added in the line. How can I do that ?
TIA
b
battk
07/20/2023, 1:20 PM
Form.addField in a user event to add a scripted field
@battk I am adding field in beforeload in UE and inserting option in client script but on saving the transaction record the field in line is not showing.
b
battk
07/20/2023, 2:12 PM
those fields are temporary
battk
07/20/2023, 2:13 PM
if you want to store data, you will probably need to store it in an actual custom field