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
Not sure if there is a way to get an Item with just an ID and not specifying a type.
Also i tried doing Record.Type on the sublist current line and it keeps returning me salesorder.
Sorry if this is not so clear. Thanks in advance
This is a cached copy. Click here to see the original post.