Retrieve Method
The Retrieve method supports a combined Initialize or Query, and is essentially a wrapper around Initialize + Query. The input arguments are the same as those for Initialize. The output argument is that of Query.
Arguments
Argument | Description |
---|---|
Search Expression |
[in] Search Expression with which to initialize the cache. Only Assets, Quote Line Items, Order Line Items and attributes that satisfy the search expression will be loaded into the cache. (Required) |
Field |
[in] Property set of fields to be retrieved by the Projected Asset Cache. (Optional) |
Attribute |
[in] Property set of attributes to be retrieved by the Projected Asset Cache. (Optional) |
Future Date |
[in] Project assets on this date. Only orders that have a due date less than this future date will be applied. (Optional) |
Quote Id |
[in] Row ID of the quote for which line items are to be queried and loaded into the Projected Asset Cache. (Optional) |
Result |
[out] Property set of projected asset cache entries that satisfy the search expression. The property set contains child property sets that represent rows of the result. Example:
|