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!
Search in a custom form
I need to find some values for a custom form. I'm trying with some examples but this dont work...
******************///////////////////////////////////////////////*******************
CustomRecordSearch customRecordSearch = new CustomRecordSearch();
RecordRef recordRef = new RecordRef();
recordRef.setInternalId("3");
customRecordSearch.setRecType(recordRef);
SearchResult result = port.search(customRecordSearch);
*****************///////////////////////////////////////////////*******************
Any body can giveme a little of help
0