on 2024 Apr 17 4:15 PM
Where / how we find the capability to add hold information to our statements
Request clarification before answering.
Hi Jim,
You will need to add a subreport to your existing Jasper statement to capture the Held Transactions since the main statement driver query looks only for vouchered payments (Held Transactions are not vouchered).
The main components of the Held Section driver query will need to reference:
1. RunListNoHold: This value is stamped on the BrokerHistory records that were evaluated in the payout were the statement was generated.
2. RunListNoRoot: This value is the RunListNo of the Payout. This value is passed in a token from the Main Report of the statement to the new Hold section in Jasper.
3. VendorNo: VendorNo links the Held transactions to the Vouchered payments in the statement.
4. HoldStatus: The Held Section should only return Payments that are Held (HoldStatus=2)
The query will look something like below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
15 | |
7 | |
3 | |
3 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.