Solved
what is exact difference between step page and page new(both will create the pages)?
what is exact difference between step page and page new(both will create the pages)?
what is exact difference between step page and page new(both will create the pages)?
Accepted Solution
Hi @Satya K,
Step page defines the page context on which a method is going to be executed. step page does not create a page. while page-new is used to create page.
The Step Page is only relevant for the duration of the specific step in which it is defined. It does not inherently create a new page, it merely references one that already exists or is created elsewhere.
The newly created page remains available for the duration of the activity or until it is explicitly removed using a Page-Remove or similar method.
Use Step Page when you need to operate on an existing page and Page-New when you want to create a new page to use within the activity.
Thanks,
Sai G
Page-New = A method in the activity to create a new page
Step page - this is the context for the execution of a step in an activity. A page can be created using the "Page-New" method and used as a step page in the subsequent steps.
Page-New creates a new page.
Step Page is used on several contexts. Eg: If you want to open an object, you use Obj-Open/Obj-Open-By-Handle to open and set the properties on a step page. Here a new page is being created with data filled in. In another way suppose you can to call an activity/data transform that is not present in the inheritance path, you need to define a page in Pages & Classes and use that page as Step Page to execute.
Accepted Solution
Hi @Satya K,
Step page defines the page context on which a method is going to be executed. step page does not create a page. while page-new is used to create page.
The Step Page is only relevant for the duration of the specific step in which it is defined. It does not inherently create a new page, it merely references one that already exists or is created elsewhere.
The newly created page remains available for the duration of the activity or until it is explicitly removed using a Page-Remove or similar method.
Use Step Page when you need to operate on an existing page and Page-New when you want to create a new page to use within the activity.
Thanks,
Sai G
Question
Question Solved
Question Solved
Question
Question Solved
Question Solved
Question
Question
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.