<@UKX9KHQBV> otherrefnum is the field id
# general
p
@Ehsan Ali otherrefnum is the field id
e
"magento_refference_id" is the field id
b
i don't know of any field named magneto_refference_id. however, like Patrick said, the error is probably telling you that the field with id otherrefnum is missing a value
e
where is telling that value of 'otherrefnum' is missing, in error message ? In error message shows error for 'PO #" field.
b
the PO # field is the label for the otherrefnum field
lists many fields and their labels
but in general, you go to the sales order and find the field named PO #
e
Thankyou very much battak.
But still I am in trouble, In sales_order-> list, no field is there with the label PO #
I want to check whether the required attribute is false or true for this field.
k
Try "PO/ Check"
b
the list view for a sales order does not show all the fields. open an individual sales order and see whats required or not. If you want to be more robust, you can take a look at sales order forms to see what is required or not you can also do it via code using Record.getField to get a reference to a Field object (https://system.na2.netsuite.com/app/help/helpcenter.nl?fid=section_4273153320.html)