Hi everyone, As attached screenshot, it is a repor...
# general
a
Hi everyone, As attached screenshot, it is a report created via suitelet and when I clicked on Export button it should print the result of this report as another suitelet PDF. I want to know how to access the sublist like Source Summary or By Team or any and get values from it to print ?
s
#C29HQS63G, field level values are sitting on
context.request.parameters
and sublist values can be retrieved with
context.request.getSublistValue()
. You can check the help pages
ServerRequest.getSublistValue()
for more information
a
@Sandii I tried it before but it didn't solve my issue, it returned undefined or empty value