Discussions
Help with nlobjSubList .addField()
Goal: Add a tab to a form and display a sublist (of transaction lines) as defined by a saved search.
I've added the tab and list object successfully. I can also pull in rows using .setLineItemValues() passing my search results array. The number of rows is good.
I am having trouble with .addField() especially with a grouped/sum summary type. Without grouped results, the following works but I'm looking at item IDs. Do I have to explicitly reference the join to get the item name?
subList.addField('item','text','Item',null); subList.addField('amount','currency','Amount',null);Doc says to use the convention: name(_join)?(_summary)?(_display)?