Skip Navigation

Programmatic Marketing Content

control-j is the search shortcutj
Introduction to Programmatic Marketing Content
AMPscript
Guide Template Language
Server-Side JavaScript
Server-Side JavaScript Syntax Guide
Account Functions
AccountUser Functions
Content Area Functions
Data Extension Functions
DateTime Functions
Delivery Profile Functions
Email Functions
Events Functions
Filter Defintion Functons
Folder Functions
HTTP Functions
List Functions
Portfolio Functions
Add
Remove
Retrieve
Update
Query Definition Functions
Recipient Functions
Send Classification Functions
Send Functions
Sender Profile Functions
Subscriber Functions
Template Functions
Triggered Send Functions
Utilities Functions
Platform Functions
Server-Side JavaScript Sample Code
Use Server-Side JavaScript with AMPscript
Use Server-Side Javascript via WSProxy with the SOAP API
Server-Side JavaScript/Server-Side JavaScript Syntax Guide/Portfolio Functions/Update

Update

Overview

Updates the specified attributes of the specified Portfolio object

Syntax

Update(1)

Function Properties

Ordinal Type Description
1 string Required Attributes to change for Portfolio object

Example

This sample code updates the name attribute of the portfolio object to the specified value:

var portObj = Portfolio.Init('myPortfolioCK');
var status = portObj.Update({ DisplayName : "Updated SSJS Image"});
Last Updated: Jun 8, 2021

Salesforce logo