You could do something like this, you should be able to map it to a boolean attribute then.
IIF("(IsNull([IsSoftDeleted]) || CBool([IsSoftDeleted]) = False) && CBool([accountEnabled]) = True", True, False)