PromoKeyProcessing
Instructs DecaSIM which fields to use to create a unique PromoKey
. This key will be the same if the same product codes are associated with the same CLUSTER_FIELD_NAME
irrespective of the order they are listed or the value contained in the field denoted by the CLUSTER_FIELD_NAME
value. . This process creates a sorted list of the data in the field JOIN_FIELD_NAME
using the JOIN_FIELD_TYPE
config to specify how the data is sorted (as a STRING
or NUMBER
). The resulting value is then placed in the new field denoted by the PROMO_KEY_FIELD_NAME
config value.
Syntax:
CLUSTER_FIELD_NAME
;Field Name To Cluster Data
;PromoKeyProcessing
.Unique Customer Reference
JOIN_FIELD_NAME
;CÓDIGO DE PRODUCTO SAP
;PromoKeyProcessing
.Unique Customer Reference
JOIN_FIELD_TYPE
;STRING / NUMBER
;PromoKeyProcessing
.Unique Customer Reference
PROMO_KEY_FIELD_NAME
;ELEMENT_KEY
;PromoKeyProcessing
.Unique Customer Reference
Example:
CLUSTER_FIELD_NAME
;WORKING_PAGE
;PromoKeyProcessing
.ELEMENT_KEY.1
JOIN_FIELD_NAME
;CÓDIGO DE PRODUCTO SAP
;PromoKeyProcessing
.ELEMENT_KEY.2
JOIN_FIELD_TYPE
;NUMBER
;PromoKeyProcessing
.ELEMENT_KEY.3
PROMO_KEY_FIELD_NAME
;ELEMENT_KEY
;PromoKeyProcessing
.ELEMENT_KEY.4
See Also:
DesignKeyProcessing
JOIN_FIELD_TYPE
CLUSTER_FIELD_NAME
JOIN_FIELD_NAME
PROMO_KEY_FIELD_NAME
Prerequisites:
None