hi all...i'm using nav 2009
i have created another sales invoice report (Report 50001)
the report is completely done
but from sales invoice list pages i want to send parameter document no
so it will preview the report with the document no I sent from sales invoice pages
how to do it?
i can preview report only using runobject
but it can't sent the parameter
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
i create another report for unposted sales invoices
so i must create parameter
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
i create another new action to pull this report
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
so the button in my page is also gone...
is it using RUN or RUNMODAL?
but still not sending the parameter
what is the first dataitem in report 50001?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
and then i update the filter
from order become invoice
still not send the parameter using your code
in order to run the report50001 from Sales Invoice list..
1. add an action print in Page 9301-Sales Invoice List
2. In OnAction trigger of above added Action write
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
your code below yes ... it can execute report no 50001
but it didn't give parameter at all
so the report we pull from your code still
what i want is... if we select invoice no 001,then become
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Yes Mohana...
this is what i want
many thanks
:thumbsup:
but....
for example i have 10 invoices
1001....1010
if i choose from the list 1005
and the preview the report
after that i go back to sales invoice list
it only appear only 1005
the others are disappear... until i go to another page...and then come back again to sales invoice list
how to refresh it automatically?
you have clear the filters from Action-->Clear Filters
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
but how to set the parameter for each report
like this...
is it can be used for every report?
i have the same question
but now for payment journal page to pull from my another customized report
just change the report no
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
:thumbsup:
i still cannot find how to clear the filters
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
SalesInvHeader - Record - 112
Now change code to:
That should do the trick as you will no longer be manipulating the filter on the record of the page.
Tommy
it really works