RE: Rounding issue.
Hi Magesen,I just tested this out in a 2009R2 W1 database, new company, all setups to default values, no invoice rounding. I get a different amount (LCY), but the amount is rounded down in this case......
View ArticleRE: View item list with complete description
Do you mean Extended Text Functionality?You can Set Extended Texts for Items from Item Card-->Item-->Extended TextsAfter entering the Item in Quote.Click Function-->Insert Ext. Texts..It will...
View ArticleView item list with complete description
Hello, I am a relatively new user of NAV with virtually no training or support. I have been asked to review our item descriptions and suggest changes to them. I have administrative rights, however it...
View ArticleSubcontracting with Inter-company
Hi All,My client use NAV2009 R2 W1+ ManufacturingSubcontracting with Inter-company;Company A & company BSales order place in company A--> Run planning worksheet 1*--> Planned orders 2*...
View ArticleMisprinting of Sales Invoice.
Dear Experts please help me to rectify the issue in printing of sales invoice, as in our CST number contains 11 digits but it is printing only 10 digits.
View ArticleRE: Misprinting of Sales Invoice.
Dear Experts advice me the process to correct the CST line(i.e CST number line) in our Sales invoice using the classic.
View ArticleRE: View item list with complete description
I've understood as Mohana. You use extended text functionality. If you want to change them regularly,you must use functionality from Item Card as Mohana said. If you have rights to use data in table,...
View ArticleRE: Subcontracting with Inter-company
You can not do this by standard. Company is the highest level in NAV and each company use different tables in SQL. For this requirement, you need customization.
View ArticleRE: How to copy data from SalesOrderHeader /SalesOrderLine UDF column value...
You just need to add the Fields with same ID in Sales Header/Sales Line and Shipement/Invoice tables..If your field ID is 50000 in Sales Header/Sales Line then add same field with ID 50000 in...
View ArticleRE: How to copy data from SalesOrderHeader /SalesOrderLine UDF column value...
Hi Surajit,I think that code is not necesseary, fot that kind of coping fields. If you are creating fields with same ID, DataType, Lenght, in that tables (f.e. Sales OrderHeader/SalesInvoiceHeader),...
View ArticleHow to copy data from SalesOrderHeader /SalesOrderLine UDF column value in...
Hi expert , I have added 4/1 columns in SalesOrderHeader /SalesOrderLine / Shipment Header /Shipment Line / Invoice Header /Invoice Line . I want to copy data from SalesOrderHeader...
View ArticleRE: How to copy data from SalesOrderHeader /SalesOrderLine UDF column value...
Hi , Thanks for the reply .I have created those UDF column in Shipment/Invoice with same id .Its working fine.ThanksSurajit
View ArticleRE: View item list with complete description
Thank you. For now, I just want to view a list of the items with the full description. There are about 10 items that should have an identical description, except for size, but who ever entered them...
View ArticleRE: View item list with complete description
Look in Table 280 Extended Text Lines. What version of NAV are you using? If you are on NAV 2013 then you could use RapidStart to export the table data to Excel, make your changes, and then load them...
View ArticleJournal Entry Import and Document Numbers
Is it possible to have document numbers fill in automatically on imported journal lines like they do when a journal is entered manually?
View ArticleRE: View item list with complete description
As I said in previous post, did you check in Iteam card?Item (Menu Button) --> Extended Texts?Which version are you using?Classic/RTC?
View ArticleRE: Pick Ticket
Which Localization are you using?You can check the form/Page/table/codeunit ID which is used for the pick ticket functionality.based on the above ID we can decide whether it is a standard functionality...
View ArticlePick Ticket
Hi all,I am trying to understand what the standard functionality of a "Pick Ticket" is in NAV 5.0. Does Microsoft deliver it standard or is it customized?TJ
View ArticleHow to insert in my NAV table column from Shipment columns value when I post...
Hi expert , I have added a Boolean field(field1) in Navision shipment table . I have a table 'MyTable' (ShipmentNo,WNo,UDf1) .I want to insert value in this table where Navision Shipment No...
View ArticleRE: Journal Entry Import and Document Numbers
Hi,yes it is... what you need to do is executing SetupNewLine() on every new line you import. But caution, this function should be invoked on a cleared record, giving the previous line as...
View Article