what would be the best practice for setting a fiel...
# suitescript
s
what would be the best practice for setting a field when it might be blank and i need to set it with default data meaning what will phone be if it blank ["", null ,undefined]
Copy code
let phone = fulfillmentRecord.getValue({ fieldId: "shipphone" })