``` record.submitFields({ type: "customrecord_g...
# suitescript
r
Copy code
record.submitFields({
   type: "customrecord_gbs_invtry_bal_child",
   id: "2610",
   values: {
      custrecord_gbs_item_parent: null
   },
   options: {
      enableSourcing: true,
      ignoreMandatoryFields: true
   }
});
m
This doesn't work? Off the top of my head, this is what I would use.
t
Empty(‘’) string should work if this is a select field
r
Looks right to me. P.S. shorthand property names are COOL if using 2.1
Untitled.pas
Huh that's weird. Slack is changing the snippet type from JS to Pascal. rude