Is this the correct way to do this? I wanna take a current report, and make a new report out of it, modifying it a little.
I just export the current report, rename it, and import it again? Then I'm free to edit it?
Currently we give inventory to our Sales Reps. We do this once or twice a month, sometimes more often depending on if we're busy or not. It's a long process because we need to run the current report, then get out of a catalog and write down what inventory is available for each item and color. Thus we waste a lot of catalogs, paper, money, and time. Errors can happen too since we're only human.
I was thinking of making a report that generates what we need. The report I have now is pretty close to what I need, but aside from deleting a few things I'll need to add some fields to my Inventory Cards:
"Catalog" -- This would usually be PB or PC. These are codes for our two different catalogs.
"Year" -- This would be the year the catalog was made.
"Page" -- This would be the page number that particular item is on.
This way I can easily have a report generated of available inventory based on any of the above criteria. If someone only wants to see inventory from our 2010 catalogs they can. If they only want to see PB from 2009 they can.
0
Comments
I usually go into the Object designer->click the report I want a copy of->Click Design->File->Save As
then give it a new name & number (in the 50000+ range)
Close the report ->open the newly created report & edit away.
http://www.BiloBeauty.com
http://www.autismspeaks.org
You need to add them in the printing Sections i.e. in design mode View -> Sections.
If you need background in this, have a look at the Application Developer Guide (w1w1adg.pdf) on the product DVD
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
Previously I added another comment line on the Customer Card. You can type stuff in there and when you enter an order for that company it automatically shows that shows up.
So, it should be pretty similar I take it.
Find "Catalog" (you did add this to the table correct) drag & drop it into your report.
http://www.BiloBeauty.com
http://www.autismspeaks.org
That's what I was missing.. adding it to the Table as well.
http://www.BiloBeauty.com
http://www.autismspeaks.org
1 - It sorts by Item Number on the report. I would like it to sort by the new "Page" textbox I created instead. Where do I go change that? In C/AL code somewhere?
2 - If I just run the report it's fine, but if I select to show Variant, then it doesn't show the new textbox's I created. Any ideas?
Item Table->Design->View->Keys (Don't change any of them - if you MUST add a new key at the end of the list)
2. Perhaps by clicking "Show Variant" a new section of the report "that was hidden" is now being displayed. Almost like "Show Detail" sections. You'll have to add the boxes to this variant section too.
If it's using the Variant Table as a dataitem instead of using a Record & Get - you'll have to do the same to get the item details. Item.GET("Item Variant"."Item No.");
http://www.BiloBeauty.com
http://www.autismspeaks.org
I did add the key for "Page".. just not sure how to actually get it to sort by page or where to go for that.
If not then view the properties of the dataitem - probably the DataItemTableView has been set.
http://www.BiloBeauty.com
http://www.autismspeaks.org
Got this part on the Mail notification but not on post :-k
Go to the report properties (click on a blank dataitem line and view properties) and change the Caption property
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
One last thing.. when I go to View -> Toolbox, somehow when I wasn't looking it got half dragged off the screen. How can I get it fully back on? My monitor is already set at the highest resolution, so trying to go higher won't work. I can't grab the top portion to drag it back on since it's off.
Yes the toolbox tends to move a tiny bit each time it's opened and closed - try it
To fix use Alt + Space and select Move - move the window with the arrows keys
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html