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