-
Service Tier Administration - NAV 2017
Hi We have a server running the services. Now I try to make a 2017 version, but get the following error, when trying create a new service : "No Navision base version found for the choosen build update 10.0" BASE folder : \Base\10.0 UPDATES Folder : \Updates\10.0 Any ideas :) ? Thanks
-
Transactional Operation
Hi, i am a new user on the forum, and i have a doubt about de transactions. I have some problems with registers.I understanding that i do more than one operation in a Code Unit, this will be transactional and unitary, but for example if i use the Code unit 13(Gen. Jnl.-Post Batch), in the end there is a commit then if…
-
Proper NST for TaskScheduler selection (N2017)
Hi, when I'm using new TaskScheduler - is there a way to choose which NST will run the task? Some tasks are machine specific and I want to run them on one dedicated machine. I know I can use a NAS option, but it's not the same. Thx for tips
-
Tenant upgrade
Hello everyone, I have a nav 2013 tenant db and a nav 2017 app db. I want to upgrade the tenant to nav 2016, but could not find any guide on how to do it, i'm struggling with it. I found out that powrshell can be used, my 201y db is a multi tenant. Can anybody provide me the steps that is needed to upgrade the tenant to…
-
Setfocus on NAV 2016 Phone Client
Hi. We have a few pages used on phone client and they work ok, but we would like to be able to change focus from one text box to another acording to certain conditions. Is there any way or add-in for the phone client that allows you to set focus on any text box programatically? Thanks in advance :)
-
Payment Journal Export - Data Exchange Definition (NAV2017 - CU2.1)
Hi, Am I correct in saying that either the table relation is incorrect on the Bank Account table, or Codeunit 1270 needs changing. Workaround, have same code for Data Exchange Definition as Bank Export setup. Currently: DataExchDef.GET(BankAccount."Payment Export Format"); Suggested Edit:…
-
Is Dynamics NAV 2016 21 CFR Part 11 compliant?
Hi, Does anyone know if Dynamics NAV 2016 is 21 CFR Part 11 compliant? Our customer will need for lot traceability, TCF’s, RMA’s, etc.. Thank you in advance! Carol
-
Dashboard: Team vs Sales totals how to and learning resources help
Hello all. Really new to Dynamics 365 here. I had a couple of questions: 1. What is your most important definitive focused resource for Dynamics 365 learning? Hopefully with a proper learning path? I know this will be a bit subjective but it would be good to know peoples thoughts on this. 2. On a new sales dashboard, is it…
-
Report RG 23 C Part II for Capital Goods
when i am run report RG 23 C Part II for capital goods then Nav showing BED & other Excise Credit Value but my confusion is in report for which period credit showing i.e. current year or Next year 50 % Excise Credit showing or not. if showing where & how. pls help...
-
Correct URL for opening a page in Tablet Client
I'm trying to open a page in Dynamics NAV 2016 tablet client on iPad, calling it from an external hyperlink. What happens is this. This is the URL: ms-dynamicsnav:///?page=11024009&mode=edit&filter='Nr.'%20IS%20'OG03667' * When the Navision app is closed on the iPad, then I start the URL, it works as expected. Opening the…
-
How to assign/post charges to purchase order
Hi, we need to post some purchase invoices for quality checks related to ordered products. It aims us to use the Item-Charges, but charges can be assigned only to received rcpt. lines, while the checked product will arrive (by ship) in 5-6 weeks after the invoice from controller. How can we adjust the Actual Cost in this…
-
How do responsibility centers work?
I can't get responsibility centres to limit the view for the user
-
Revaluation Journal- Calculate Inventory Value is giving wrong Quantity
Hello, I have an Item having Inventory 20000 and is average costing Item. When I run the calculate Inventory Value on revaluation journal by giving this Item Filter it is only showing me 10000 Qty. to revalue. Why is it so?
-
Outstream from function empty
Hi I have this code / Function : LOCAL SendXMLCall(WebServiceURL : Text;Request : InStream;VAR Response : OutStream;VAR ErrorMsg : Text) StatusOK : Boolean //Prepare the request. Load it as a text into an XML document.
vBigText.READ(Request);
vBigText.GETSUBTEXT(TempString,1);
XMLDoc :=…
-
Consuming a Codeunit Web Service problem
Hi guys, I have a problem with consuming web service codeunit on a couple of different databases. I’ve used the walkthrough example from Microsoft link. I created the codeunit for receiving price/rebate on three different databases (for different customers). Codeunit is the same for all three databases and when I call them…
-
What is a C/AL code module?
What is a C/AL code module? Is it a function? Is it similar to a Visual Basic code module? I cannot find definition anywhere.
-
tree symbol Unapply Applied Customer or Vendor Ledger Entries
hi am workin to upgrad to nav 2017 , i need to modified the numer of symbole of Unapply Applied (***) , now in nav it is this 3 *** symbole generat if apply so how can do this
-
XML Parse error when exporting Config. package to Excel??
Hi everyone. Error "XML Parse Error" Occurs when I try to export a configuration package to excel. In debugger it breaks in Codeunit 8618 on line XMLMap.Import(TempSetupDataFileNameCL,TRUE); Does anyone know how to fix this? Thanks!
-
How do i open a linked card page in the testing framework of Nav.
i am currently trying to make a integration test for my system. For some reason i can open a second page with a handler if it a custom function. This part of code works because i can call the custum function by name. PlantTypePage.OPENEDIT; PlantTypePage.GOTOKEY(CurrentPlantType); PlantTypePage."Page Plant Number…
-
Server Configuration for NAV 2017
Hi All!! Need a help from you experts. I have to implement NAV 2017 for one of my client. They are having the following criterion: 1. 100 Concurrent Users 2. Branches in more than 10 geographical locations 3. Access should be smooth and fast as much as possible. 4. Per day transactions seem that they will increase the db…
-
How to Display a Page on a Web Browser
NAV 2015 - currently users can access customers list , sales invoices, ..etc via the web browser. I want to create a new page in NAV 2015 and have it where the users can access it via web browser or tablet (ipad) .. creating the page is easy but how to link it to web browser so users can see it?
-
Import Historical transactions of companies into single company
My company has asked me to read up on the possibilities of merging data of three companies into single company. we are on NAV 2009 IN Version. Eg. we are using three NAV companies within India. like Chennai, Bangalore and Mumbai as separate companies for STPI reporting purpose and also acquired a company. have been…
-
Nav 2017 PowerBi reports
Hello, im trying to enable powerbi reports in Nav2017, first of all i registered the application in Azure AD then i go to Get started with power bi and then Authorize Azure Services the authorization is sucessful message appear, but then after i close the window, message appears the Azure AD Authentication Flow provider is…
-
Converting XML port to XML
Hi everyone, I'm developing a webApp that consumes a codeunit published as a WebService. In the webService, I have a function that returns an XMLPort, with this format: In my asp project, I receive from the function a "PickLineNode": My goal is to show the received XML in a table or datagrid in a webForm. How can I convert…
-
Lost Profile Configuration
Hi Guys I have started depending more and more on Profile Configuration, rather than code change on the page object. Its easy to make one Role Center with everything, and then do different profiles from that, that you configure. BUT now i experience something funny (not), when i updated the objects with CU4 on a new 2017…
-
Tables CSV Buffer (1234) and XML Buffer (1235), just like Excel Buffer (370) - NAV 2017
Hey guys, I just ran into these 2 tables in NAV 2017, and I thought I'd let you know. It seems that they expanded the functionality of Excel Buffer to both CSV and XML: - Table 1234: CSV Buffer - Table 1235: XML Buffer I still didn't have time to test them thoroughly, but I just wanted to share this piece of info, since I…
-
Create PDF 2.* NAV2009 Classic
Hello everyone, I have a problem that is driving me crazy, I have to create a PDF file version 2.+ with nav2009 Classic, is there anyone who can tell me how to do? I'll have on your conscience if I do not solve :) THANK YOU.
-
A server was not found at "net.tcp: Error on just one user on NAV 2016
Hi all, we have successfully installed NAV 2016 on a customer site. All the users are working well by connecting to the same service tier. We have just one user that when it opens the RTC it gets the message: A server was not found at "net.tcp: etc... Please note that: The service string is correct (the same as for the…
-
Maninfest throws an error, when I try to add and run a control Add-in in Navision
Hello every one, I am a new software developer and just started to learn Navision. I want to add a very simple add-in which will desplay hello world in page. I followed a guide from internet exacly as it is there, but, when I am trying to run my page, I get this error "The control add-in manifest is not valid (The control…
-
Showing Field Class Column in Table Design in Object Designer by default.
Hello lads, i wonder is there way to show Field Class column in table design by default. Its very frustrating to enable by Right Click to column and Click Show Column then select Field Class flag... Its very time consuming. I am doing a massive upgrade and need to see the Field Classes of the Fields if they are FlowField…