+1 vote
in Rock by TinaStephens (8.6k points)
edited

Asana (is a subtask of this task)https://app.asana.com/0/1202285749308316/1203869875161622/f

I added login information for their Rock to the task-

https://rockffyh.scottsdalebible.com/

The person token on this contribution statement email template for Firm Foundation Youth is not opening from the email-

Template: https://rockffyh.scottsdalebible.com/admin/communications/templates/8

href="{{ 'Global' | Attribute: 'PublicApplicationRoot' }}ContributionStatement?StatementYear=2022&rckipid={{ Person | PersonTokenCreate:136800,null,686 }}">

Contribution Statement CMS Page-https://rockffyh.scottsdalebible.com/page/103?Page=686&ExpandedIds=1%2c216%2c320&Redirect=false

by TinaStephens (8.6k points)
Updated the security to not block person tokens and it still isn't working

1 Answer

+1 vote
by TinaStephens (8.6k points)
edited
 
Best answer

This Rock instance does not use the External website. Their public root pointed to their business website not associated with Rock. To make the person token work the root application folder had to point to the InternalApplication Root. This was the new token:

href="{{ 'Global' | Attribute:'InternalApplicationRoot' }}ContributionStatement?StatementYear=2022&rckipid={% raw %}{{ Person | PersonTokenCreate:43200,null,686 }}{% endraw %}">

Thank you to Mason and Kate who figured this out.

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...