Hey all, I’m trying to set the job on a sales order via user event script without automatically pulling in the service items from the job. I’ve tried ignoreFieldChange but service items still get brought in. Is it possible to prevent this
sales_order.setValue({fieldId: 'job',value:job_id, ignoreFieldChange:true})