Question
JP Morgan Chase & Co
JP Morgan Chase & Co
IN
JP Morgan Chase & Co
Posted: May 22, 2024
Last activity: May 22, 2024
Last activity: 22 May 2024 8:58 EDT
Solved
How to refresh the pega section in javascript in pega
How to refresh the pega section in javascript in pega
@BhargaviB3103
var options = { section: sectionName, event: eventObject, dataTransform: dataTransformJSObject, activity: {name: “activityName", parameters: [{name: "param1", value: "Page1.prop1", isProperty: true}, {name: "param2", value: 123, isProperty: false}]}, submitOnRefresh: booleanVal }; pega.api.ui.actions.refreshSection(options);