Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
New custom field not flowing to PDF/HTML template
Hi Guys
I am having some issue showing the value of a new custom field for subsidiary record in PDF/HTML template on one of our sandbox account.
I have created a new custom field "Bank ID" ID= "custrecord_sub_bank_ident". Trying show this field in our PDF/HTML invoice template by using the following syntax:
${record.custbody_sub_bank_ident}
this syntax follows the same criteria as the other custom field in the template which are flowing properly.
Examples of the other custom fields that are flowing properly:
[LIST]
[*]Field ID= "custrecord_sub_routing_number"
Syntax = ${record.custbody_sub_routing_number}
0