All 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 ArticlePaul Greenberg and The Customer’s Manifesto
Anyone who tells you there’s a revolution about to happen in communications is lying. The revolution already happened—and it’s customers who won. The revolution has been digitized—so...(read more)
View ArticleComplexitis – The ERP Superbug and How to Cure It
Do you ever feel overwhelmed by the sheer volume of product numbers in your ERP system? Do you have to constantly decode your product numbers because you have one product ID for every color/size...
View ArticleGood coding practices – Information hiding
I was reading code complete 2, which is an excellent book and I would recommend all CRM developer read it, you will learn lots of things.The book mentions information hiding, this may be a new concept...
View ArticleQuery to get workflow last comment in Ax 2012
I want to highlight Query to get workflow last comment in Ax 2012. You can use ,WorkflowTrackingTable,WorkflowTrackingStatusTable and WorkflowTrackingCommentTable to get Last comment entered by used...
View ArticleAX 2012: Actualizar AIF Document Service
Recientemente he estado trabajando de lleno con los servicios AIF y es muy común que se necesite modificar alguna tabla para agregar algún campo y por ende modificar el servicio asociado a esta. Por...
View ArticleSolución al Error: The request failed with HTTP status 401
Algunas veces los reportes en CRM envían el error. Una posible solución es la siguiente: En el archivo de configuración …
View ArticleWhy contractors are critical to the successful delivery of an end-user’s...
In the Microsoft Dynamics community, there can be a stereotype that contractors are “mercenaries” due to misconceptions that they are an expensive necessary evil who simply look to milk an end...
View ArticleCEUS by Iberian SharePoint Conference 2015
Las comunidades técnicas de SharePoint y Office 365 de España organizan el evento CEUS by Iberian SharePoint Conference 2015 …
View Article