Skip to main content


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

Page-Copy method

Updated on August 16, 2022

Use this method to copy the contents of a source clipboard page to a new or previously created destination clipboard page. The Page-Copy method does not alter the source page.

After this method completes, the destination page contains properties copied from the source page, and can contain additional properties set in a data transform.

Caution: Do not use data pages in both the CopyFrom and CopyInto parameter because this will cause the identifying parameters on the data page, pzPageNameBase and pzPageNameHash, to also be copied. This can lead to unexpected behavior.

Parameters

This method has four parameters:

ParametersDescription
CopyFrom Enter the name of the source page from which to obtain property values to copy. If blank, the system uses the Step Page of the current step, or the primary page of the activity if the Step Page field is blank. If blank, the system uses the Step Page of the current step, or the primary page of the activity if the Step Page field is blank. If CopyInto is left blank, this parameter is required.
CopyInto Enter the name of the destination page, which may or may not already exist. If it exists, it must have the same class as the source page. The current contents of the destination page are erased before the copy operation occurs. If blank, the system uses the Step Page of the current step, or the primary page of the activity if the Step Page field is blank. If CopyFrom is left blank, this parameter is required.

Choose a valid page name.

To create a destination page that is a new, last page in a Page List, identify a fully qualified Page List property name and use the <APPEND> keyword as the index.

Data TransformOptional. Identify a data transform to be applied to the destination page before copying data from the source page.
PageList Optional. To save the name of the new page as the final element in a list, identify a Value List property (not a Page List property). Use the notation pagename.propertyname.

The system appends the name of the new page as the value of the last element of the Value List property.

Results

The Page-Copy method works as follows:

  1. If the source page cannot be found, the method does not fail. It does not alter any pages. The resulting method status value is Good.
  2. If the destination page (identified in the CopyInto parameter value) does not already exist, the system creates a blank page of the same class as the source page. It can be a top-level page or an embedded page.
  3. If the destination page does exist (and is of the same class as the source page), it is cleared.
  4. If the Data Transform parameter is not blank, the system finds the data transform using rule resolution. It applies the rule to the destination page.
  5. Next, the system copies properties and all messages from the source page into the destination page. This copying can create new properties on the destination page or update the value of existing properties created by the data transform.
  6. During this copy processing, each property is validated against its definition (its Rule-Obj-Property instance). If a property value fails validation, the system adds a message to the destination page.
  7. If a Value List property is identified in the fourth parameter, the system adds the name of the new page as the final element in the list.

Page names are unique within the clipboard. If an existing page with the CopyInto destination name is already present at the same point in the clipboard structure, the system deletes it and replaces it with an empty page.

Checking the method status

This method updates the pxMethodStatus property.

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