AMPscript
Add
Remove
Retrieve
Update
Validate Your Server-Side JavaScript using WSProxy
Returns an array of Portfolio objects based on the specified criteria
Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Criteria used to search for Portfolio object |
This sample code retrieves an array of portfolio object information based on the specified criteria:
1var results = Portfolio.Retrieve({ Property : "CustomerKey", SimpleOperator : "equals", Value : "PortfolioObjectKey" })