Using the infolog in the Enterprise Portal ax 2012
In the portal you can access the infolog by using the Proxy of the Enterprise Portal. using Proxy = Microsoft.Dynamics.Framework.BusinessConnector.Proxy; Proxy.Info objInfoLog = new...
View ArticleAustralian Data Centre Bug Workaround – “Invalid Argument” in...
Recently it’s been reported by my colleague and a fellow Australian CRM MVP, Guy Riddle, that there is a bug on Australian CRM Online on Workflow/Business Process Flow editor that showing “Invalid...
View ArticleDCPromo – How to Install Active Directory on Windows Server
http://www.youtube.com/embed/7AdF4DeKh2c(read more)
View ArticleWorking with Valid Time State Table in AX 2012
http://axtechhouse.wordpress.com/2011/07/15/working-with-valid-time-state-table-in-ax-2012/(read more)
View ArticleTempDB error when calling linkPhysicalTableInstance
I got this when using a TempDB table in a form as a datasource: " Cannot execute the required database operation.The method is only applicable to TempDB table variables that are not linked to...
View ArticleUniversal Excel Import Export
Do you know "Universal Excel Importer"? We have it on new NAV, from NAV 2013. Simply import data from Microsoft Excel with 4 steps: Step 1: Browse Excel file. Step 2: Select Excel Sheet...(read more)
View ArticleMDGP 2015 R2 Feature of the Day: Self Service User Tasks and Roles
Microsoft Dynamics GP 2015 R2 will soon be released (due late May/early June and, as with previous releases, Microsoft have started a Feature of the Day series on the Inside Microsoft Dynamics GP Team...
View ArticleMicrosoft Dynamics GP 2015 R2 New Features Blog Series Schedule!!
Hello!So what’s new with Microsoft Dynamics GP 2015 R2 you might ask? We will be kicking off a blog series for the month of June (trickling into July) around the new features in Microsoft Dynamics GP...
View ArticleMDGP 2015 R2 Feature of the Day: SmartList Designer Create View
Microsoft Dynamics GP 2015 R2 will soon be released (due late May/early June and, as with previous releases, Microsoft have started a Feature of the Day series on the Inside Microsoft Dynamics GP Team...
View ArticleSecurity Views For Use In SmartList Designer: Populating Security Resource...
In this post I’m taking a slight diversion and not posting a SQL view. The reason is that the next view I will be posting requires that the security resource descriptions be available which, by...
View Article#MobileCRM: A Deeper dive into the Tablet version – part 8
In my last article I discussed the tablet version of the Dynamics Mobile App, which turned out to be a world of difference compared to the phone version. I was pleasantly surpised with the tablet...
View ArticleDynamics GP on Microsoft Azure – Wrap-Up
This is officially the last post, for the foreseeable future, on my experiences with Azure. There isn’t a ton of meat in this one, as it’s more of a “what’s happened since the last post” type of...
View ArticleAtualizar a InventDim usando o FindOrCreate
Olá, Abaixo um trecho de código onde atualizamos a inventdim, como vocês já devem saber, não deve-se atualizar a inventdim usando o método tradicional, isso porque cada ID é uma combinação de vários...
View ArticleTip #395: Notifications
When I discuss requirements and user stories for Dynamics CRM deployments, a common request is that users be notified about various items. It seems like many people automatically think of email when...
View ArticleCreate ISO of Cumulative Update with PowerShell – Get VersionInfo
This step is once again part of a bigger whole: turning your download of a Cumulative Update (CU) into an ISO image. In order to do that, I want to automate as much as possible: also the name and...
View ArticleCLRObject could not be created error when entering Tools/Options in Microsoft...
If you get the error ‘CLRObject could not be created’ when entering Tools/Options from the AOT in Microsoft Dynamics AX 2012 Try to go to the Control Panel/Administrative Tools and check...(read more)
View ArticleGenerating the outbound xml file for all records using File system adapater...
Generating the outbound xml file for selected record or single record – using document service(file system adapter). Generating the outbound xml file for all records( i.e. specified criteria on...(read...
View ArticleAuto expand whole tree in FormTreeControl
If you have a Tree control on your form and want to expand the whole tree with all items and subitems at once, you can use the following static method:...
View ArticleShort code: name of current user
The old fashioned way to get the name of the current user is to select the record from UserInfo: UserInfo userInfo; select firstOnly name from userInfo where userInfo.id == curUserId(); Instead...(read...
View ArticleJumpRef lookupRecord
When there is the need to override the jumpRef method manually on a form, sometimes it seems to have a problem with the args.record parameter of the args and doesn’t jump to the right record....
View Article