on a SuiteLet which has a sublist, when you select...
# suitescript
n
on a SuiteLet which has a sublist, when you select lines and submit it, how do you pick up the sublist line count in the POST? I cannot find an example, I've done it before but it's driving me nuts! I thought it was something like: context.request.getLineCount({sublistid:'custpage_stock'})||0;