Advertisement
DataCCIW

Set registrationInstanceId on Add Registrant Page

Feb 21st, 2024 (edited)
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {% comment %}Necessary for setting the registrationInstanceId on the internal Add Registrant Page{% endcomment %}
  2. {% if registrationInstanceId == '' %}
  3. {% assign registrationId = 'Global' | PageParameter:'RegistrationId' %}
  4.     {% registration Id:'{{ registrationId }}' securityenabled:'false %}
  5.    {% assign registrationInstanceId = registration.RegistrationInstanceId %}
  6.    {% endregistration %}
  7. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement