profileparameter

Used to associate a set of parameters and values to a profile.

Syntax:

[ DynamicComponentDependency ] profileparameter ProfileParameterName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
parameter_application_type_id String(32) Application identifier.
parameter_id String(50) The parameter identifier.
profile_id String(32) The profile identifier the parameter value belongs to.

Optional columns

Column Name Data Type Description Default Value
parameter_value String(4000) The parameter value.


            profileparameter ProfileParameter {{SelectName}} {
               SELECT
                     ..                  parameter_application_type_id,
                     ..                  parameter_id,
                     ..                  profile_id,
                  -- optional columns
                     ..                  parameter_value
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ProfileParameterName

Syntax:

<Identifier>


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