Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose Two)

Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose Two)
A . Call the function pega.web.api.doAction()
B . Call a Pega API function from the host server
C . Use REST methods to call Pega microservices
D . Use the attribute data-pega-event-onpagedata

Answer: A, D

Explanation:

A: Calling the function pega.web.api.doAction() allows for specific actions to be performed in the Pega application from the web mashup, such as refreshing a section or submitting an assignment.

D: Using the attribute data-pega-event-onpagedata allows for passing data from the web mashup to the Pega application when specific events occur on the page.

Reference: Pega official documentation on Pega Web Mashup methods and attributes.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments