Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name = operation.product + operation.space + order.organizationCode + operation.totalAmount + order.catalogCurrency.currencyCode
secutix__SyncId__c = operation.operationId
secutix__Organization__c = order.organizationCode
secutix__Space__c = operation.space
secutix__ContactSTXNumber__c = order.contactReference
secutix__Item__c = operation.itemDisplayExternalDesignation
secutix__Total_Amount__c = operation.totalAmount
secutix__CatalogCurrency__c = order.catalogCurrency.currencyCode
secutix__Advantage__c = operation.advantage
secutix__Tariff__c = operation.audienceSubCategory
secutix__Contingent__c = operation.contingent
secutix__ExpirationDate__c = operation.expirationDate
secutix__SecuTixFileId__c = operation.fileId
secutix__MatchRound__c = operation.match.round
secutix__MatchRoundCode__c = operation.match.roundCode
secutix__OrderType__c = order.orderType
secutix__CreationDate__c = order.creationDateTime
secutix__SecuTixOrderId__c = order.orderId
secutix__Remark__c = order.remark
secutix__Description__c = operation.itemDisplayExternalDesignation

secutix__Quantity__c = operation.quantity

secutix__Unit_price__c = operation.unitPrice


There are some field that must remain in any configuration because are use to keep the synchronization and the link with the relevant contact. There are 'SyncId', which matches with the operationId in SecuTix, and 'ContactSTXNumber', which is used to find the contact in Salesforce linked to the sale via it own SyncId.

...