Retrieve
Overview
Returns an array of Portfolio objects based on the specified criteriaSyntax
Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Criteria used to search for Portfolio object |
Example
This sample code retrieves an array of portfolio object information based on the specified criteria:
var results = Portfolio.Retrieve({ Property : "CustomerKey", SimpleOperator : "equals", Value : "PortfolioObjectKey" })