My Stuff
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"…