Worker cannot be deleted while dependent Position worker assignments exist....
While trying to remove a worker from the HR module we got the following error and AX would not allow us to remove the worker."Worker cannot be deleted while dependent Position worker assignments exist....
View ArticleMicrosoft Dynamics GP 2015–Version Checks & Upgrades – Microsoft Dynamics GP...
More upgrade stuff Microsoft Dynamics GP 2015–Version Checks & Upgrades The post Microsoft Dynamics GP 2015–Version Checks & Upgrades – Microsoft Dynamics GP Community appeared first on...
View ArticleAdding Item Category & Product Group to Stockkeeping Unit List Page – NAV...
Situation: We have a page to view all stockkeeping units from however it is missing imperative information. It should display the item category and product group of the item that the SKU is made...
View ArticleBecoming a Social CIO: Why It Matters
Fifteen years ago, if someone asked if you were social, the question would have meant that you were friendly and outgoing. Today, people use the term to refer to a person’s level of expertise with...
View ArticleQuestions about the CRM and the Cloud? (Privacy, Security, Trust, What If?)
Do you know about the Microsoft Dynamics CRM TRUST CENTER?
View ArticleCalling all CRM Online Customers: the Annual Dynamics Product Satisfaction...
Are you a Microsoft Dynamics CRM, Microsoft Dynamics Marketing, Microsoft Social Engagement, or Parature customer? If so we’d love to hear from you about your experience with our products, especially...
View ArticleLive Stream the Dan Brown Keynote from AXUG Focus
Exciting news for the Dynamics AX Community!I’m thrilled to share with you an announcement regarding next week’s AXUG Focus event in Orlando, Florida: We will be offering a FREE live stream of the Dan...
View ArticleCache display methods in AX 2012
Display methods must be written at the table levelHowever, developers often write display or edit methods to perform some calculations and then bind them on form's controls to allow user to display or...
View ArticleAll about Update_recordset
AX 2012 introduces many feature in regards to the performance enhancement and provides ways to access (insert, delete, update) database with less overhead (less database calls).If we talk about...
View ArticleUse enum values and unbounded table fields in insert_recordset
insert_recordset is one the greatest enhancement in AX 2012 which allows us to insert records from one to another table in single client-server trip. This is an X++ SQL statement and is similar to...
View ArticleTransfer Office 365 users to Dynamics Nav 2015 with PowerShell
Here a small script to send your Office 365 users to Dynamics NAV and to demonstrate how to use PowerShell to estalish a connection between 0365 and Nav . The context (prerequisites) : a Nav...
View ArticleCRM 2015 - Microsoft.Crm.Setup.Server.GrantAspNetServiceAccountAccessAction...
Came across this error when doing an install of CRM 2015.Microsoft.Crm.Setup.Server.GrantAspNetServiceAccountAccessAction failed.: The parameter is incorrectWe looked into the Active Directory and in...
View ArticleUnexpected Changes the Expected Receipt Date in Dynamics NAV
Overview This is one issue that I hear from customers using Dynamics NAV (formerly Navision) quite often is why does the Expected Receipt Date keep changing?The Expected Receipt Date in Dynamics NAV is...
View ArticleTip #387: SLAs for dummies, Part 1: Fields
¡Como estas amigos! Our good friend Pablo “CRMGamified” Peralta takes the podium again with another pepita de oro!What does each field in my SLA configuration mean?(To create new SLA: Configuration...
View ArticleAOT and X++ queries and ranges in AX 2012
Let's say we have a query in AOT \Queries\ProjTableAnd now we want to add more datasources into this query's parent datasource (ProjTable) and some ranges etc.Let's assume we have a class (SRS report...
View ArticleVideo: How Much Does Microsoft Dynamics GP Cost?
How much does it cost? Approximately. Before you consider a purchase, you need to have at least an idea of how much it will cost. To know if you are playing in the right ballpark. Accounting/ERP...
View ArticleThe data source is not embedded within a (parent) data source.
This error comes when you try to add new datasource to the top of the query.QueryBuildDataSource qbds;qbds = query.addDataSource(tableNum(newTable)); // This is wrongYou should add new table to the...
View ArticleCodeless Data Migration to Dynamics CRM using KingswaySoft
Data Migration or Data Integration is a very common task in most of the Dynamics CRM deployments. Data migration often becomes complex with the following: The diversity of data and systems Data...
View ArticleLedgeview is bringing Dynamics CRM and Salesforce to South Bend, IN
Rome was not built in a day and neither are long-term relationships. But on May 19th Ledgeview Partners will be holding a free one day Lunch ‘n Learn in South Bend, Indiana featuring live...
View ArticleNew calculated field functions in CRMOnline Update 1
I logged a suggestion in Connect long time back, about lack of DATEDIFF function option in calculated field ( https://connect.microsoft.com/dynamicssuggestions/Feedback/Details/1086828 ). Quite to my...
View Article