is there a way to update the external id of an ite...
# suitescript
l
is there a way to update the external id of an item record through a script?
j
Yeah. Can set the same as any other field.
Copy code
.setValue('externalid', 'yournumber')
l
thanks!