ramattributevalue

Links an attribute to a resource, project or division.

Syntax:

[ DynamicComponentDependency ] ramattributevalue RAMAttributeValueName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) A unique id.
ram_attribute_id String(32) The id of the attribute.
value String(2000) The value of the attribute

Optional columns

Column Name Data Type Description Default Value
ram_division_id String(32) The id of the division.
ram_project_id String(32) The id of the project.
ram_resource_id String(32) The id of the resource.


            ramattributevalue RAMAttributeValue {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  ram_attribute_id,
                     ..                  value,
                  -- optional columns
                     ..                  ram_division_id,
                     ..                  ram_project_id,
                     ..                  ram_resource_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMAttributeValueName

Syntax:

<Identifier>


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