ramobjectgroup

Specify that a group has permission to see a resource or resource type.

Syntax:

[ DynamicComponentDependency ] ramobjectgroup RAMObjectGroupName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique id.
group_id String(32) The group this applies to.

Optional columns

Column Name Data Type Description Default Value
ram_resource_id String(32) The resource to include in the group.
ram_resource_type_id String(32) The resource type to include in the group.


            ramobjectgroup RAMObjectGroup {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  group_id,
                  -- optional columns
                     ..                  ram_resource_id,
                     ..                  ram_resource_type_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMObjectGroupName

Syntax:

<Identifier>


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