ClearTransaction
Marks the transaction checks with Cleared, NotCleared or Pending status.
Stored Procedure-Specific Information
To execute this procedure, enter:EXEC ClearTransaction TxnID = '300-1234567890', ClearedStatus = 'Cleared'
In the example above, TxnID refers to a balance sheet transaction.
Input
| Name | Type | Description |
| TxnID | String | The ID of the Transaction. The TxnID should be of type balance sheet. |
| TxnLineID | String | The ID of the Transaction Line Item |
| ClearedStatus | String | The Cleared Status of the Transaction
The allowed values are Cleared, NotCleared, Pending. |
Result Set Columns
| Name | Type | Description |
| * | String | Output varies depending on the supplied QBXML request. |