Hi all, I saw in Sales Order Edit form, NetSuite h...
# general
h
Hi all, I saw in Sales Order Edit form, NetSuite has a Item grid which allows user to inline add and inline modification. I want to crate a similar grid in a custom form. Anyone have any preferences ?Thanks in advanced
b
your non-scripted options is Parent-Child Record Relationships
i tend to like the documentation for Custom Child Record Sublist Creation with SuiteScript better
the full suitescript alternative is adding a sublist using Form.addSublist in a beforeLoad user event script
h
yes I am research how to do that without scripting
b
parent / child is your choice then
i still recommend the second link, despite being aimed at suitescript, it still offers nice instructions on how to setup the sublist
h
ah yes i did that. but i dont know how to get my grid allow users to inline add and inline modification like Item grid in sales order
when I click new in my grid, it open a new page for me to input. not add another row in the grid
b
you are on step 1
h
very much thanks