
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 07:05 AM
Really simple answer i expect!
We have instances where a users email domain will change.
I want a business rule to fire when the email address changes to a specific domain and when it fires, it sets certain fields.
Using the filter conditions with a wild card
wont work?
Therefore would someone be able to assist in how I would write this as a query? Im not sure how a changes to "like" would work!
Thanks
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 07:38 AM
Just split it into two conditions:
Email changes AND
Email ends with XX
---
Or
Email matches pattern, matches regex, it depents how individual your email domains are.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 07:38 AM
Just split it into two conditions:
Email changes AND
Email ends with XX
---
Or
Email matches pattern, matches regex, it depents how individual your email domains are.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 07:44 AM
Of course....worked well
Many thanks