Resolve tags in a Message for HTML output.

The following tags will be resolved: <list> <item>[Account.AccountId]</item> <item>[Account.Name]</item> <item>[Account.OwnerSalutations]</item> <item>[Account.PayIDEmail]</item> <item>[Account.Balance]</item> <item>[Account.ContractualOverdue]</item> <item>[Account.Overdue]</item> <item>[Account.NextPaymentDate]</item> <item>[Account.NextPaymentValue]</item> <item>[Account.LastReversedPaymentDate]</item> <item>[Account.LastReversedPaymentDateReversed]</item> <item>[Account.LastReversedPaymentValue]</item> <item>[AccountApp.AccountAppId]</item> <item>[AccountApp.Name]</item> <item>[Branch.BranchId]</item> <item>[Branch.Description]</item> <item>[Branch.Email]</item> <item>[Branch.Name]</item> <item>[Branch.Phone]</item> <item>[Broker.BrokerId]</item> <item>[Broker.Description]</item> <item>[Broker.Name]</item> <item>[BrokerEmployee.Name]</item> <item>[Client.ClientId]</item> <item>[Client.Name]</item> <item>[Client.FirstName]</item> <item>[Client.LastName]</item> <item>[Client.Title]</item> <item>[Client.Salutation]</item> <item>[Dealer.DealerId]</item> <item>[Dealer.Description]</item> <item>[Dealer.Name]</item> <item>[DealerEmployee.Name]</item> <item>[Entity.EntityId]</item> <item>[Entity.Name]</item> <item>[ExternalParty.ExternalPartyId]</item> <item>[ExternalParty.Description]</item> <item>[ExternalParty.Name]</item> <item>[Manager.Name]</item> <item>[Manager.Email]</item> <item>[Manager.Mobile]</item> <item>[Manager.Phone]</item> <item>[User.UserId]</item> <item>[User.Name]</item> <item>[Workflow.WorkflowId]</item> </list>

Syntax

finDocumentFunctions.ResolveTaggedMessageFromObjectsHtml(message, dateAsAt, [account], [client], [externalParty], [user], [workflow], [accountApp], [specialTags], [branch], [accountAppApplicant])

Parameters

NameTypeOptionalByRefDescription
message String The Message.
dateAsAt Date The Date As At for resolving tags such as Account Balance and Overdue.
account finAccount Optional The Account from which to resolve Account tags. If omitted, a value of Nothing is assumed.
client finClient Optional The Client from which to resolve Client tags. If omitted, a value of Nothing is assumed.
externalParty finExternalPartyRO Optional The External Party from which to resolve External Party tags. If omitted, a value of Nothing is assumed.
user finUserRO Optional The User from which to resolve User tags. If omitted, a value of Nothing is assumed.
workflow finWorkflow Optional The Workflow from which to resolve Workflow tags. If omitted, a value of Nothing is assumed.
accountApp finAccountApp Optional The Account Application from which to resolve Account Application tags. If omitted, a value of Nothing is assumed.
specialTags ISKeyValueList Optional If omitted, a value of Nothing is assumed.
branch finBranchRO Optional The Branch to resolve Branch and Entity tags from or Nothing to determine the Branch (if possible) from other objects such as the Account or Client. If omitted, a value of Nothing is assumed.
accountAppApplicant finAccountAppApplicant Optional If omitted, a value of Nothing is assumed.

Return Value

String

A String value.

Member of:
finDocumentFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0