Changes for page Protokolleintrag anlegen


From version 1.2
edited by Nils Schweigert
on 05.08.2022, 18:01
Change comment: There is no comment for this version
To version 2.1
edited by Nils Schweigert
on 05.08.2022, 18:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -21,22 +21,23 @@
21 21  
22 22  == Actionvariables ==
23 23  
24 -Actions of type //create log entry// provide [[Actionvariables>>Formcycle.UserInterface.Variables||anchor="Aktionsplatzhalter"]]
24 +Actions of type //create log entry// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]] which can be used in subsequent actions.
25 25  
26 -=== Standardplatzhalter ===
26 +=== Standard action variables ===
27 27  
28 -; [%$<Aktionsname>.SUCCESS%]
29 -: Rückgabe ob Aktion erfolgreich ausgeführt wurde. Liefert Boolean (true/false) zurück.
30 -; [%$<Aktionsname>.RESULT%]
31 -: Rückgabe aller von der Aktion bereitgestellten Ergebnisse in strukturierter Form.
28 +; [%$<action name>.SUCCESS%]
29 +: Return whether action was successfully executed. Returns Boolean (true/false).
30 +; [%$<action name>.RESULT%]
31 +: Return all results provided by the action in structured form.
32 32  
33 -; [%$<Aktionsname>.ERROR_CODE%]
34 -: Der geworfene Fehler-Code im Fehlerfall der Aktion. Leer wenn kein Fehler aufgetreten ist.
35 -; [%$<Aktionsname>.ERROR_MESSAGE%]
36 -: Die geworfene Fehler-Nachricht im Fehlerfall der Aktion. Leer wenn kein Fehler aufgetreten ist.
33 +; [%$<action name>.ERROR_CODE%]
34 +: The error code thrown in case of an error in the action. Empty if no error occurred.
35 +; [%$<action name>.ERROR_MESSAGE%]
36 +: The thrown error message in the action's error case. Empty if no error occurred.
37 37  
38 -=== Aktionsspezifische Platzhalter ===
39 -; [%$<Aktionsname>.RESULT.level%]
40 -: Der Schweregrad des Protokolleintrags.
41 -; [%$<Aktionsname>.RESULT.comments%]
42 -: Die Bemerkung, welche der Protokolleintrag erhalten hat.
38 +=== Action specific action variables ===
39 +
40 +; [%$<action name>.RESULT.level%]
41 +: The severity of the log entry.
42 +; [%$<action name>.RESULT.comments%]
43 +: The comments the log entry was given.