diff --git a/RFXtoRP_HsrDepot_ActorCreated.ftl b/RFXtoRP_HsrDepot_ActorCreated.ftl index 018d311..ecf47aa 100644 --- a/RFXtoRP_HsrDepot_ActorCreated.ftl +++ b/RFXtoRP_HsrDepot_ActorCreated.ftl @@ -5,14 +5,19 @@ "ProjectID": "${projectRP}" }, "ID": { + <#if text_language_rfx="fr"> + <#if uniqueness?? && uniqueness!="" > + "RefID": "${depot.physical_depot_code?trim?json_string}" + <#else> + "RefID": "DEP${depot.physical_depot_code?trim?json_string}" + + <#else> <#if uniqueness?? && uniqueness!="" > - "RefID": "${depot.physical_depot_code?trim?json_string}" - <#else> - "RefID": "DPO${depot.physical_depot_code?trim?json_string}" + "RefID": "${depot.physical_depot_code?trim?json_string}" + <#else> + "RefID": "DEP${depot.physical_depot_code?trim?json_string}" + - - - }, "Payload": {