Hey, I simply want to create a Journal on my own in AX7.
I already Created the Tables for the Journals and JournalTrans.
I orient myself at the ProjJournalTable and ProjJournalTransEmpl to create them on my own.
The thing I cant figure out - if you click on a Journal and on Positions the Form ProjJournalTransEmpl opens.
But at some place AX needs to know what Journal the user clicked on to show it's Positions.
In the debugger I can see the following Query:
SELECT FIRSTFAST FORUPDATE * FROM ProjJournalTrans(ProjJournalTrans) WHERE ProjJournalTable.JournalId=ProjJournalTrans.JournalId
Thats how the Entries to the chosen Journal are shown . can someone tell me how to do manage this and where to place it?
Thank you very much :)