Any Client-based Update Requests in the collection will be omitted when creating the Log.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
A Boolean value indicating success.