Filter condition - Changes to

matt_a
Kilo Guru

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?

find_real_file.png

 

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

1 ACCEPTED SOLUTION

David Stutter
Tera Guru

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.

View solution in original post

6 REPLIES 6

David Stutter
Tera Guru

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.

Of course....worked well

Many thanks