This member is for System Use Only and should NOT be used.
Obsolete. Use finUpdateRequestUtilities.CreateUpdateRequestLog_ContactMethodUpdate instead.
Creates an Update Request Client Log for the scenarios where a Client Contact Method is being added, updated or removed.

Syntax

finClientFunctions.CreateUpdateRequestLog_ContactMethodUpdate(clientContactMethodPk, newValue, logType, [clientLog], [contactMethodId], [clientId], [requestedBy], [requestSource], [logSubject], [logNotes])

Parameters

NameTypeOptionalByRefDescription
clientContactMethodPk Integer The Pk of the existing Contact Method. Use 0 when adding a new Contact Method.
newValue String The value of the new Contact Method. Use a blank string to remove the existing value.
logType isefinLogType The Log Type of the generated Client Log. NO LONGER USED - ALWAYS ASSUMES UPDATEREQUEST
clientLog finClientLog Optional ByRef The generated Client Log. If omitted, a value of Nothing is assumed.
contactMethodId String Optional The Contact Method Id of the new Contact Method value. Will default to the existing Contact Method if omitted.
clientId String Optional The Client Id (only required when adding a new Contact Method; i.e. clientContactMethodPk = 0).
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:
finClientFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0