Hello Everyone, I am facing a challenge and would ...
# general
v
Hello Everyone, I am facing a challenge and would appreciate your guidance. Is it possible to replicate the Item sublist functionality within a custom record type in NetSuite? Specifically, I would like to be able to add multiple items along with their related details (such as location, quantity, rate, amount, inventory detail, etc.), similar to how this functionality works in standard records like Purchase Orders or Sales Orders. As you can see in the attached screenshot for reference. Thank you in advance for your support!
m
If you are truely wanting to add items to a Sublist you can make a custom transaction type. Uses the sales or purchase type and it’s just like an SO or PO
If you want to have 2 custom record types (1 parent and 1 child record) and have the ability to enter child records in a “Sublist” format you can do this by leveraging the record is parent setting and the allow child record editing setting
v
Thank you so much, @MGBC. I was able to achieve this using a parent-child custom record relationship. I just wanted to confirm one thing: without a parent-child custom record relationship, we cannot create a sublist directly on the custom record. Is that correct?
m
yes correct
A custom transaction type has a sublist with it as part of the record, but not a custom record
👍 1