-
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…
-
Selecting Pop up modal dialogs - Testing
Hi all. I am page testing the Sales Order Post method in NAV 2017. I am having trouble activating the pop up modal dialogs. 1. When I create a new Item, the "Select an item template" dialog appears, prompting me to select a template. I need to know how to do that in C/AL. 2. When I post the Sales Order, the "Ship - Invoice…
-
Different amount of pages when generating PDF, or sending to the printer
Hello everyone, We have an issue, that in my short experience (and my partners'), is quite a strange thing. We have a report, and the number of copies are introduced in the request page. If we generate the PDF, the number of copie aer right. But instead of that, if we send directly to print, the number of copies is less.…
-
Report G/L entry detail
Hi. all friend I try to create report to show beginning balance amount and movement in the period. my problem is, one g/l account have beginning balance but doesn't have movement in the period. in this case, it should show beginning balance and show movement as zero. but now it doesn't show like that. no any thing show in…
-
Error "You have Canceled the Creation Process" when try to create/open Word Template
I have the issue described here https://dynamicsuser.net/nav/f/technical/33092/cannot-create-word-template-attachment-you-have-canceled-the-create-process# with NAV 2016 & Word 2013. When I try to Create/open a template Word pops up in the Task bar and closes within a second. NAV says :"You have canceled the create…
-
Problem in service tax Input
Hi All, Can you Please help me to sort out service tax input at time of Service tax payment, in my case i uploaded service tax receivables amount through Gen .Journal as a opening balance but now when i try to take input of that opening balance at time of service tax payment, system is not showing that amount in service…
-
Make Non Editable Bank Payment and Req.Line
Dear All, We are using approval system in Bank Payment and Requisition line. I want to change record non-editable when it is in Pending for Approval status or Released status. So, please guide me what are the code and where i have to change code for this. Thanks in advance. Regards, Kishor Bhatt
-
Audit Log for Navision Structural Changes
hello, Is there any way to find out who and when modified or created the object other than date and time from Object Designer.
-
Create a Certificate request for the END point of the soap web services
Hi everybody, In a project we are asked to expose SOAP web services to the internet (from an azure nav server) So for the test environment we created a self extracted security certificate,we did the necessary steps (-import in certificates roots etc, pass the thumbprint in the nav server,,enabled the soap services,enable…
-
Help our filters missing from NAV 2015 Web Client
Please help.....There appears to be no filtering available in our web clien for NAV 2015 yet the youtube videos I have previewed show that there are filters. We are unable to carry out our work effectively if no filters are available. - What have we missed? Any help would be most gratefully received
-
How to consume (from an external application) a NAV Webservice using oauth authentication
Hi everyone, the same question was asked some time ago by another mibuser, but i will reask if there any new implementations with Dynamics NAV 2016. Has anybody consume (from an external application) a NAV Webservice using oauth authentication? If yes,can he/she explain the settings of the nav server,because we didn't…
-
DotNet program update date from Navision
Hello, I have a Dotnet (C # Winforms) program which communicates with Navision via webservice. In this case, it displays a list of the production orders for a particular Work Center. Now the list should update, if in Navision a new FA is created or an existing FA is changed. Of course I could make a timer in the C #…
-
Anybody tried to run NAV 2009 R2 on Windows Server 2016?
Anybody tried to run NAV 2009 R2 on Windows Server 2016?
-
How do i break a component asset to sub-component assets
I understand that Navision has got only two levels when it comes to breaking down assets, there is main asset and component asset. But now i need to break my component asset into sub components as well and so on, so that one asset(e.g a Plant) can have many components(e.g generator) and the components can have their sub…