profile

Defines profile using a set of parameters. Application parameters are associated with a profile.

Syntax:

[ DynamicComponentDependency ] profile ProfileName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Profile name.

Optional columns

Column Name Data Type Description Default Value
default_indicator Number (0 = False, 1 = True) Set to true if this parameter profile set is to be used as the default. False
description String(100) Profile description.
message_id Number The message_id for the description.
profile_type String(32) Indicates what area of the application this profile applies to. This is set automatically by the application.


            profile Profile {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  default_indicator,
                     ..                  description,
                     ..                  message_id,
                     ..                  profile_type
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

ProfileName

Syntax:

<Identifier>


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