You've already forked reflex-wms-connector
SCPN1-8043
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
|
||||
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
|
||||
<#assign actor = JsonUtil.jsonToMap(dataRfx)>
|
||||
<#assign refID = RFXtoRPprefixConsignee(actor.code?trim?json_string)>
|
||||
<#assign refID = RFXtoRPprefixSupplier(actor.code?trim?json_string)>
|
||||
|
||||
<#assign payLoad = '{"Header": {"ProjectID": "${projectRP!""}"},"IDs": [{"RefID": "${refID}"}]}' />
|
||||
<#assign queryApiReflexPlatformID = QueryApiReflexPlatformID.ActorGetByIds>
|
||||
@@ -30,7 +30,7 @@
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ActorCreated>
|
||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||
"datas" :
|
||||
<#include "RFXtoRP_HsaCons_ActorUpdated.ftl">
|
||||
<#include "RFXtoRP_HsaSup_ActorCreated.ftl">
|
||||
}
|
||||
]
|
||||
<#else>
|
||||
|
||||
Reference in New Issue
Block a user