Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Is an RMA record type the same as the PO?
Hello All,
I am creating some suite script on the item receipt transaction and have been trying to figure out how to determine when the item receipt was created based on a PO or from an RMA. I take the internal id of the createdfrom transaction and then load the record casting it with the purchaseorder type.
It was my assumption that when I try to load an RMA using the purchaseorder type it would flag an error but to my surprise it did not. I then thought that even though it may have loaded correctly that when i did a getRecordType() function it would return the right type but it seems both the RMA and PO is giving me purchaseorder type. I then further thought that I can grab the label using getValueText() but that function is unsupported in suitescript! Does anyone have any idea if these findings are correct and what would be the best