Hi everyone, I need a script that when I open a sa...
# suitescript
a
Hi everyone, I need a script that when I open a sales order creation it places a customform as default, the setvalue doesn't work.
newRecord.setValue({
fieldId: 'customform',
value: 88
});
but i test with other field like "memo" and work, what i need to do? thanks!!!
b
pay closer attention to your first question, you need to use N/redirect
👍 1
a
thanks!!! it works