Hi, I want to add a field(Select type) in line in...
# suitescript
k
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
Form.addField in a user event to add a scripted field
Field.insertSelectOption in a client script to add your options
k
@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
those fields are temporary
if you want to store data, you will probably need to store it in an actual custom field