OfferIDProcessing
Instructs DecaSIM how to create an OfferID
using data in a row in the source file.
Process
DESIGN APPEND
Syntax:
The following configuration parameters need to be set to generate an OfferId
for every item and set of items.
JOIN_FIELD_NAME
;Comma Separated List of Fields To Combine
;OfferIDProcessing
.Unqiue Customer Reference
If the first field in the JOIN_FIELD_NAME
list is empty then the DESIGN APPEND
process will use this config to produce the OfferId
value:
BACKUP_JOIN_FIELD_NAME
;Comma Separated List of Fields To Combine
;OfferIDProcessing
.Unqiue Customer Reference
OFFER_KEY_FIELD_NAME
;New Field Name
;OfferIDProcessing
.Unique Customer Reference
ITEMS_IN_OFFER_FIELD
;New Field Name
;OfferIDProcessing
.Unique Customer Reference
Example:
JOIN_FIELD_NAME
;SET,OFFER_TYPE,COUNTRY_CODE,COUNTRY_PAGE
;OfferIDProcessing
.ELEMENT_KEY.2
BACK_UP_JOIN_FIELD_NAME
;Producto SAP,OFFER_TYPE,COUNTRY_CODE,COUNTRY_PAGE
;OfferIDProcessing
.ELEMENT_KEY.3
OFFER_KEY_FIELD_NAME
;OFFER_ID
;OfferIDProcessing
.ELEMENT_KEY.5
ITEMS_IN_OFFER_FIELD
;SKU_COUNT
;OfferIDProcessing
.ELEMENT_KEY.6
See Also:
OFFER_KEY_FIELD_NAME
ITEMS_IN_OFFER_FIELD
JOIN_FIELD_NAME
BACK_UP_JOIN_FIELD_NAME