Announcements
how to get current journal no from form LedgerJournalTransAsset
i have parent form and same form having different journal
if i select any journal and go to line new child form get open having grid here i can create new records
Now i have added action menu item for the new class to the child form
what is want is to get the journalnum which i selected on parent form
how to get that on class
Finally, it is possible to find the Trans table from the Asset_Trans you are on by using the following relationship.
LedgerJournalTrans_Asset.RefRecID == LedgerJournalTrans.RecId
Try element.args().record() (If the dataSource property is full in the button on the caller form and it is the same as the table you want to come, you can get it without any problem.)
In addition, if the second form you open uses the LedgerJournalTrans table, an automatic relationship will be established via JournalId. You can also look directly at LedgerJournalTrans.JournalId.
i have a form in fixed asset module i.e LedgerJournalTable
in LedgerJournalTable form i have different journal
when i select any journal and after selecting i go to line button on header
another child form get open,
on this child form i have created one button
now i want the journal no which i selected on parent form
Hi community1,
Can you elaborate what you are looking for exactly?
What journal no are you looking for and what do you try to extract from that no?
Best regards,
Ludwig
André Arnaud de Cal...
294,118
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator