Hello, does anybody knows how from a Client script...
# suitescript
m
Hello, does anybody knows how from a Client script I can reset the ship address selected by the customer, as well as the shipmethod?, I’m trying this: nlapiSetFieldValue(‘shipaddress’, null, true, true); but its not working.
b
same way you would do it in the ui
unset the
Ship To Select
field
and the
Shipping Method
field
m
how would u unset it?
@battk im trying to do a null, but it wont take it
or maybe im just messing up the name
b
Empty string
👌 1
m
@Maxi