We’re working on the Certification email template in IdentityNow. In order to explain more to the reviewer at initial contact, we would like to include the description text from the certification in the email that initially goes to them.
In the template, we see the certification name referenced in the default template as ${certification.certificationGroups.get(0).name} which works perfectly well. Documentation seems exceedingly light around this syntax & components of the reference.
We tried ‘intuitive’ solutions to access the description within the template so far with no luck:
nope - ${certification.certificationGroups.get(0).description}
nope - ${certification.description}
Any guidance on proper variable reference to obtain the certification campaign description within the Certification email template?
Thanks for the reply. This is pretty disappointing but consistent with what I’m finding.
Is there any documentation about the objects used here or methods? get(0) for instance - perhaps they’re are other methods or arguments to get more of the object?