Finds one or more entities in the database with your own search criteria. The entities are returned in a collection.
Target parameters (in) and Activity options
Criteria |
The search criteria. |
Entity |
An entity you can use in the search criteria. Where the criteria text is written like this: [Name] = '#@@@#Entity.FirstName#@@@#' |
Query type |
The entity type you will search for. |
Prefetch paths |
Prefetch paths are used to retrieve more data in one database call, which can be more efficient. In this example the found quote records will also retrieve their positions and two more sub-collections. |
Source parameters (out)
MatchCount |
The number of found entities. |
MatchingEntities |
A collection with the found entities. |
Drop targets
-
Matched
-
No match
Example
Comments
0 comments
Please sign in to leave a comment.