How To: Load the Super Clone Copy page after the native record creation page
March 4, 2017
How To: Load the native edit page after cloning a record
March 4, 2017

How To: Reference the original record in a new cloned record

Super Clone
Field values on the primary object can be set using URL parameters. First, change the configuration action for the field to ‘Set Value’. Then set a URL parameter that has the name of the field equaling a value.

/apex/dh_superclone__superclone?rid={!Case.Id}&cfg=MyConfig&ParentId={!Case.Id}

Super Clone Pro
Field values on both the primary object and child objects can reference the record that they were cloned from . Super Clone Pro has a field configuration action that will assign a value from the original record to the new cloned or copied record.

Use the field configuration action of ‘Action Formula List’. Enter the keyword ‘FIELD()’ in the value column, and put the API field name for the source of the value within the parenthesis. The value ‘Field(Id)’ would be used to reference the original record that was cloned.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
Read more