Versions Compared

Key

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

...

Action name

DynamicHistory

Class name

com.cdrator.main.history.action.DynamicHistory

Available from core version

8.7

Description

Creates a history record for a specific account based on provided parameters.
The "account" argument is mandatory.
The type argument is optional.If not provided the default value is "Account".
The object argument is optional.If not provided the default value is the account argument's value.
The createdBy argument is optional.If not provided the default value is the broker's username.
The comments argument is mandatory and it needs to include any eventual dynamic text already replaced using the argument's MVEL expression or in a previous workflow activity.
The tag argument is optional and it needs to include any eventual key-value parameters whose dynamic values are already replaced in the argument's MVEL expression or in a previous workflow activity.
If the tag includes any parameters the tag's key needs to be prefixed with txt=§ § and suffixed with § § and surrounded by < and >.Ex. txt=§<CORE§<CORE_HIS_ADV_BG_MAKE_PAYMENT>§PAYMENT>§;BALANCE=1.8704;BG=32522997
If the tag does not include any parameters the tag's key needs to be surrounded by < and >.The prefix txt=§ § and the suffix § § are not mandatory if the tag has no parameters.

Return value

History: The history record that was created

Properties

 

Parameters

  1. Account: account
  2. String: type
  3. PersistentObject: object
  4. String: createdBy
  5. String: comments
  6. String: tag

...