You've already forked reflex-wms-connector
modifs uniqueness
This commit is contained in:
@@ -1,10 +1,23 @@
|
||||
<#include "HfRpConfig.ftl">
|
||||
[
|
||||
{
|
||||
"Header": {
|
||||
"ProjectID": "${projectRP}"
|
||||
},
|
||||
"ID": {
|
||||
"RefID": "${actor.code?trim?json_string}"
|
||||
<#if text_language_rfx="fr">
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"RefID": "${actor.code?trim?json_string}"
|
||||
<#else>
|
||||
"RefID": "DES${actor.code?trim?json_string}"
|
||||
</#if>
|
||||
<#else>
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"RefID": "${actor.code?trim?json_string}"
|
||||
<#else>
|
||||
"RefID": "CON${actor.code?trim?json_string}"
|
||||
</#if>
|
||||
</#if>
|
||||
},
|
||||
|
||||
"Payload": {}
|
||||
|
||||
Reference in New Issue
Block a user