All accounting entries of an T24 account
There is a core routine that will return all the accounting entries for an account it is EB.ACCT.ENTRY.LIST
Syntax:
EB.ACCT.ENTRY.LIST(ACCOUNT.NUMBER,FROM.DATE,END.DATE,YID.LIST,OPENING.BAL,ER)
Passed Parameters.
ACCOUNT.NUMBER :- Account for which balance & entries is to be returned.
FROM.DATE :- Start date for opening balance and entries.
END.DATE :- The last date to be considered.
Outgoing :
YID.LIST :- List of statement entry ids.
OPENING.BAL :- Opening balance on the startt date.
ER :- Any errors found
Comments
Post a Comment