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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Getting the Item Type in SuiteTalk
Hi all,
I'm using PHP to updates some records through SuiteTalk. I have the internal ID of the items I need to update, but not information on whether they are inventory, assembly, or kit items. I can't update without the item type, but I can't call a Get command to look at the item record to get the item type without knowing the item type in the first place.
Is there a way to get that information through SuiteTalk (coming from an outside call) in order to update records appropriately? Or do I just have to cycle through the different choices if inventoryItem fails?
0