Create scenario SkipIf based on contact Pager value

Status
Not open for further replies.

bar-oz

Titanium Partner
Advanced Certified
Joined
May 5, 2019
Messages
21
Reaction score
4
Hi,
I've edited the SF template to get custom column "Is registered to mailing" that contains True\False.
I've first edited the Lookup scenarios so if the value is True than Pager=1, False than Pager=0.
Now I need to make new scenario that will be triggered next to the CreateCallActivity (by output next), but I need it to be triggered based on the contact Pager value, SkipIf Pager==0.
The problem is the Pager isn't available for using in the scenarios.
What can I do to achieve it?

Thanks.
 
During call journaling, only Name, Number, EntityType and EntityId are available from the found lookup result. You would need to do the opposite and actually query the contact again during call journaling to grab your Pager value instead of grabbing it during lookup, which renders it useless.
 
Status
Not open for further replies.