ramslatype

An SLA Type - see

Syntax:

[ DynamicComponentDependency ] ramslatype RAMSLATypeName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) The id of this SLA Type.
end_proportion Double Scheduling Schema

Optional columns

Column Name Data Type Description Default Value
activity_ageing_factor Double Scheduling Schema 1
curve_shape Double Scheduling Schema 1
generate_jeopardy_exceptions Number (0 = False, 1 = True) Scheduling Schema True
ram_sla_mechanism_type_id String(32) The mechanism type of this SLA. POWER_BASED
start_proportion Double Scheduling Schema 1
description String(2000) Scheduling Schema


            ramslatype RAMSLAType {{SelectName}} {
               SELECT
                     ..                  id,
                     ..                  end_proportion,
                  -- optional columns
                     ..                  activity_ageing_factor,
                     ..                  curve_shape,
                     ..                  generate_jeopardy_exceptions,
                     ..                  ram_sla_mechanism_type_id,
                     ..                  start_proportion,
                     ..                  description
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMSLATypeName

Syntax:

<Identifier>


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