what is the internal ID or way to via script set t...
# suitescript
s
what is the internal ID or way to via script set the what are the values ?
Copy code
if (shipid == "12867" && shipdata.fedexEnvelope) {
        fulfillmentRecord.setValue({
          fieldId: "packagingfedex",
          value: "xxxxx",
        })
      }