Skip to main content


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

refreshHarness

Updated on February 7, 2022

Refreshes the current harness.

Signature

refreshHarness(options)

Returns

Not applicable.

Parameters

NameDescriptionTypeRequired
eventSpecifies the event that launches the refresh.DOM event object
dataTransformSpecifies the data transform that the harness runs on refresh.JSON object
activitySpecifies the activity that the harness launches on refresh.JSON object
submitOnRefreshSpecifies if the system submits editable data from the form to the clipboard. The default value is true.Boolean

JSON objects

dataTransform
Includes an array of parameter objects. isProperty indicates whether the parameter is a property or a literal constant. The default value of isProperty is false, which means that the parameter is a constant.
{
   "name":"dataTransformName",
   "parameters":[
      {
         "name":"param1",
         "value":"Page1.prop1",
         "isProperty":true
      },
      {
         "name":"param2",
         "value":123,
         "isProperty":false
      }
   ]
}
activity
Includes an array of parameter objects. isProperty indicates whether the parameter is a property or a literal constant. The default value of isProperty is false, which means that the parameter is a constant.
{
   "name":"activityName",
   "parameters":[
      {
         "name":"param1",
         "value":"Page1.prop1",
         "isProperty":true
      },
      {
         "name":"param2",
         "value":123,
         "isProperty":false
      }
   ]
}
For example:
var options = {
              event: eventObject,
              dataTransform: dataTransformJSONObject,
              activity: activityJSONObject,
              submitOnRefresh: boolean
          };

          pega.api.ui.actions.refreshHarness(options);

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