UI policy not working properly when a boolean field is checking for is empty in condition.Issue UI policy not working properly when a boolean field is checking for is empty in condition.CausePlease be informed that a boolean (True/False) type field is never empty. Either it is true or false. Just because we see the check box is not selected , does not means that it is empty. If we see the XML of the record, it is false and not empty. Hence the UI policy is not getting applied.ResolutionPlease update the condition of the UI policy such that the boolean field is true/false instead of is empty. For example as below. Here 'moved without comments' is a boolean True/False type field.