In this week's Microsoft Dynamics Partner News Roundup: FinPal's Financial Planning CRM Adds Support for Mortgage Brokers United Technologies chooses Microsoft Cloud to enhance customer experience and accelerate digital transformation Campus Management Expands its Collaboration with Microsoft on a Constituent Engagement Platform for Higher Education L H Gray ‘eggstends' LINKFRESH into 2 new sites FinPal's Financial Planning CRM Adds Support for ...read more
↧
Blog Post: Microsoft Dynamics Partner Roundup: CRM for mortgage brokers; Digital transformation in aerospace; D365 for higher ed; NAV for fresh food supply chain
↧
Blog Post: Microsoft Dynamics Partner Roundup: CRM for mortgage brokers; Digital transformation in aerospace; D365 for higher ed; NAV for fresh food supply chain
In this week's Microsoft Dynamics Partner News Roundup: FinPal's Financial Planning CRM Adds Support for Mortgage Brokers United Technologies chooses Microsoft Cloud to enhance customer experience and accelerate digital transformation Campus Management Expands its Collaboration with Microsoft on a Constituent Engagement Platform for Higher Education L H Gray ‘eggstends' LINKFRESH into 2 new sites FinPal's Financial Planning CRM Adds Support for ...read more
↧
↧
Blog Post: Microsoft Dynamics Partner Roundup: CRM for mortgage brokers; Digital transformation in aerospace; D365 for higher ed; NAV for fresh food supply chain
In this week's Microsoft Dynamics Partner News Roundup: FinPal's Financial Planning CRM Adds Support for Mortgage Brokers United Technologies chooses Microsoft Cloud to enhance customer experience and accelerate digital transformation Campus Management Expands its Collaboration with Microsoft on a Constituent Engagement Platform for Higher Education L H Gray ‘eggstends' LINKFRESH into 2 new sites FinPal's Financial Planning CRM Adds Support for ...read more
↧
Blog Post: Microsoft Dynamics Partner Roundup: CRM for mortgage brokers; Digital transformation in aerospace; D365 for higher ed; NAV for fresh food supply chain
In this week's Microsoft Dynamics Partner News Roundup: FinPal's Financial Planning CRM Adds Support for Mortgage Brokers United Technologies chooses Microsoft Cloud to enhance customer experience and accelerate digital transformation Campus Management Expands its Collaboration with Microsoft on a Constituent Engagement Platform for Higher Education L H Gray ‘eggstends' LINKFRESH into 2 new sites FinPal's Financial Planning CRM Adds Support for ...read more
↧
Blog Post: Microsoft Dynamics Partner Roundup: CRM for mortgage brokers; Digital transformation in aerospace; D365 for higher ed; NAV for fresh food supply chain
In this week's Microsoft Dynamics Partner News Roundup: FinPal's Financial Planning CRM Adds Support for Mortgage Brokers United Technologies chooses Microsoft Cloud to enhance customer experience and accelerate digital transformation Campus Management Expands its Collaboration with Microsoft on a Constituent Engagement Platform for Higher Education L H Gray ‘eggstends' LINKFRESH into 2 new sites FinPal's Financial Planning CRM Adds Support for ...read more
↧
↧
Blog Post: Microsoft Dynamics Partner Roundup: CRM for mortgage brokers; Digital transformation in aerospace; D365 for higher ed; NAV for fresh food supply chain
In this week's Microsoft Dynamics Partner News Roundup: FinPal's Financial Planning CRM Adds Support for Mortgage Brokers United Technologies chooses Microsoft Cloud to enhance customer experience and accelerate digital transformation Campus Management Expands its Collaboration with Microsoft on a Constituent Engagement Platform for Higher Education L H Gray ‘eggstends' LINKFRESH into 2 new sites FinPal's Financial Planning CRM Adds Support for ...read more
↧
Blog Post: New version of Power BI Report Server enables scheduled data refresh, Direct Query, new REST API
Microsoft has announced the release of a new version of its Power BI Report Server. As Microsoft Senior Program Manager Christopher Finlan described on the Microsoft Power BI blog , the release includes all of the features Microsoft introduced in the August 2017 Preview, plus several new features customers have demanded, including: scheduled data refresh Direct Query a new REST API for developers. This update to the June 2017 release is supported for production ...read more
↧
Blog Post: NAV 2017 Upgrade Error: Invalid column name ‘Session Unique ID’
Invalid column name: ‘Session Unique ID’ error I’ve found some posts on this topic and some info requests in forums, this sync problem has been solved in the latest CUs of NAV 2017 , but if someone tries to upgrade NAV to a smaller version of CU 8, the problems may occur (I saw it happen once migrating from NAV 4.0 to NAV 2017). “The field “ arrived ” in latest CUs.. caused much pain for me in a recent upgrade.” ‘Session Unique ID’ errors At this link, you will find a post on the topic (explaining how to solve the problem directly from NAV); Source https://dynamicsuser.net/nav/b/peik/posts/the-following-sql-error-was-unexpected-invalid-column-name-39-session-unique-id-39 PLEASE… DON’T PANIC! WORKAROUND #1 “The simple work-around is to take the table 2000000110 “Active Session” and 2000000111 “Session Event” from a database with CU07 or higher and restore the table objects into your database with the issue. Then start the development client as administrator and compile all tables with validation.” Recompile 2000000110 and 2000000111 tables , Synch Schema from Development Environment Sync Schema from Powershell in Admin mode (Sync-NAVTenant Command) PS : If there are any destructive changes in the objects the synchronization will fail. Just make sure that you use the “ Later ” option when saving and compiling the object. However, if the problem persists (for various reasons of incorrect synchronization, etc.), the only solution is to force it from SQL Server. WORKAROUND #2 SQL Server STEP #1 The problem is that during the upgrade process the table [Object Metadata Snapshot] contains a structure that does not know the new “Session Unique ID” fields in the metadata base. SELECT * FROM [dbo].[Object Metadata Snapshot] WHERE (Name like ‘Active Session’ or Name like ‘Session Event’) You can delete these two objects from this table. DELETE [dbo].[Object Metadata Snapshot] WHERE (Name like ‘Active Session’ or Name like ‘Session Event’) AFTER THIS STEP #2 You can Rename “Active Session ” table to “Active Session2” Table, rename also the Clustered Index Active Sesssion$0 to Active Sesssion2$0, same thing for “Session Event” table (more secure) OR Delete the tables from SQL Server (not more secure but works, I tested this) After Syncro BINGO! System Works Fine!
↧
Forum Post: RE: How to use the advance function of SSRS report?
Thanks Erik. I got it.
↧
↧
Forum Post: RE: SSRS Report showing Zero Qty in Bin Code SSRS 2014 Nav2016
Hi BKR2016A, I do not understand the problem you need. You can give an example in this case ?
↧
Forum Post: RE: No. series increment
sorry for the late reply some changes have been made by the previous team,but while looking in to the code it is same as standard only.
↧
Blog Post: Need help learning Visual Studio Code for Dynamics 365 “Tenerife”?
Having developed in the various Navision/Microsoft Business Solution/Dynamics NAV development environments over the years, it is obvious that I also need to embrace the “brave new world” of Visual Studio Code. In order to do that I have participated in lectures, workshops and courses and every time, I learned something new. However, I know that the only real way to learn a new development environment is to hands-on test it on an actual project. Therefore, I used one of my old projects - “The subscription solution” - which I have blogged about multiple times: The project lets you create subscriptions that are linked to an item. In order to create items without inventory value, the “Inventory value Zero” field is added to the item card. Each customer can be assigned one or more subscriptions. Periodically the batch “Create Invoices” can be run On posting the invoices, the subscriptions are updated. So, this is perfect to make into a project to test the Visual Studio Code editor. I learned a lot doing this myself, and I will give You the opportunity to learn the same way. Therefore, I am selling my course material for my Designing Visual Studio Code for Dynamics 365 “Tenerife” course on my web shop, to use for self-learning or to use as course materials conducting courses for others. The course materials can be purchased here: http://b-a.dk The course consists of these parts: Creating a preview development environment on Azure The first test Creating a new project Creating the solution to match the solution made in the on premise Dynamics NAV Creating tables Creating table extensions Creating pages Creating page extensions Creating Codeunits Deploying and testing the solution Mind you that this is only interesting for you if: You have a windows live account You have an active subscription on Microsoft Azure. The subscription can be: A free trial subscription A Pay-as-you-go subscription Or any other subscription that allows creating a new virtual environment You know the “on premise” Dynamics NAV development environment You master programming in the C/AL language You have a Dynamics NAV 2016 Developers license You understand the concept of programming with events You understand the concept of extensions Have fun [:)]
↧
Blog Post: Microsoft Dynamics Webcasts, November 6-10, 2017: eCommerce for AX or NAV; Replacing Management Reporter
Here's what's happening on this week's live webcast schedule. Register to attend live or get access to the recorded event. Tuesday, November 7, 2017 Launching eCommerce for Microsoft Dynamics AX or NAV: Real world successes and challenges 10:00 AM EST Register Please note: This session will also take place at 5:00 pm ET on Tuesday, November 7, 2017. Click here to register. read more ...read more
↧
↧
Forum Post: RE: Issue while connecting web client in NAV 2016
As the service is running on NavUserPassword, System will always ask for the User ID and password. Navigate to your server add one more instance with windows and then add some user with password and then try to login.
↧
Blog Post: Learn4NAV Videotraining: Dynamics NAV Einführung in die Produktion
nav2017, dynamics365 #office365 msdyn365 #d365 #financials #Produktion #Fertigung #learn4nav #d365fo #videotraining, #nav2016 #nav2015 #tenerife Hallo zusammen! Ich darf euch unser neuestes Videotraining zum Thema Produktion in Dynamics NAV vorstellen! Abseits aller Neuigkeiten und Informationen ...read more
↧
Forum Post: RE: Report.run (reportid, true,false,tmptable) lost the filters in navision 2016
Hi. We have come across issues with code and using GET on a table's primary key(s). So we changed to SETRANGE instead and this worked. May or may not be your issue. Hope this helps. Neil
↧
Blog Post: Cumulative Update 12 for Microsoft Dynamics NAV 2017 has been released
Cumulative Update 12 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2017. The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update....
↧
↧
Forum Post: RE: Posting date changed without user interaction
Check the Allowed posting from and Allowed posting to fields in the User setup table. If the posting date is within these 2 days then it will allow to post the transaction for that particular date.
↧
Forum Post: RE: Report.run (reportid, true,false,tmptable) lost the filters in navision 2016
I had the same issue and had to add this setrecfilter code and it took it. Your get statement is correct. l_tmprecSalesHdr.INSERT; l_tmprecsaleshdr.setrecfilter; REPORT.RUNMODAL(50008,TRUE,FALSE,l_tmprecSalesHdr);
↧
Forum Post: RE: Report.run (reportid, true,false,tmptable) lost the filters in navision 2016
Have you remembered to set the Temporary property to the SalesHeader in the report? Without then it will always display the actual table - not the temporary table.
↧