Create and save an Update Request Client Log from a collection of Update Requests.

Any Account-based Update Requests in the collection will be omitted when creating the Log.

Syntax

finUpdateRequestUtilities.CreateUpdateRequestClientLog(clientPk, logSubject, updateRequests, clientLog, [logNotes], [ownerUserPk])

Parameters

NameTypeOptionalByRefDescription
clientPk Integer The Pk of the Client the Update Requests should be created for.
logSubject String Subject for the generated Client Log. Will default to "Update Request" if omitted.
updateRequests finUpdateRequests The collection of Update Requests.
clientLog finClientLog ByRef The generated Client Log.
logNotes String Optional Notes for the generated Client Log.
ownerUserPk Integer Optional The Pk of the User this Log should be allocated to. If omitted, a value of 0 is assumed.

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