My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
Hi @Angela Bayliss , You mean I want to create a script for customer statements instead of using Advanced PDF? Could you please guide me through the steps so I can try it out.
-
Hi Angela Bayliss, Sorry for the confusion. I want to pull JE line level custom field(line level field) values in Customer Statement but I can't, It 's not showing values, Is the Statement only take body level values?
-
Hi @Angela Bayliss , My requirement is to fetch a custom checkbox value from the account record . If the checkbox is checked, I need to eliminate the JE entry while printing the custom statement.
-
Hi @Angela Bayliss, I am using Advance Statement pdf only, please find the below code I tried <#if line.description?contains("Journal")> <td align="right" colspan="4">${line.account}</td> <#else> <td align="right" colspan="4">No Value</td></#if> <#if line.description?contains("Journal")> <td align="right"…