cancel
Showing results for 
Search instead for 
Did you mean: 

[JavaScript API] - recuperare Azione

alnitakzeta
Champ in-the-making
Champ in-the-making
Ciao a tutti,

ho bisogno di recuperare il tipo di azione eseguita in da un Rules.. questo allegando uno script.

Dalel JavaScript API non è possibile recuperare l'ultima azione?? o la descrizione di questa?


:roll:  :roll:
4 REPLIES 4

alnitakzeta
Champ in-the-making
Champ in-the-making
Sono riuscito ad estrarre la lista delle azioni registrate:

for (a in actions.registered) {
    message = message + "|" + actions.registered[a];
}

Come faccio ad estrarre quella che è stata eseguita??

alnitakzeta
Champ in-the-making
Champ in-the-making
:roll:  :roll:  :roll:  :roll:  :roll:

alnitakzeta
Champ in-the-making
Champ in-the-making
Risolto. Modificato RuleTypeImpl aggiungendo il tracciamento dell'azione
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.