ramposition

Positions can be used for two purposes in the ARP.

Syntax:

[ DynamicComponentDependency ] ramposition RAMPositionName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique id.

Optional columns

Column Name Data Type Description Default Value
description String(2000) A description for this position.
ram_position_id String(32) The id of the parent position.
ram_role_id String(32) The id of the role linked to this position.
sequence Number A sequence number, used to define the sort order of the positions.


            ramposition RAMPosition {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description,
                     ..                  ram_position_id,
                     ..                  ram_role_id,
                     ..                  sequence
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMPositionName

Syntax:

<Identifier>


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