RedirectPage Action Parameters

Supported RedirectPage Action Parameters

The RedirectPage action template supports the following input arguments:

URLPage

The address of the called page either absolute or relative to Aurea CRM.Web's application directory.

URLParameters

The parameters passed to the page specified in URLPage.

The address of page called by the RedirectPage action is built from URLPage + URLParameters after replacing the placeholders of URLParameters.

You can use the following placeholders:

  • up to six records:
    • Record #1 (InfoArea/RecID) with the "1st record" parameter
    • Record #2 (InfoArea2/RecID2) with the "2nd record" parameter
    • Record #3 (InfoArea3/RecID3) with the "3rd record" parameter
    • Record #4 (ParentInfoArea4) is a parent record of the 1st record with a given Parent info area
    • Record #5 (ParentInfoArea5) is a parent record of the 2nd record with a given Parent info area
    • Record #6 (ParentInfoArea6) is a parent record of the 3rd record with a given Parent info area
  • field values:

    Use the syntax {RecordIndex:FieldID};

    example {1:2}; for field number 2 of Record #1.

    Use {RecordIndex:EXT:ExtSystemName} to get the external key of a record for the specified external system.

  • information on the currently logged-in user:
    • $curRepName; - rep name
    • $curUser; - login name
    • $curTenantName; - tenant name
    • $curRepEmail1; and $curRepEmail2; - email address of the user (ID:Email1 and ID:Email2 respectively)
    • in addition, you can use all available $cur expressions. For further details, see Using Variable Expressions.

Join multiple parameters with "&".

Examples

{1:2};&{1:5};

Passes fields 2 and 5 of record #1 in the URL

{1:2};&$curRepName;

Passes fields 2 of record #1 and the name of the currently logged-in rep.

For additional information, see the article “How to use Redirect Page” at https://support.aurea.com.

Target

Determines where the page specified in URLPage is opened, e.g. _new.

CatalogValueEncoding

Defines how the contents of catalog fields are encoded. Available values: Text, Numeric , TextInBaseLanguage

Default: Numeric