I’m experiencing an issue. I’m using TypeScript an...
# suitescript
f
I’m experiencing an issue. I’m using TypeScript and it doesn’t allow me to set column for ‘setMatrixSublistValue’. I get the following error:
Copy code
Argument 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.
Script works with this.. but feel like it’s not the way
s
make sure you're up to date with the latest @hitc/netsuite-types. If so and you still get this error, submit a pull request to fix it.