User Documentation
atfinity
Search
⌃K
Links
Search
⌃K
Introduction
Guides
Getting Started
Advanced Topics
Troubleshooting
Glossary
Rule Language (RuLA)
ℹ
What is RuLa?
Declarations
Expressions
Operators
Boolean Operators
Date Operators
Known Operators
unknown
known
SNEAKY
AVG_OF_ANY
LIST_OF_ANY
MAX_OF_ANY
MIN_OF_ANY
SUM_OF_ANY
CONCAT_OF_ANY
UNION_OF_ANY
JOIN_OF_ANY
List Operators
Dictionary Operators
Mathematical Operators
String Operators
Special Operators
Conditional Expressions
Comments
Information about the case
Accessing the outcome instance
Recipes
Document XML (ADX)
ℹ
What is ADX?
ADX Elements
Jinja Templating
API
ℹ
What is the Atfinity API?
Generate API Keys
API Documentation
Calling your APIs within Cases
External Data Sources (e.g. CRM)
Deploying
Deploying on-site
Management commands
Security Logging
LDAP User Backend
Single Sign On
Integrations
Avaloq
Worldcheck
Releases
Release Schedule
Release Notes
Powered By
GitBook
unknown
Description
Create a condition for when a certain piece of
information
is unknown.
Example
If you want to trigger a warning when a person's domicile has not yet been registered in the
case
, attach this condition to the warning:
p is Person
p.is_pep is unknown
Previous
Known Operators
Next
known
Last modified
1yr ago