Transaction History and adjustment details

Discussions related to custom development with Select.
Post Reply
softprocam
Posts: 21
Joined: Tue Apr 15, 2014 8:40 am

Transaction History and adjustment details

Post by softprocam »

Does TransactionHistory contains all the adjustment details?
I am looking for following fields.
AdjustmentDate
AdjustedByName
InstrumentNumber
IssueByName
sindrapal
Posts: 42
Joined: Tue Oct 14, 2008 9:21 am

Re: Transaction History and adjustment details

Post by sindrapal »

The ITransactionHistory type should give you all the adjustment details that you had access to in previous versions of Select. The InstrumentNumber & IssueByName are not tracked as part of an adjustment.

AdjustmentDate ITransactionHistory.LastModifiedOn
AdjustedByName ITransactionHistory.LastModifiedBy
softprocam
Posts: 21
Joined: Tue Apr 15, 2014 8:40 am

Re: Transaction History and adjustment details

Post by softprocam »

Thank you .can you direct me where can i get Instrumentnumber? currenly i am taking instrumentType from Transaction(Transaction.kind) but i don't see InstrumentNumber in transaction.
sindrapal
Posts: 42
Joined: Tue Oct 14, 2008 9:21 am

Re: Transaction History and adjustment details

Post by sindrapal »

I am not sure what you mean by "InstrumentType" and "InstrumentNumber". I assumed that they referred to the deed on the PF side. But looks like you are actually trying to get some transaction\adjustment data. Transaction.Kind will tell you if the transaction is a Receipt\IncomingWire\Check\... and so on.

Can you please check out the ITransactionHistory.AdjustmentNumber property and see if it is the InstrumentNumber you are looking for?
softprocam
Posts: 21
Joined: Tue Apr 15, 2014 8:40 am

Re: Transaction History and adjustment details

Post by softprocam »

Instrumentnumber is TransactionHistory.AdjustmentNumber. I got all the fields from TransactionHistory .
Thanks.
Post Reply