Hello,
I am working on a report that needs a a particular functionality that I am not sure how to implement.
The user should be able to select any number of "Customer Ledger Entires" in a form. At the botton of the form there is a button called Print. When the user clicks that button. Certain information from the selected entries automatically gets inserted into a particular section in a report.
How can I do this? Is there a particular filter that I could use that detects the records that are selected??
0
Comments
You will have to code some function on a button to pass it to a reports, which can't be done without the proper license.
Who's asking you to do this when you appear to be limited on what you should be attempting at this stage in your Nav life?
http://www.BiloBeauty.com
http://www.autismspeaks.org
Go to any list form - ie/Item List
select a group of lines by clicking & holding on theleft of the screen
Once highlighted. click Ctrl-F1 (You should see markers next to those lines now.)
If you go to the top & Click View->Marked Only those lines should only show.
http://www.BiloBeauty.com
http://www.autismspeaks.org
I am just not sure how to go about doing it.
I have been working with NAV for few months only and I have never done anything like this. Someone else had a similar question, but i read the replies that people posted on his questions. But it sorta just seems jibrish to me. Thats why I wanted a step by step guide as how to go about doing it since I am very lost.
"I worked on Fixed Assets for our client. I added the functionality they were looking for and released it. While they were testing, they found an error."
and by reading the posts it feels like you're learning as your going instead of being traind first. and this can be dangerous if you start messing with code. IMHO
Is there no one at your company you can ask for help from?
In other posts I believe I have pointed out the Application Deginers Guide 8 C/Side Ref Guide.
http://msdn.microsoft.com/en-us/library/dd301468.aspx
http://www.BiloBeauty.com
http://www.autismspeaks.org
If you are spoon feed all the time with the correct answer, you will never really learn and grown.
He does help me if I spend like 5-6 hrs trying to figure out an error and I cant...then he would point me in the right direction. He just gave me this task and thats why I wanted to give it a shot before I give up and ask him for help.
Try to follow that post that you didn't understand. Any keyword in code that you don't understand - then look it up in c/side ref guide.
It's also funny that they won't spoon feed you , but that's exactly what you are looking for from the forum.
http://www.BiloBeauty.com
http://www.autismspeaks.org
Perhaps SETSELECTIONFILTER would make more sence.
http://msdn.microsoft.com/en-us/library/dd354931.aspx
http://www.BiloBeauty.com
http://www.autismspeaks.org
After that is done, I will go back to the other post and try to figure out my next step.
RIS Plus, LLC
Did he ever teach parachute jumping?
lol...
I have made some progress with this tasks. But I am having a newbie issue with it.
Lets says I select 3-4 different types of Customer Ledger Entries to copy information from. In my report, it show shows the last record and it shows it over and over again.
Any idea what I might have done wrong and how I can go about fixing it?
This the code in my report for the following function InvoiceParameters
How can I make it go through every single entry rather than one entry??