activitycustomurl

Defines the custom url to be used for a particular activity. Custom url parameters can be specified for the activity, the use of whichis defined on the URL_Parameter record for the specific custom url id (see example below).

Syntax:

[ DynamicComponentDependency ] activitycustomurl ActivityCustomURLName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
activity_id String(32) Defines the activity linked to the specified custom url.
custom_url_id String(32) Defines the custom url linked to the specified activity.

Optional columns

Column Name Data Type Description Default Value
custom_parameter_value1 String(2000) Defines the first custom url parameter value to be used in the custom url for this activity. The sequence in the url string is defined on URL_Parameter. See example code above.
custom_parameter_value2 String(2000) Defines the second custom url parameter value to be used in the custom url for this activity. The sequence in the url string is defined on URL_Parameter. See example code above.
custom_parameter_value3 String(2000) Defines the third custom url parameter value to be used in the custom url for this activity. The sequence in the url string is defined on URL_Parameter. See example code above.
custom_parameter_value4 String(2000) Defines the fourth custom url parameter value to be used in the custom url for this activity. The sequence in the url string is defined on URL_Parameter. See example code above.


            activitycustomurl ActivityCustomURL {{SelectName}} {
               SELECT
                     ..                  activity_id,
                     ..                  custom_url_id,
                  -- optional columns
                     ..                  custom_parameter_value1,
                     ..                  custom_parameter_value2,
                     ..                  custom_parameter_value3,
                     ..                  custom_parameter_value4
               FROM {{sourceTableName}}
               WHERE ...;
            }

Note:   All selected columns must have correct aliases that match a IFS Scheduling ActivityCustomURL.

ActivityCustomURLName

Syntax:

<Identifier>


This page is generated from IFS Developer Studio at 2021-08-13 08:48.