Create an Update Request Log for a Client Withholding Tax Details Change.

Syntax

finUpdateRequestUtilities.CreateUpdateRequestLog_ClientWithholdingTaxDetailsChange(clientWithholdingTaxDetailsChange, [taxNumber], [formatTaxNumber], [validateTaxNumber], [clientLog], [requestedBy], [requestSource], [logSubject], [logNotes])

Parameters

NameTypeOptionalByRefDescription
clientWithholdingTaxDetailsChange finClientWithholdingTaxDetailsChange The Client Withholding Tax Details change object.
taxNumber String Optional A Tax Number can be supplied and an additional Update Request within the Client Log will be created for its update. Enter "[BLANK]" to remove the existing Tax Number. Supply an empty String to not update the Tax Number.
formatTaxNumber Boolean Optional Indicates whether to format the Tax Number. Only required if supplying a Tax Number. If omitted, a value of True is assumed.
validateTaxNumber Boolean Optional Indicates whether to validate the supplied Tax Number. Only required if supplying a 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