instances_exist
Last updated
Was this helpful?
Last updated
Was this helpful?
instance_exists
or instances_exist
returns True if the case has at least one of the specified type(s). Like with other declarations an optional where clause is also supported.
This will return True if there is at least one Person with the AccountHolder.
This will return True if there is at least one Person with the first_name
Thorben.