Marwan
02/07/2023, 11:47 PM${record.subsidiary.mainaddress_text}
but it returns this error ERROR: Field 'subsidiary.mainaddress_text' Not Found
And when I try to check the available fields using this:
<#list record.subsidiary?keys as key>
${key}
</#list>
it returns this error For "?keys" left-hand operand: Expected an extended hash, but this has evaluated to a hash+string
I am not sure what does hash+string
means
What is the right way to do it?ragnarsparta
03/17/2023, 10:05 PM