Quantcast
Channel: Microsoft Dynamics NAV Forum - Recent Threads
Viewing all 29197 articles
Browse latest View live

Error while compile

$
0
0

Hi,

Below error I got while compiling an object.

Could not load type 'Microsoft.Office.Interop.Excel.ApplicationClass.'Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c''

Can anyone help on this?

Regards

Ratnesh


RE: Development cases (beginner)

$
0
0

Thanks a lot! I'm going to work through the Application Development ebook first :)

RE: How print SelectedRow form List Form ?

$
0
0

Hi,

I can get the My Employee "No." with this snippet of Code that i added on button on push trigger.

CurrForm.SETSELECTIONFILTER(Rec);

MESSAGE('%1',Rec."No.");

Now I want to apply this filter on my SUBSTITUTION "50017"

How can I do that

RE: How print SelectedRow form List Form ?

$
0
0

You have to use FINDSET and Repeat Until after CurrForm.SETSELECTIONFILTER(Rec); to see the value

 

example code to pass filters to report

Rec2.COPY(Rec);

CurrForm.SETSELECTIONFILTER(Rec2);

REPORT.RUN(50017,FALSE,FALSE,Rec2);

RE: 2 printers, different reports

$
0
0

Administration-Application Setup-General-Printer Selections

2 printers, different reports

$
0
0

There are 2 printers installed in the PC, eg: Printername1 is selected as a Default printer in the printer list, this used for printing some docs, and other stuff and all the Navision for one particular report should print in Printername2. where can i set this printer2 as default printer for that report. Thanks

RE: Printing a report using 2 different trays In NAV 2015

RE: Can I change the Default Sort in a Page?

$
0
0

Hello again, whilst this has worked to a point, we have now found that when opening the list view, it is sorted by posting date as expected, BUT, the row that is selected is still the oldest row, so when the entrys go over one page you only see the oldest first as the selected row is the last (oldest) row, is there a way for the page to open & be on (selected)(highlighted) the most recent row by posting date rather than the last?

Hope you follow this?


Can I change the Default Sort in a Page?

$
0
0

Nav 2009 R2

We would like to change the default sort order for a table - in our case Vendor Ledger Entry's to be newest on top, how do we do this? Posting Date is a Key, but at the moment the page defaults to Entry No A to Z, if I go to customise this page & change arrange by to be Posting Date Z to A it does not change anything, can we change the default Sort? I can change the sort when in the page, but as soon as I come out & then go back in the default is back.

RE: Best practice NAV Code Editor for merging?

RE: Best practice NAV Code Editor for merging?

$
0
0

Hello!

For merging we use a tool I developed which is based off the cmdlets for NAV merging but giving a user interface and merging projects management and more cool stuff :)

And you can set up your preferred text editors to be used by the app! I personally use diffuse for the 4 way merging (original, modified, target and result with conflicts).

You can check it out here completely for free, open code and all.

msnav.es/merging-information-download

If you finally decide to use let me know. I have a new version I haven't released yet because it's still in testing phase but looks very promising :)

Best practice NAV Code Editor for merging?

$
0
0

Hi Experts,

We're merging code from NAV2009R2 to NAV2015. We got the target customized object NAV2015 in text format (use NAVUpgradeCmdlets) and going to solve the conflict parts. I would like to know some NAV Code Editors to speed up the process. Thank you for sharing your best practice!

Zetadocs Express gives error intermittently when in use with NAV 2013 R2

$
0
0

We are currently running Zetadocs Express on our new install of NAV 2013 R2.    They are on the same server  and the archive is to a folder on the network drive. (Not SharePoint)

We have been able to use the drag and drop functions, but we are intermittently getting an error message which prevents the file from getting loaded.

We have verified the version of Outlook (2013 or 2010) and have cleared the Windows temp area, just to have it happen over and over.  

It happens on Outlook files, Excel Files, or Word Files.

We have verifed the Permission Sets in NAV as well as the permissions for Zetadocs Express on the server, setting the user as a local admin on their machine, etc.

We have re-installed Zetadocs Express.

Anyone have any experience with this issue?

Thank you,

Trina

RE: Grouping in Nav 15 word report

$
0
0

It is not possible using Word Layout. This is one of the main limitations. If you need it, you have to use RDLC.

RE: Why does NAV 2013 install SQL Server 2012 when SQL 2008 R2 SP2 Enterprise 64-bit is already installed

$
0
0

Hi there, what options were you given to use/install SQL 2014 for your Nav database (NavDemo or otherwise)? It looks like it's just installing 2012 by default. Did you have SQL 2014 already installed on that box, or have SQL 2014 on another server? 

I'm trying to use multiple tiers, Nav 2013 R2 on my Apptier and running the database on another server, running SQL 2014. Install options don't tell me or give me an option to point at another server, just tries to install SQL 2012 Express. 


Why does NAV 2013 install SQL Server 2012 when SQL 2008 R2 SP2 Enterprise 64-bit is already installed

$
0
0

According to the NAV 2013 System Requirements document, NAV 2013 will not install SQL Server 2012 if a compatible SQL Server is already installed. I have SQL Server 2008 R2 SP2 Enterprise 64-bit version, which is compatible, but NAV 2013 still installs SQL Server 2012. What's going on?

Thanks.

RE: Printing a report using 2 different trays In NAV 2015

Printing a report using 2 different trays In NAV 2015

$
0
0

How do I print a report with several pages so the first page is printed using tray 1, and the rest using tray 2 in NAV 2015? 

Is it because I use SQL report builder and not Visual Studio's report builder that I can't find a "property". Like I could in the older versions?

/Kent

RE: Entities and Dimensions

$
0
0

Hi Gary,

For our NAV 2013 implementation we decided to use a single NAV company with Global Dim 1 as Company Code to segregate about 20 legal entities.  With our NAV partner we designed a set of customizations for it and overall it has worked quite well.  Some of the pros we based the decision on were:

  • Reduced data volume, less resources and effort needed from not having to maintain master data, configuration, etc. for 20+ separate NAV companies.
  • The G/L accounts, vendors, and customers are common to all companies, which makes reporting more efficient and streamlined.  And it's great for enabling centralized purchasing and payables.

The major con would be just needing to customize NAV to get it to all work, which we did in a lot of areas of the system.  The key is building in posting rules which enforce the equality principal of double-entry accounting, so that each legal entity (Company Code) is always in balance.  Another challenge, depending on the business, is security - controlling who can see and post to which entities.  We use a really great NAV add-on for security that has helped us to manage access for a few hundred users.

One final consideration, which is probably one of the biggest deciding factors between using a Dimension vs. NAV companies, is inventory.  We don't use inventory in NAV and don't plan on doing so in the future, and our Partner recognized that if we did, then a Dimension would probably not be the way to go.  Dimensions and inventory can get really complex even when used in a standard way (speaking from past experience).  So if you use inventory it's something to definitely consider when making your decision.

Regards,

Rob

Entities and Dimensions

$
0
0

I have 5 separate legal entities. Can I use Dimensions to account for Multi-Entities in a single data base, or do I need to set up separate environments? If so, what are the Pros and Cons in using Dimensions for a Multiple entity structure? --- gary

Viewing all 29197 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>