ramrole

A role which can be fulfilled by a resource.

Syntax:

[ DynamicComponentDependency ] ramrole RAMRoleName {
[ 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
ram_role_type_id String(32) The type of role. ALLSKILLS
description String(2000) A description for this role.


            ramrole RAMRole {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  ram_role_type_id,
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMRoleName

Syntax:

<Identifier>


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