Velocity script look for different program status | Community
Skip to main content
New Participant
April 7, 2021
Solved

Velocity script look for different program status

  • April 7, 2021
  • 1 reply
  • 1774 views

Some background:

Having 5 or more programs, and trying to send a dynamic email based on their member status.

 

I know I can use a "custom field" to store the value when the status smart campaign updates. And from there the velocity script can check the value to display the dynamic content.

 

**But I am looking for some long-term solution that is not required to create any "custom field". Can someone show me the step?? or other ideas...

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

It's not possible. Velocity does not have access to the current Program Status (in fact, it's not available as a token even outside of Velocity). You have to use a Program Member Custom Field to persist the status.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
April 7, 2021

It's not possible. Velocity does not have access to the current Program Status (in fact, it's not available as a token even outside of Velocity). You have to use a Program Member Custom Field to persist the status.