i m creating and check voucher in which report will shows details from check ledger entry and for that i want to print narration now from gen. journal narration as this check voucher will be removed before posting......
i m creating and check voucher in which report will shows details from check ledger entry and for that i want to print narration now from gen. journal narration as this check voucher will be removed before posting......
I didnt get your point but as of now you want to get Naration from Gen. Journal line before posting..is it?
You can get Gen. Journal Line with Check Ledger Entry Document No...
You have blank value in "recGen.journalNarration"."Journal Template Name" and "recGen.journalNarration"."Journal Batch Name" at this pont..how does it work?
From where you are calling this report? from Gen.Journal form?
Dude i m using Check Ledger Entry Table in the report.
so how can i use journal template and journal batch filters on bank payment voucher for the report.
You need to either modify your design by adding Batch names as first dataitem (base test reports)
or you can create a function and pass the values before calling the report..
search the forum, how to pass filters before calling report..
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Stivan D'souza
What if it is posted?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Stivan D'souza
You can get Gen. Journal Line with Check Ledger Entry Document No...
Try with that..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Stivan D'souza
"recGen.journalNarration".RESET;
"recGen.journalNarration".SETRANGE("Journal Template Name","recGen.journalNarration"."Journal Template Name");
"recGen.journalNarration".SETRANGE("Journal Batch Name","recGen.journalNarration"."Journal Batch Name");
"recGen.journalNarration".SETRANGE("Document No.","Check Ledger Entry"."Document No.");
IF "recGen.journalNarration".FINDFIRST THEN
Narration += "recGen.journalNarration".Narration;
Stivan D'souza
From where you are calling this report? from Gen.Journal form?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Stivan D'souza
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Stivan D'souza
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Stivan D'souza
Was i telling any movie stories to you till now? :-k [-(
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
so how can i use journal template and journal batch filters on bank payment voucher for the report.
Stivan D'souza
or you can create a function and pass the values before calling the report..
search the forum, how to pass filters before calling report..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav