Creates a Receivable Contact (PayID) based upon the supplied Account and other details.

Syntax

finBankInterfaceSplit.CreateReceivableContactFromAccount(account, name, email, contactId, [payIdEmailPrefix], [payIdEmail], [accountLogPk], [serviceLogPk], [workflowPk], [workflowItemPk])

Parameters

NameTypeOptionalByRefDescription
account finAccount The Account.
name String ByRef If not specified will use the Account's Name. The Name used will be returned.
email String ByRef If not specified will use the main Client's email. The Email used will be returned.
contactId String ByRef The Zepto Contact Id that was created.
payIdEmailPrefix String Optional PayID Email prefix to use.
payIdEmail String Optional ByRef Returns full PayId Email. Format is [prefix-][AccountId]@[PayIDDomain].
accountLogPk Integer Optional ByRef If omitted, a value of 0 is assumed.
serviceLogPk Integer Optional ByRef If omitted, a value of 0 is assumed.
workflowPk Integer Optional The primary key of the Workflow to link the Client Log to. If omitted, a value of 0 is assumed.
workflowItemPk Integer Optional The primary key of the Workflow Item to link the Client Log to. If omitted, a value of 0 is assumed.

Return Value

Boolean

A Boolean indicating Success.

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