on 2025 May 21 1:34 PM
Hi ,
We have a rule configured in EC which sets the email adress , email type and IsPrimary to visibility to None.
This Rule is impacting Onboarding too, hence I tried to go to Rule Context and set Onboarding = No. it Threw a warning that Rule Context is not supported of event type "OnInit".
We dont want this rule to be enabled in Onboarding but it should remain functioning in EC due to GDPR. How can we achieve this ?
Would appreciate your help.
Thanks and Regards,
Parul
Request clarification before answering.
Here are a few approaches you can consider:
1- Use a Conditional Check Inside the Rule
Since you can't use the rule context directly for OnInit, you can add a condition inside the rule to check whether the process is part of Onboarding. For example:
IF userType != 'ONB' THEN
Set email visibility to None
This way, the rule logic itself excludes Onboarding scenarios
2- Use a Custom Field or Flag
If no existing field can distinguish Onboarding users, consider:
Use this field in your rule condition to bypass the logic for Onboarding users.
3- Split the Rule Logic
If the rule is complex, consider splitting it into two rules:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
5 | |
4 | |
3 | |
3 | |
3 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.