Create an Update Request Log for a Tax Number Update.

Syntax

finUpdateRequestUtilities.CreateUpdateRequestLog_ClientTaxNumberUpdate(taxNumber, clientId, [formatTaxNumber], [validateTaxNumber], [clientLog], [requestedBy], [requestSource], [logSubject], [logNotes])

Parameters

NameTypeOptionalByRefDescription
taxNumber String The new Tax Number. Leave blank to remove an existing Tax Number.
clientId String The Id of the Client to update the Tax Number for.
formatTaxNumber Boolean Optional Indicates whether to format the Tax Number. If omitted, a value of True is assumed.
validateTaxNumber Boolean Optional Indicates whether to validate the supplied Tax Number. If omitted, a value of True is assumed.
clientLog finClientLog Optional ByRef The created Client Log Update Request. If omitted, a value of Nothing is assumed.
requestedBy String Optional "Requested By" for the Update Request.
requestSource String Optional "Request Source" for the Update Request.
logSubject String Optional Subject for the generated Client Log. Will default to "Contact Address Update Request" if omitted.
logNotes String Optional Notes for the generated Client Log.

Return Value

Boolean

A Boolean value indicating success.

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