Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Sales Order Custom Form
I need to use a Custom Form on a Sales Order. I see that I can set that on the SalesOrder object with a RecordRef object. The problem I'm having though is what type to set that RecordRef to.
SalesOrder so=new SalesOrder();
RecordRef form = new RecordRef();
form.setType(WHAT_SHOULD_GO_HERE);
form.setInternalId("88");
so.setCustomForm(form);
I can't figure out what type to set the RecordRef to.
Thanks,
tglaess
0