Quantcast
Channel: NAV/Navision Classic Client — mibuso.com
Viewing all 2230 articles
Browse latest View live

C/Front vs direct SQL Server access

$
0
0
Hello,

I need to gather some data from Nav 5 database using C# and since all the customers use SQL Server anyway I'm wondering is there a difference between using C/Front and SQL Server directly. Skipping C/Front obviously I loose possibility to access native database but using SQL Server directly I get all advantages of modern data access technologies like ORM and I don't need to deal with legacy data types and library.

Thanks in advance

Find who renames a form

$
0
0
Hi to all, I'd like to know which user rename a form in Dynamics Nav 2009, is there any table or log to inspect to find which user perform the rename operation?

Thank you in advance for your help.

Best regards
Fabrizio

Windows 10 printerselection

$
0
0
NAV2009 classic - have used the classic method used by many - in codeunit having a printerselection by name and when job is done then restore the printer.
IN Windows 10 - the selected printer (spec. PDF printer) then becomes the default printer and stays there until you manually alter it in the control panel.
Testing with Windows 7 this is not the case - the original default printer stays as the default.
Cannot figure out why - anybody having an idea?

Where can I find a CRM manual for Navision 5.01?

$
0
0
Hello all,
I need a CRM manual or documentation for Navision 5.01 in english.
Does anybody have an idea where I can find one? I am also okay to pay for it.

Best regards

this indexing 51 in the array is outside of the permited range

$
0
0
Hi experts!!

This message appears when I run the test report to close the inventory period,
and the report is blank so I can not know which products are in negative or open.

when I activate the debugger, the code stops in the report 1004

AddError (Text)
ErrorCounter: = ErrorCounter + 1;
ErrorText [ErrorCounter]: = Text;

How I can run the test and see the report?

thanks!!!!

cannot find correct 'host', using database server 2009 classic no sql

$
0
0
But I was so close....what do I do now?

LS-Retail (Retail Item Card Barcodes)

$
0
0
Hello,
I need to block a manually created barcode in Retail item card table no(99001451), the field is not editable maybe for a reason or another way to manage the block unblock, would you please help me in this issue?
Thanks

"Adjust Cost - Item Entries" not ran for 3 Years

$
0
0
Hello All ;

I've recently been recruited in a Company working with Microsoft Dynamics NAV 2009 R2 (Classic only, no RTC) and i found thant "Adjust Cost - Item Entries" hasn't been ran for almost 3 Years.

It's been about 2 Mounths thant I'm running the Batch Every Night & Week-end but it seems to be Endless because of the big number of Items and the huge amount of Item Transactions that the Company makes (Productions, Cosumptions, Transfers, etc.).

I've tried to Ignore the Entries Prior To 01/01/2015 by Setting "Applied Entry to Adjust" to FALSE in T32 and "Cost Is Adjusted" to TRUE in T5804 but still the same.

Because of that, I had to use COMMIT to make sure not to Re-adjust a Items or Entries already Adjusted.

What i want is to End this "Adjust Cost" to be able to make Revaluations for the Items to start with new Costs.

Thanks in advance.

Best Regards.

If the posted purchase order has wrongly deleted by client..

$
0
0
Hi All,

Please guide me, if the posted purchase order has wrongly deleted by client.. but the transaction is in the ledger.... how can we track these entries related to this purchase order... and how to post payment transaction without purchase order? what are the process require to do while year end?

Thanks...

Dynamics NAV 2009 R2 Move next Line when Enter (Page List)

$
0
0
Is there a way to move to next record in a page list when pressing Enter Key ? Usually the regular behavior is to move to next field.
The use wants to move to next field when pressing TAB (by design it's this way) and to next Line when pressing Enter.

Any idea

NAV Classic Client and Excel 2016

$
0
0
Can export Excel from NAV to Excel 2010 but fails now that Excel 2016 is installed.
Is it possible to integrate Excel/Word 2016 with NAV 5.0?

Email invoices from Nav - not using E Ship

$
0
0
Nav 2009 r2, no need to buy E Ship module as we would not use it. However; looking to email pdf's of invoices, credit memo's and statements right from Nav. Suggestions for a bolt on app to enable us to accomplish this? What are others using?

Inventory FlowField & Item Ledger Entry Table

$
0
0
Dear All,

In one of my clients, I have seen a Custom Form in Navision (2009 R2) Database, where a SubForm editable Field contains Inventory/Stock Quantity of Items wrongly, because the CalcFormula is applied on Other Table instead of Item Ledger Entry Table(ILE).

After seeing this I've made the required changes on the CalcFormula and again I have noticed the Previous (wrong) result on the flow field Field, but this time the DrillDown property addressing the Item Ledger Table.

I have deleted the Value from the Flow field manually as it was a editable field and then astonished to see that an Entry is inserted automatically into the ILE Table with the Values as defined in Table Filter of the Calculation Formula. This Entry contains the same Quantity which I have deleted from the Field.

Now my Item's Inventory gets affected incorrectly. What I have done at last, I have changed the Value of the Quantity field equals to Zero. I have not deleted this entry because after this (wrong) entry there are more entries are made in the ILE and I do not want to break the Entry No. sequence.

Now I want to know how to correct this ? Should I delete the wrong ILE Entry manually ?
Kindly Inform.

Import Item Journal Error !!!!

$
0
0
Dear Everybody,

I have a problem when i import item on excel in Config. Package and I want to Post in Item Journal card I got message error Please see below.

c4a116l0cixr.png

i checked data in excel already have dimension all rows and Default Dimension already have Dimension also
Please help me. i need to resolve this issue.

Thanks

No WareHousing and Location is blank but still Shipment is required?

$
0
0
Hi,

We are using NAV 2009. We are not using Warehousing module. There is no Warehousing Setup exists apart from Number Series.
But when we covert a quote to an order (Type G/L Account is used in the Quote Line), we have to do Ship & Invoice when order is posted. How to basically turn that off? The location in order line is blank as we do not have Locations Setup because we are not using Warehouse module.

I hope the question is clear.

Thanks

Imran

Check if folder exists in 2015

$
0
0
Hey guys

Is there a easy way to check if a folder exists?
I have searched for it and tried the EXISTS('Path'\nul) and this always return No for me.

Cheers
/left

Webservice works only after local request

$
0
0
Hi All,
I have a strange Web Service issue.

The functionality is kept very simple. Send a text and return the uppercase value of it.
The webservice in installed on a separate server (ServerWS). Created a small C# program on my local machine that sends text and shows the result. I can get that working but…….

After the service is started I have to go to the ServerWS, open the browser and execute the URL (e.g. http://localhost:7047/DynamicsNAV/WS/CompanyName/Codeunit/MakeUppercase)
It is only after this action that requests from other machines are successful. I can change the functionality (e.g. add an extra A to the result) and it is effective immediately.

The same happens after an error occurs. The service is still running but every next request results in an error (in the Browser error 500). Until…. yes, I execute the URL in the browser on ServerWS.

Nav version is 2009 SP1.

Any ideas?

Already Reverse Transaction !!!!

NAV 2009 NA build 27808

$
0
0
Dear all,
Does anyone know where can I download demo database for NAV 2009 NA localization build 27808?
Thank You

How to delete "out of license" tables

$
0
0
Hi!

We're the new Solution Center for a customer whos old SC went out of business. One of our customers first requests is/was to upgrade to 2016 (currently 2009 R2) and switch to our business solution. Which requires to remove the old - unused - Code & Objects of the former Solution Center.

It was decided that we want to realize this in a "regular" upgrade project instead of importing and exporting the Data from the current into the destionation DB. So, we actually need to delete the old objects from the current DB which is pretty easy for most Object types thanks to the so called "Killer Objects" as mentioned here: http://www.archerpoint.com/blog/Posts/killer-objects

However, there are some tables which are completely out of our license range and we want to get rid of them. Partly, because we want to have a clean database and also, because we have some tables in our own business solution with the same names. As you might know, navision doesn't allow us to have two objects of the same type and name in their DB.

My question now is: is there any way to generate those killer objects for tables out of our license? or at least a way to rename the tables?

Thanks for your help

StLi

p.s. We are aware of this here as well - doesn't work with tables though :-(: http://navisionary.com/2015/08/how-to-delete-obsolete-dynamics-nav-objects-version-2/
Viewing all 2230 articles
Browse latest View live


Latest Images