Examples
The following examples are designed to help you understand and implement external page components:
For all examples, types are imported from the SDK:
The following table provides code examples for filtering:
|
Filter |
Code example |
|---|---|
|
Filter on one or more entity IDs |
|
|
Get all entities from the specified definition |
|
|
Filter on a string property |
Note Also available: |
|
Filter on a Boolean property |
Note Also available: |
|
Filter on entities where the specified relation is not filled in (that is, it is missing). |
Note You can also filter on entities where the relation is filled in using |
|
Filter on entities that have a relation with any entity 1, 2, 3 ( Filter on entities that have a relation with all entities 1, 2, 3 ( |
|
To help you implement external page components, code samples are also available.