From b48de55aad71a9f652afb52e612623310f5f3098 Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Thu, 9 Jul 2026 16:54:42 +0200 Subject: [PATCH] update custom notification message on Liquidazione submission --- .../Partecipanti - Body NO fancy HTML.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/collections/elixForms API v2/EFTL processing/CCT - Liquidazione Compensi/Proposta/Partecipanti - Body NO fancy HTML.yml b/collections/elixForms API v2/EFTL processing/CCT - Liquidazione Compensi/Proposta/Partecipanti - Body NO fancy HTML.yml index cccef2f..4be93c0 100644 --- a/collections/elixForms API v2/EFTL processing/CCT - Liquidazione Compensi/Proposta/Partecipanti - Body NO fancy HTML.yml +++ b/collections/elixForms API v2/EFTL processing/CCT - Liquidazione Compensi/Proposta/Partecipanti - Body NO fancy HTML.yml @@ -12,7 +12,7 @@ http: - name: x-api-key value: "{{elixFormsWsAuthenticationToken}}" - name: x-ef-request-id - value: "32873" + value: "34396" body: type: json data: |- @@ -39,9 +39,12 @@ runtime: [VAR name="rsp_nome" type="string"][TAG]GETVALUEBYTAG,RSP_NOME,REQUEST,ID_OBJECT[/TAG][/VAR] [% responsabileScientificoProponente = rsp_titolo + " " + rsp_cognome + " " + rsp_nome; %] -

È necessario compilare la DSAN collegata all'istanza del modulo "Ripartizione Utili / Compensi - Presentazione Proposta" i cui dati sono riportati nel seguito!

+ [% secondItem = 1; %] + [VAR name="partecipanteIterable" type="iterable"][SPLIT regex="\] "][TAG]GETVALUEBYTAG,PARTECIPANTE,REQUEST,ID_OBJECT[/TAG][/SPLIT][/VAR] + [VAR name="partecipante" type="string"][VALUE_OF varname="partecipanteIterable" index="secondItem" /][/VAR] + [VAR name="importo" type="string"][TAG]GETVALUEBYTAG,IMPORTO_RIPARTIZIONE,REQUEST,ID_OBJECT[/TAG][/VAR] -
+

È necessario compilare la DSAN collegata all'istanza del modulo "Ripartizione Utili / Compensi - Presentazione Proposta" i cui dati sono riportati nel seguito!

Riepilogo dei dati della Proposta

Responsabile Scientifico proponente:  [%= responsabileScientificoProponente %]

@@ -49,9 +52,14 @@ runtime:

Titolo contratto:  [TAG]GETVALUEBYTAG,TITOLO_CONTRATTO,REQUEST,ID_OBJECT[/TAG]

Contraente/i:  [TAG]GETVALUEBYTAG,CONTRATTO_CONTRAENTI,REQUEST,ID_OBJECT[/TAG]

-
+

Ripartizione

+

Partecipante:  [%= partecipante %]

+

Importo (€):  [FORMAT type="number" pattern="#,##0.00"][VALUE_OF varname="importo" /][/FORMAT]

-

Il link al modulo di presentazione della DSAN รจ: [%= href %]

+

Modulo DSAN

+ +

Link al modulo:  [%= href %]

+

(se il link non fosse cliccabile, copiarlo e incollarlo in una nuova finestra del browser)

[/EFTL] `);