Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all 10068 articles
Browse latest View live

Javascript datagrid as control addin in Dynamics NAV 2016

$
0
0
Hi,

I would like to build a javascript control addin that consist of being a datagrid connected to the DB with read/edit/modify/delete actions.

Am I reading this right? It can't be done and NAV 2016 won't support it?

Text found in msdn:

Javascript-based client add-ins in repeater controls, such as lists, listparts, list subpages, and worksheets, are not supported on any of the Microsoft Dynamics NAV clients.

https://msdn.microsoft.com/en-us/library/dn182544(v=nav.90).aspx

NAV 2017 WebClient - Change Company

$
0
0
For <reasons> I am testing a technical upgrade from NAV2016 cu15.1 to NAV2017 cu3.

Now in the webclient I am not able to open the 'My Settings' page. This page works OK in the original environment, and it also works ok in a NAV2017 cu3 CRONUS.

Any ideas?

Is it possible to create a sales quote without having a customer?

$
0
0
please send your valuable answers ASAP

Webservice and WCF Service Preview

$
0
0
Hello,

I have to use WCF Service preview of VS2015. I had done e Web API .NET Core 1.0 and I need to connect to Webservice of NAV 2016.
I managed the WCF Service connection made a NAV.wsdl file and my project has a connection to NAV, but I don't know how to istance a connection client in C#.
I have attached two image, one of WCF service and one of api/controller where I tryed to call a NAV2016 web service.

Can you explain me like to call a web service?

thanks in advance

What is BIN Ranking, what is its purpose in NAV ?

$
0
0
PRAVEETHA SUNDARAM
TECHMINDS GROUP LLC
CHENNAI.

DotNet program update date from Navision

$
0
0
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 # program.
But it would rather be updated only if Navision has new data (Publish Function).
How could I create a communication here or trigger an event in the C # program.

Thanks,
stony

Dimensions in Rapid Start Gen Journal Excel Template

$
0
0
I am having problems creating an Excel Import for table 81 (General Journal) that includes the Dimensions. I have gone through the video tied to the link below and have done the "Dimensions as Columns" step and I can see that it did add the Dimension fields to the table. However, it added the fields with no "Processing Order" and no "Relation Table ID". The link below never gets to the point where it shows how the Dimensions are added to the Excel template once they are showing in the Table --Fields.

http://mohana-dynamicsnav.blogspot.com/ ... -conf.html

When I do the Excel - Export to Excel Step, the template does not include any of the Dimensional fields. Every other filed marked as "Include Field" shows up in Excel but not the Dimensional fields. I know I must be missing something simple, but I cannot figure out what it is.

Any assistance would be appreciated.

Thanks!

How to consume (from an external application) a NAV Webservice using oauth authentication

$
0
0
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 manage to do it working based on Microsoft's video/waltkthrough.
At last is it needed a specific user from the azure active directory to be used from the external application?
Regards

What is the mechanism the NAV server uses to publish web services ?

$
0
0
hi everyone,
correct me if i am wrong,but i think that the machine that has the nav server can populate the web services without a web server. (in our case the web components for the web/universal clients are installed in another server)
So,?
1.Is there any document / whitepaper to explain the mechanism? (customer's it security asked for it)
2.at last is there any document about port forwarding etc of how to expose out in the internet these web services?
Kind regards and any help is too much appreciated

How to upgrade NAV 5.0 To 2016

$
0
0
Hello,

I have a customer that wants to upgrade 2016 from 5.0
For Code Upgrade I have search msdn and web but ı couldnt find any documents anywhere.
How is the procedure for this upgrade steps?
Can someone pls help me with pointing documents or experience pls?

How is the steps?
Example:5.0 to 6.0 then 2009-2015-2016 or 5.0 to directly 2016?

Best Regards,

Extensions for Dynamics 365 financials.

$
0
0
Hi,
I wanted to know about is it possible to install our custom developed extension (developed using A/L language) to Dynamics 365 (Financials).

Looking forward to hear from you.

Keyboard languages changes while starting Dynamics NAV

$
0
0
When I start the Dyanamics Windows Client my keyboard language changes from NLD to ENG.
Does anyone know how I can prevent that?

I dont know where to insert my cal codes

$
0
0
Hello, I am new to nav and i have been studying for the past 2 months
please I want to update a table record from another table e.g
Table1 = League Table;
Table2 = Result Table;

I want an inserted record in the result table to reflect in the League Table. Please where should the code be?
and on what trigger action.

please help.

Programming - Try to update item journals dimensions from item card dimensions

$
0
0
Hi,

I have wrote something in order to take dimension values from item card and update the item journals . It seems that I'm doing something wrong. I have the following but I have error that Dimension set 0 already exists. Can somebody help me please? I'm trying for hours and I can't solve it.

I have 3 global variables that are the following
DefaultDimension Record Default Dimension
DimensionsetEntry Record Dimension Set Entry
TempDimensionsetEntry Record Dimension Set Entry

and my programming code is this
DefaultDimension.RESET;
DefaultDimension.SETRANGE(DefaultDimension."Table ID",27);
DefaultDimension.SETRANGE(DefaultDimension."No.","Item Journal Line"."Item No.");
IF DefaultDimension.FIND('-') THEN
REPEAT
DimensionsetEntry.INIT ;
DimensionsetEntry."Dimension Set ID" := "Item Journal Line"."Dimension Set ID";
DimensionsetEntry."Dimension Code" := DefaultDimension."Dimension Code" ;
DimensionsetEntry."Dimension Value Code" :=DefaultDimension."Dimension Value Code";

TempDimensionsetEntry.RESET;
TempDimensionsetEntry.SETRANGE("Dimension Set ID",DimensionsetEntry."Dimension Set ID");
TempDimensionsetEntry.SETRANGE("Dimension Code",DimensionsetEntry."Dimension Code");
TempDimensionsetEntry.SETRANGE("Dimension Value Code",DimensionsetEntry."Dimension Value Code");

IF NOT TempDimensionsetEntry.FIND('-') THEN
DimensionsetEntry.INSERT;

UNTIL DefaultDimension.NEXT = 0;

[NAV 2017] Order of Promoted Actions

$
0
0
Hi all,

I have a question regarding promoted actions.

Following behaviour:
On a page (e.g. P42 Order) I created two new action groups with three action items each in the RelatedInformation action container. I sorted them according to my preferences (as I wanted them to be displayed). Worked fine.
But now there is kind of a weird behaviour. When I promote the actions they seem to be displayed in an alphabetical order instead of my default order.

I already checked the IDs. The IDs are correctly sorted.

Now my question:
How are promoted actions sorted? By ID? By Name? By Caption?
Is this behaviour intended by Microsoft?

Cost Adjustment Item Entries nor run for long time !

$
0
0
Hi to all,
My Customer did not run the patch Job Adjsut Cost Item Entries for 3 last Years,
And the 2 first years are now Fiscaly Closed.
Can we run the patch job only for the Open Years and it gives us the correct inventory Cost or not ?
I'am looking forward to your help !

Job G/L Journal Unit Costs

$
0
0
We have rarely used the Job G/L Journal before, but have a client who needs to now. This client is using Jobs to measure performance to budget, etc, but has no desire or need to accrue and has many expense accounts that they hit. We set up the Job Posting setup to just basically do a wash posting so the original G/L posting just passes thorugh.

The PROBLEM is, that the Job G/L Journal does not allow you to enter a unit cost, so you can't extend your costs using NAV. It will allow you to enter a total unit cost, then back into the Unit Cost. Needless to say, my client, who is new to NAV is not impressed. I did go back several releases, and it appears to have worked this way for a while. It also clears the Job number pretty often and makes you start again. There is not any documentation that explains this behavior. I'm assuming that we need to modify it to act nice. But would like some "Lessons learned from experience" stories. This seems a little bazaar to me.

Thanks.

Calling Rest API

$
0
0
Failure to call a function on a payment provider API

I have created this three lines of code:

HttpWebRequest := HttpWebRequest.Create('https://sandbox.spryngpayments.com/v1/api_key');
HttpWebRequest.Method := 'GET';
HttpWebRequest.Headers.Add('X-APIKEY','DUMMYAPIKEY');
HttpWebResponse := HttpWebRequest.GetResponse;

Last Line raises error message:
A call to System.Net.HttpWebReqiuest.GetResponse failed with this message: An Existing connection was forcibly closed by the remote host.

Also when I use a valid APIKEY

When I try with postmand, noproblem whatsoever.




what is the replacement of Nextcontrol Text Box Property in Nav 2013 and above

$
0
0
Hi guys, can anyone help me to find a solution for NextControl Property. Or How can i focus on same text box after validating.
thanks in advance.

C/Al editor does not accept input via Keyboard keys

$
0
0
Hi All,

This problem is here after update to 2017 CU3.
In the C/Al editor i can copy\paste code. Intellisense is also working and i can ad code with it.
But i cannot use my keyboard keys to create code.

Any support is welcome.

Regards,
Patrick van Kaam
Viewing all 10068 articles
Browse latest View live


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