My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Action Required: Review and submit pending reconciliation matches before the NetSuite upgrade to avoid rework. After 26.2, unsubmitted matches will be unmatched. For more details, see SuiteAnswers 1047397
Comments
-
Hi @Steve Buttitta But in the Customer Statement, we only have the JE name and amount. If I want to create a JSON to store the values, the Customer Statement can have any number of JEs, and the account used should be stored at the line level. In this case, how can we store this information in the Customer record?
-
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"…