Passing Page Name parameters

The following steps describe how to pass a Page Name parameter into a called activity from the calling activity.

  1. In the called activity, click the Parameters tab.
  2. In the Parameters section, enter the name of the Page Name parameter in the Name field and select Page Name from the Data type drop-down box. A page with this name does not appear on the clipboard. The value passed into the Page Name parameter is the clipboard page that is used.

  3. Click the Pages & Classes tab.
  4. In the Page name field, enter the page name parameter you created in step 2.
  5. In the Class field, enter the class.
  6. Click the Steps tab.
  7. In the Step Page field, enter the page name parameter you created in step 2. You can reference the page name parameter with or without the Param prefix.
  8. Click Save.
  9. Check in the called activity if rule check in has been enabled. Check in is required to update the method parameters on the calling activity.
  10. In the calling activity, save and refresh the activity.
  11. Expand the Call instruction to display Method Parameters.
  12. Enter the name of the page you want to pass to the called activity in the parameter value you created in step 2. If the Pass current parameter page check box is selected, you must set the value of your parameter in a property set. See Call instruction parameters for information about the parameters this call can take.