and `transfer` is not a valid record type
# suitescript
e
and
transfer
is not a valid record type
a
@erictgrubaugh So If I want to set a field value on the Transfer record, how can we set it?
e
How do you normally find the IDs for records and fields?
Use the Records Browser: https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2020_1/script/record/salesorder.html Find the correct IDs for a Transfer Order and the fields you want to set
a
nlapiSubmitField('transferorder',5176010,'custbody_upy_linked_to_bai','F'); still not working