What event is fired when a disbursement check is posted

Discussions related to custom development with Select.
Post Reply
kwesterlage
Posts: 73
Joined: Thu May 21, 2015 2:28 pm

What event is fired when a disbursement check is posted

Post by kwesterlage »

I am trying to auto-complete a task when all disbursements are posted and certain criteria are met, but I'm having trouble finding the events I should attach to.
When posting Ledger Transfer disbursements, the TransactionAdded event seems to work fine but it doesn't pick up checks being disbursed.

So I have two questions:
1.) Is there an event that is fired off after all transaction are disbursed?
2.) What events to I need to subscribe to so I can monitor Outgoing Wire and Check disbursements?
neetab
Posts: 22
Joined: Wed Apr 17, 2013 3:20 pm

Re: What event is fired when a disbursement check is posted

Post by neetab »

1.) Is there an event that is fired off after all transaction are disbursed?
We do not fire off an event after all transactions are disbursed.

2.) What events to I need to subscribe to so I can monitor Outgoing Wire and Check disbursements?
You can subscribe to TransactionChanged event.
Post Reply