Join Slack
Powered by
Is it possible to loop through the items on a sale...
# suitescript
d
Dan P
05/22/2020, 2:01 PM
Is it possible to loop through the items on a sales order for a regular email template (not advanced pdf/html template)? Tried <#list record.item as item> but it didn't seem to work. Can't seem to find lists on the fields dropdown, only body fields.
m
michoel
05/23/2020, 10:19 AM
Try transaction.item instead of record.item
3
Views
Open in Slack
Previous
Next