rampart

A part that can be used by a resource to carry out activities.

Syntax:

[ DynamicComponentDependency ] rampart RAMPartName {
[ 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
is_global Number (0 = False, 1 = True) Determines if this is a global part. False
reusable Number (0 = False, 1 = True) Whether the part is reusable (i.e. is not consumed when required). False
cost_ph Double The cost per hour of the resource holding the part, if reusable.
description String(2000) A description for this part.
volume Double The volume of a single unit of this part.
weight Double The weight of a single unit of this part.


            rampart RAMPart {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  is_global,
                     ..                  reusable,
                     ..                  cost_ph,
                     ..                  description,
                     ..                  volume,
                     ..                  weight
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMPartName

Syntax:

<Identifier>


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