Hello All, Below is my Suitelet code. I am able to...
# suitescript
v
Hello All, Below is my Suitelet code. I am able to get item-related fields in a sublist, but I am stuck on fetching inventory details. Does anyone know how to fetch inventory details on the frontend? Additionally, how can we get inventory details of any item through scripting?
b
v
But how do you add an inventory detail (subrecord) in a Suitelet form?
b
thats not an option available to the serverWidget
subrecords are viewed via iframes, so you can get their url and then open your own window to them in client script
or potentially a link if you really wanted to use html
v
Oh, I see. I will check it. Thanks, @battk.