Dot Walked IS NOT Conditions always evaluating to True for Data PoliciesDescription Dot-walked conditions that use the IS NOT operator are always evaluating to True on Data Policies. Steps to Reproduce Log in to the demo instance. Navigate to Service Catalog > Tasks. Select TASK0000002. Note that the item on the associated Request item is Blackberry. Right-click the header, and select Personalize > Data Policies. Click New. Enter the condition: [Request item.Item] [IS NOT] [Blackberry] Right-click the header and Save. Go to the Data Policy Rules Related list, and click New. Set the field name to Work notes, and set Mandatory to True. Click Submit. Navigate back to TASK0000002.Note that Work notes is now Mandatory, even though the Request item.Item is Blackberry. Workaround Create a script to populate the value of the dot-walked field on the current record, and evaluate on this rather than dot walking. Alternatively, you can use an IS ONE OF operator and reference all the records except the one you want to exclude. The downside of this option is that it requires additional maintenance whenever further options are added. Related Problem: PRB597620