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!
how to get recordtype internalid via SuiteScript or SuiteFlow?
Gang,
I have a custom field on one of my forms that is a list type showing NS Record Types (CASE, CUSTOMER, OPPORTUNITY ect...)
What I need is when the user selects the type then I want to get the internal ID for that type. i.e. if I select Case I get 'case', if I select Sales Order I get 'salesorder'. I can return the true ID (an integer) but I cannot do anything with that.
does anyone have a clue where I should look for this? I tried opening the recordtype tables but that does not work.
thanks for any help you can provide