Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Transition Date/Time Field  (new in 1.2): a calculated custom field returning the date and time of the last execution of a specified workflow transition.
  • Transition Caller Field  (new in 1.2): a calculated custom field returning the caller of the last execution of a specified workflow transition.

...

The formula should be included in the field description inside an html comment (so that it remains invisible when showing the field description), preceded by the following keyword: @@Formula: (note the colon at the end). For example:

Panel
Span
stylefont-family:Courier

<!-- @@Formula:- formula goes here ->

You can naturally include the real description of the custom field as well. For example:

...

Panel
Span
stylefont-family:Courier

<!-- @TransitionId:- transition ID ->

or

Panel
Span
stylefont-family:Courier

<!-- @TransitionName:- transition name ->

You can naturally include the real description of the custom field as well. For example:

...

Panel
Span
stylefont-family:Courier

<!-- @TransitionId:- transition ID ->

or

Panel
Span
stylefont-family:Courier

<!-- @TransitionName:- transition name ->

You can naturally include the real description of the custom field as well. For example:

...