depottransfersettings

Depot transfer settings determine which parts can be transferred between two depots, and what the rules are around how long it will take to transfer the part and what this will cost. Default transfer rules can be used if not explicitly defined for each part.

Syntax:

[ DynamicComponentDependency ] depottransfersettings DepotTransferSettingsName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Defines a unique id for the depot transfer settings.

Optional columns

Column Name Data Type Description Default Value
apply_to_all Number (0 = False, 1 = True) Defines whether the rule set should apply to all parts held at the parent depot, or only to the parts explicitly specified by Part_Transfer_Settings. False
description String(2000) Describes the depot transfer settings.
transfer_rule_set_id String(32) Defines a unique id for the default transfer rule set to use.


            depottransfersettings DepotTransferSettings {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  apply_to_all,
                     ..                  description,
                     ..                  transfer_rule_set_id
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

DepotTransferSettingsName

Syntax:

<Identifier>


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