How to go to Previous Assignment

Hello, I want to know what is the exact purpose of “script:pega.u.d.submit”

Hi @AnithaJyothiA17060321,

In Pega, “script:pega.u.d.submit” is a client-side JavaScript function that is used to submit data on a Pega user interface. This function is typically associated with buttons or actions on a Pega form or harness, and it triggers the submission of the form data to the server.

Here’s a breakdown of the components in the function:

  • script: This is a prefix indicating that the following code is a JavaScript function.

  • pega.u.d.submit: This is the actual function call. It is part of the Pega UI (User Interface) JavaScript API, and it’s used to submit data

Thanks,

Mohd Qizer Uddin