Irina Mitrova
11/14/2024, 1:21 PMCeligo AI
11/14/2024, 1:21 PMAI generated answer (using internal Slack threads):To extract data in PDF advanced template from representingvendor entity of the subsidiary set in the invoice, you would need to use the correct field reference in your advanced PDF template. However, based on the conversations, it seems that not all fields are directly accessible in the advanced PDF template. If the field you are trying to access is not directly available, you may need to create a custom field and use sourcing to fill in its value from the representingvendor entity. Here is a general example of how you might reference a field in an advanced PDF template:
html
<p>${record.subsidiary.representingvendor.fieldname}</p>
Replace fieldname
with the actual field name you are trying to access from the representingvendor entity.
Please note that this is a general approach and might need to be adjusted based on your specific requirements and the actual field names in your NetSuite environment.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
11/14/2024, 1:21 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829180777
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819861472
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81495285
Celigo AI
11/14/2024, 1:21 PM