Creating triggers

Russ Dillion
βββ
I would like to know if it is possible to use the logical AND operator in the creation of a trigger? From what I am seeing, I can only create a trigger using the OR operator. I would like to create something like:
(Field A = Y AND (Field B = Y OR Field C = Y))
which is logically different from what I am currently able to do:
(Field A = Y OR Field B = Y OR Field C = Y)
Please advise.
Thanks very much,
Russ
Answers
-
Your mileage may vary, but you could create a helper column that concatentates Field A, Field B, and Field C, then set your trigger for helper =YNY or YYN or YYY to achieve the result desired result. Hope this helps.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives