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
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives