ramdepottranssettings

Defines settings to be used for transferring a part from a parent depot to a child depot, and whether the transfer rules should be used for all parts at the parent depot or not.A template need not be provided here, as part transfer settings could be used to define rules for specific parts, overriding any rules defined here that apply to all parts.The parent and child depots are not defined here (or anywhere in the ARP).

Syntax:

[ DynamicComponentDependency ] ramdepottranssettings RAMDepotTransSettingsName {
[ 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
apply_to_all Number (0 = False, 1 = True) Whether the rule applies to all part or only to parts specified using RAM_Part_Transfer_Settings False
description String(2000) Description of the depot transfer settings.
ram_transfer_rule_template_id String(32) Unique id for the transfer rule template to use with these depot transfer settings.


            ramdepottranssettings RAMDepotTransSettings {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  apply_to_all,
                     ..                  description,
                     ..                  ram_transfer_rule_template_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

RAMDepotTransSettingsName

Syntax:

<Identifier>


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