Forum Post: RE: Global Dimension Change
Hi Modris, First of all thanks for your reply. Ya as I mentioned in my try list - This was the first part which I did, i changed SQl Command Timeout to 23:50:00. My NAV Version 2013 R2 build no 36366....
View ArticleForum Post: RE: how to give a No. series to a field in a table
you need to add that field in your table..
View ArticleForum Post: RE: how to show QR Code in Reports Nav 2016
we can also use this link for qr code ,for Nav 2016 -variable IBarcodeProvider (’Microsoft Dynamics Nav MX Services’.IBarCodeProvider”) datatype should be instead of Automation we can use Dotnet Datatype.
View ArticleForum Post: RE: how to show QR Code in Reports Nav 2016
Well yes, if you like to use an outdated method. If you read it then its for the pre-2016 versions. Some of the providers are no longer in the code.
View ArticleForum Post: RE: New company not open Because of Approval template
Hi , You will have to debug this means not much . Perhaps CU2 is whats starts it . g.
View ArticleForum Post: RE: Sum more than two fields
I'm try to do the summation btween "KK Cess Amount" & "Ser. Tax SBC Amount" as an example but there have an error that "Decimal Value :=Boolean " this conversion is not possible. Total:="Sales...
View ArticleForum Post: RE: Sum more than two fields
Hello, "Sales Invoice Line".CALCSUMS("Sales Invoice Line"."KK Cess Amount","Sales Invoice Line"."Service Tax SBC Amount"); Total:="Sales Invoice Line"."KK Cess Amount"+"Sales Invoice Line"."Service Tax...
View ArticleForum Post: RE: Sum more than two fields
No it's not working....... Thanks for your replay sir
View ArticleForum Post: RE: Sum more than two fields
Thank you sir ...I have solve this problem and your suggestion help me for that thank you once again sir....
View ArticleForum Post: RE: Global Dimension Change
Hello, but here are just some ideas, suggestions. Check for triggers in SQL Server. Maybe there are some. Check for scheduled jobs in SQL, which block the activity. Have you checked for this value in...
View ArticleForum Post: RE: Global Dimension Change
Hello, I have found another setting in SQL. This could be the culprit too.
View ArticleForum Post: RE: how to give a No. series to a field in a table
In your card page, you have to call AssistEdit function in Bill No. - OnAssistEdit() trigger. You can refer page 42 to check how AssitEdit function is defined.
View ArticleForum Post: RE: Whats New in NAV 2017 How To's
You can check this link www.archerpoint.com/microsoft-dynamics-nav-2017 to start with your documentation. Other resources : www.waldo.be/.../...
View ArticleForum Post: RE: Global Dimension Change
Hi Thomas, Thanks for your time. I increased the time interval, Remot Query Timeout including disabling flowfields which seems to be heavy but still the same case. No Triggers in SQL. Am not sure but...
View ArticleBlog Post: Database deadlock detection and monitoring in Dynamics NAV 2017
Sometimes a programming error in C/AL can lead to users experiencing errors due to database deadlocks. A database deadlock can occur when two sessions try to update the same data, and are acquiring...
View ArticleBlog Post: How Do I: set up an Azure Active Directory Application in...
Learn how to set up and use Azure Active Directory Application in Microsoft Dynamics NAV 2017. Learn more at http://aka.ms/NAVGetReady
View ArticleBlog Post: How Do I: Configure the Excel Add-in in Microsoft Dynamics NAV 2017?
Watch this How Do I video to learn how to configure the Excel add-in in Microsoft Dynamics NAV 2017. The demonstration covers the following steps: required prerequisites creating application in Azure...
View ArticleBlog Post: How Do I: Use the Reporting Data Setup Tool in Microsoft Dynamics...
Learn how to use the reporting data setup tool in Microsoft Dynamics NAV 2017. The demonstration covers the following steps: creating a data set editing a data set copying a data set Learn more at...
View ArticleBlog Post: How Do I: Embed Power BI Reports in Microsoft Dynamics NAV 2017?
Watch this How Do I video to learn how to embed Power BI reports in Microsoft Dynamics NAV 2017. The demonstration covers the following steps: how to authorize the application selecting reports report...
View Article