urlstring

This specifies a string associated with a custom URL.

Syntax:

[ DynamicComponentDependency ] urlstring URLStringName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
custom_url_id String(32) Specifies the owning URL.
sequence Number Defines the sequence in the URL.
string_value String(2000) Provides the string value.


            urlstring URLString {{SelectName}} {
               SELECT
                     ..                  custom_url_id,
                     ..                  sequence,
                     ..                  string_value
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

URLStringName

Syntax:

<Identifier>


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