Felix Divall
02/02/2023, 8:25 AMArgument of type '{ sublistId: string; fieldId: string; line: number; column: number; value: number; }' is not assignable to parameter of type 'SetSublistValueOptions'.
Object literal may only specify known properties, and 'column' does not exist in type 'SetSublistValueOptions'.ts(2345)
And if I don’t have it, NetSuite will tell me it’s missing a required argument.Felix Divall
02/02/2023, 8:33 AMShawn Talbert
02/03/2023, 4:00 AM