How to add new field 'Name(AR,AP)' to STD BankAccountStatement ?
Module
Cash and Bank Management >> Report >> Transactions >> Bank statement
---------------------------------------------------------------------------------------
Standard
SSRS Report : BankAccountStatement
Table : BankAccountStatementTmp, BankAccountTrans
Classes : BankAccountStatementContract, BankAccountStatementDP
Query : BankAccountStatement
--------------------------------------------------------------------------------
Method insert record to TempDB
----------------------------------------------------------------------
Solution Me (New AX Develop) ps. Have not tried yet
1.add new field 'Name(EDT: DirPartyName)' to BankAccountStatementTmp
2.find relation 'BankAccountTrans' table to 'DirPartyTable' or (VendTable and CustTable), edit method insert record query join. (I can't find relation)
I'm not sure relation.(Help me please)
BankAccountTrans.Voucher == (VendTrans.Voucher>VendTrans.AccountNum == VendTable.AccountNum>VendTable.Party == DirPartyTable.RecId>DirPartyTable.Name || CustTrans.Voucher>CustTrans.AccountNum == CustTable.AccountNum>CustTable.Party == DirPartyTable.RecId>DirPartyTable.Name)
3.edit SSRS Report.
ps. Have not tried yet
-------------------------------------------------------------
Help guide other good solutions or find relation to find Name(AR,AP) from 'BankAccountTrans' table.
I'm not sure relation.(Help me please)
BankAccountTrans.Voucher == (VendTrans.Voucher>VendTrans.AccountNum == VendTable.AccountNum>VendTable.Party == DirPartyTable.RecId>DirPartyTable.Name || CustTrans.Voucher>CustTrans.AccountNum == CustTable.AccountNum>CustTable.Party == DirPartyTable.RecId>DirPartyTable.Name)
Thank you.
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (