Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

loadView(caseId, viewName, config)

Updated on July 20, 2021

Loads a view with data from server based on the context of a case.

Returns

A Promise associated with the action.

Parameters

NameTypeDescriptionRequired
caseIdstringUnique identifier of the case associated with a context.
viewNamestringName of the view which must be loaded with data.
configobjectObject that passes the context and container information.

Usage example

In this example, the API loads the pyReview view with data from a server based on the context of the case whose ID is ON8TTL-C11NGALL-WORK C-7001.

const loadViewPromise = getPConnect().getActionsApi().loadView("ON8TTL-C11NGALL-WORK C-7001","pyReview");
loadViewPromise.then(() => {
  // load view success handling
}).catch(() => {
  // load view failure handling
});

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us