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!
record.Type - Is there a faster way to figure out the proper "Item" Type?
Hi again,
So i have this issue. I'm working with Sales Orders and within the Item sublist, i can pick Items with different types like: "Inventory_Item" or "Item_Group" or "Service_Item". Now, if i go through the sublist and i retrieve the id of the Item, i was wondering if there was an easy way to determine the record Type of that Item? Currently i'm doing something like
Get the record using type: Inventory_Item. If it is null, try getting the record using type: Item_Group. If it is null, try getting the record using type: Service_Item