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

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

Syntax

finUpdateRequestUtilities.CreateUpdateRequestAccountLog(accountPk, logSubject, updateRequests, accountLog, [logNotes], [ownerUserPk])

Parameters

NameTypeOptionalByRefDescription
accountPk Integer The Pk of the Account the Update Requests should be created for.
logSubject String Subject for the generated Account Log. Will default to "Update Request" if omitted.
updateRequests finUpdateRequests The collection of Update Requests.
accountLog finAccountLog ByRef The generated Account Log.
logNotes String Optional Notes for the generated Account 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