- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2014 05:59 PM
Hi everyone,
Couldn't find much detail around this on the wiki or specifics that we can relate/use in the community, so I'll ask the question.
Is it possible to have more than one UI policy run on the same field?
For example, we have a field called Asset Tag. We have two policies running on it, each with a slightly different condition to the other.
UI Policy 1:
Company = X
OR Company = Y
AND Device class = ABC
AND Device ownership = Corporate (this is the differing condition)
AND Asset status = one of these: 1,2,3,4 etc
Make Asset tag field visible and mandatory
Run order: 100
UI Policy 2:
Company = A
OR Company = B
AND Device class = ABC
AND Asset status = one of these: 1,2,3,4 etc
Make Asset tag field visible and mandatory
Run order: 101
Originally the run order on both was 100, but because of the conflict error that appears, we have changed it to 100 and 101. The problem now is that Policy 1 works when you re-open the record, but Policy 2 does not work.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2014 08:32 PM
Hi,
I will share my experience. For cases where there was no clash of UI policies, I made the 'Reverse If 'False -->true.
But when there was a need to create multiple UI policies, I made this field set to False so opposite actions does not get executed.
Try making the reverse if false as False if you dont need it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2020 11:10 AM
Very helpful tip.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2014 07:24 AM
Why do this?
if you use the or function at the top of the ui policy settings you can setup complex or conditions and define those requirements in one policy instead of worrying about conflict...
the trick to remember is the or button int he conditions adds an or to that set of conditions.. the or at the top adds a more complex or that should do exactly what you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2014 11:22 PM
Hi guys, thanks for your responses. In the end what I did was set both UI policies to have the same run order and selected Reverse if false on one only and not on both.
So the policies looked like this: -
UI Policy 1:
Company = X
OR Company = Y
AND Device class = ABC
AND Device ownership = Corporate (this is the differing condition)
AND Asset status = one of these: 1,2,3,4 etc
Make Asset tag field visible and mandatory
Run order: 100
Reverse if false: False
UI Policy 2:
Company = A
OR Company = B
AND Device class = ABC
AND Asset status = one of these: 1,2,3,4 etc
Make Asset tag field visible and mandatory
Run order: 100
Reverse if false: True