-
Archives
- June 2023
- July 2022
- November 2021
- October 2021
- July 2021
- February 2021
- February 2020
- January 2020
- November 2019
- October 2019
- June 2019
- September 2018
- August 2018
- July 2018
- June 2018
- April 2018
- March 2018
- January 2018
- December 2017
- September 2017
- August 2017
- July 2017
- June 2017
- April 2017
- February 2017
- January 2017
- December 2016
- August 2016
- July 2016
- April 2016
- March 2016
- February 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- January 2014
- December 2013
- November 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- February 2010
- January 2010
-
Meta
Category Archives: CRM
Fixing issues with migrating Adxstudio/CRM Portal v8 using Configuration Migration tool
The Configuration Migration tool does a pretty good job at migrating Adxstudio/CRM Portal configuration in v7. There are some changes in Portal v8 however that are causing issues with this tool. This is true at least in the case for OnPrem … Continue reading
Posted in CRM, CRM Portal
4 Comments
Auto deploy on save from Visual Studio for Adxstudio Portal artefacts in new version of CRMQuickDeploy
I have released a new version of CRMQuickDeploy with the following improvements: Option to auto deploy on save for Portal artefacts Ability to specify MIME Type and Display Order for Portal web files Auto deploy on save for Portal artefacts … Continue reading
Posted in Adxstudio, CRM, CRM Portal, CRMQuickDeploy
Leave a comment
Enhancing Quick Find in CRM with configurable custom query language
Unlike Advanced Find, Quick Find in CRM is pretty rudimentary. While you can specify the search columns in the Quick Find View, the Quick Find text query does not allow you to specify field filtering on the target record, or … Continue reading
Posted in CRM
Leave a comment
Source-control Adxstudio/CRM Portal JS, CSS and Liquid with CRMQuickDeploy
When working with Adxstudio Portal (OnPrem) or CRM Portal (Online) you will find that JavaScript, CSS and Liquid web templates are stored in CRM records (i.e. CRM database), which is not good for source-control or scenarios where there are more … Continue reading
Posted in Adxstudio, CRM, CRM Portal, CRMQuickDeploy
1 Comment
Associating multiple external identities to a single contact record in CRM in Adxstudio
In Adxstudio Portal you can associated multiple external identities to a single contact record in CRM. For whatever reason let say contact Bob McCloud has two ADFS accounts with your organisation, contoso\bob1 and contoso\bob2. You can configure it so that … Continue reading
Posted in Adxstudio, CRM, CRM Portal
Leave a comment
Does ‘Record status changes’ workflow trigger fire workflow on status change?
A weird post title I know.. One of the most confusing things in CRM is the State and Status (or Status Reason) of a record. These two things are very different in CRM, and it seems that the CRM UI … Continue reading
Posted in CRM
2 Comments
CRMQuickDeploy 2.8 automatically adds web resources to CRM solution and allows right-click deploy from Solution Explorer
Add web resources to CRM solution on deployment CRMQuickDeploy 2.8 now automatically adds web resources to CRM solution on deployment. A new property has been added for project nodes in the Solution Explorer, namely CRM Solution Name: When a web … Continue reading
Posted in CRM, CRMQuickDeploy
Leave a comment
Identifying default organisation for user in CRM
This is a rehash of several posts by other people. A user in CRM has a default organisation. This is the first organisation where the user was created. Use the SQL script below to identify the default organisation for a … Continue reading
Tip for identifying button/command ID in Ribbon Workbench
Ribbon Workbench is a great tool for customising the ribbon in CRM. When you need to customise an OOTB button/command however, it can be a bit difficult to identify the correct button/command to work with. This is particularly true when some of … Continue reading
Posted in CRM
Leave a comment
‘An unexpected error occurred’ and using early-binding in CRM plugins
Our plugin was throwing the error below when creating a new task record: ‘An unexpected error occurred.’ at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.Create(Entity entity, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode, Dictionary`2 optionalParameters) at Microsoft.Crm.Extensibility.InprocessServiceProxy.CreateCore(Entity entity) … We were not doing anything fancy … Continue reading
Posted in CRM
Leave a comment