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. |