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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives