Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: SSRS Report: How can I get record information when I want to print the report based on a selected record data in General Ledger > Journal > General Journal form?

$
0
0

Hi MoMochi ,

You got header record through this.parmArgs().record() , once you have header record you can get all lines based on header Journal record in data provider . why you want to get all Lines (ledgerJournalTrans table ) in controller . In Data provider class , based on your header Journal Id you can run a query on ledgerJOurnalTrans and get all the records.


Viewing all articles
Browse latest Browse all 175888

Trending Articles