In advance pdf template. I've to get the value fro...
# advancedpdf
s
In advance pdf template. I've to get the value from a custom sublist attached to the invoice record.. how do I do that ..can anyone help me ? Kindly advice . Thanks
d
Scripting is required for this, as per my knowledge
s
So we cannot incorporate this ask by changing the XML file alone ? @D17339
d
To my knowledge, No, lets wait for some more replies from other experienced developers
🤞 1
n
If you inspect the transaction (add to the url &xml=T) look for a recmachcustrecord. You should be able to identify your custom record sublist. At which point you can acces the list such: <#list record.recmachcustrecord_mysublistrecord as recmachcustrecord_mysublistrecord> As you would with the item list. (obviously switch out the correct sublist name!) There may be limitations to this depending how your sublist is added to the transaction I'm not 100% sure (it's 1:36am and I'm half asleep 😄 )