getNextIssue

Syntax

Session.getNextIssue(brandName);

Parameters

brandName string

The name of the Brand.

Return value EntIssue

Returns the next Issue of the provided Brand. Throws an exception if no next Issue exists.

Description

The getNextIssue() method returns the next Issue of the provided Brand as defined on Studio Server.

Examples

Get the next Issue of a Brand

// Get the next Issue of the Brand "WW News".
var issue = app.entSession.getNextIssue("WW News");
alert("Next Issue: " + issue.name + " (ID: " + issue.id + ")");

Supported versions

Adobe Version Supported
2023
2024
2025
2026

See also