customurl

This defines a custom URL link to be used by applications. There are two ways of setting up a custom url for activities or resources. For simplelinking of a custom url to an entity, any of the Activity Id, Resource Id, Location Id, Activity Type or Resource ID can be supplied onthe Custom_URL table. Alternatively, the custom url id can be linked to either an Activity, Activity Type, Resource, Resource Type or Location by adding a record in therespective 'linking' table, e.g. Activity_Custom_URL.

Syntax:

[ DynamicComponentDependency ] customurl CustomURLName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Defines a unique id for the custom url.
name String(100) Provides the domain description.

Optional columns

Column Name Data Type Description Default Value
custom_action String(100) Specifies where the URL link should be located in the Scheduling Workbench.


            customurl CustomURL {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  name_,
                  -- optional columns
                     ..                  custom_action
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

CustomURLName

Syntax:

<Identifier>


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