What's the easiest way to add a custom sublist to ...
# suitescript
s
What's the easiest way to add a custom sublist to a native record for displaying search results via code? In my case, looking to add a tab to the Transfer Order form which shows output from a search (showing other transactions tied back to the transfer order being viewed). Through the UI, "transfer order" is not one of the choices for record types to apply a sublist to so I presume a code based solution is required? I'm hoping there's a simpler answer than building out an entire form.Sublist and populating all the fields and rows in code?
t
have you try the parent child record
s
That's a good thought, I haven't tried yet, but does that still let me control the name of the subtab and have the sublist show all the data from a saved search?
t
If you are going to use a saved search for a subtab. I believe you can customize the label of your sublist
s
Thanks @NElliott - that link is exactly how you'd typically do it, but the problem is Transfer Order doesn't appear in the list of available transaction checkboxes 😞
message has been deleted