-
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 Portal
Impersonating users in PowerPages for troubleshooting
So you have a PowerPages (PowerApps Portal) website. A website user reports a problem with the data they are seeing, but you are unable to reproduce it using your login account. Wouldn’t it be nice if you could login as … Continue reading
Posted in Adxstudio, CRM, CRM Portal
Leave a comment
Implementing secured Azure Function HTTP service to support Power Apps Portal
Due to limitations of OOTB Power Apps Portal, a common requirement is to have a custom HTTP service that you can invoke by JavaScript on a Portal page, which performs some complex processing or querying to provide a custom user … Continue reading
Posted in Azure Functions, CRM Portal, PowerApps Portal
Leave a comment
Support for Portal Content Snippets added to CRMQuickDeploy 3.9
CRMQuickDeploy now has the ability to deploy Content Snippets to PowerApps Portal from Visual Studio. Below are information on how to structure content snippets in your Visual Studio project. Folder name Like other supported Portal artefact types, content snippets need … Continue reading
Posted in Adxstudio, CRM Portal, CRMQuickDeploy
Leave a comment
Adding rich text editor to PowerApps Portal with CKEditor
Currently PowerApps Portal does not support rich text editor out-of-the-box (OOTB). While the backend CRM has an OOTB rich text control that can be used in CRM, this unfortunately currently does not work on Portal. You can add rich text … Continue reading
Posted in Adxstudio, CRM, CRM Portal
2 Comments
Displaying EntityImage field on PowerApps Portal
Currently there are no OOTB ways to render the EntityImage field of an entity on PowerApps Portal as an image. It is however possible using Liquid and JavaScript as described in this post: https://debajmecrm.com/query-and-display-entity-image-in-your-entity-list-or-entity-form-in-powerapps-dynamics-365-portals-part-1/. Essentially the approach here is to … Continue reading
Posted in CRM, CRM Portal, PowerApps Portal
1 Comment
Automatic Portal (xRM CE) cache refresh with CRMQuickDeploy
This feature of CRMQuickDeploy is for xRM Portal CE only and does not work for D365 Portal (on cloud). The context of this post therefore is xRM Portal CE only. When updating portal artefacts (such as web templates, web files, … Continue reading
Posted in Adxstudio, CRM, CRM Portal, CRMQuickDeploy
Leave a comment
Outputting clean HTML with Liquid in Dynamics 365 Portal
Recently a colleague taught me a trick that I did not know about Liquid in Dynamics 365 Portal: use the {%- -%} syntax (as oppose to {% %}) to keep the HTML output clean. I don’t think this is documented … Continue reading
Posted in Adxstudio, CRM, CRM Portal
Leave a comment
View actual XML of FetchXML query in Dynamics 365 Portal
In Dynamics 365 Portal you can write FetchXML query in Liquid using the fetchxml tag. As this query can be dynamically constructed, there may be scenarios where you will need to debug it. There’s an undocumented feature that allows you … Continue reading
Posted in Adxstudio, CRM, CRM Portal
Leave a comment
Auto-deployment of linked items in new version of CRMQuickDeploy
Since a couple of versions back, CRMQuickDeploy has a “link item” feature that allows you to share source code (Liquid/HTML, CSS and JavaScript) between multiple Portal artefacts (web pages, entity forms and web forms). When you deploy the source item … Continue reading
Posted in CRM, CRM Portal, CRMQuickDeploy
Leave a comment
Use web templates as functions in Dynamics 365 Portal Liquid
In Dynamics 365 Portal, web templates are most often used to define reusable page layouts. Web templates however can also be used to create “functions” that “return” values, which you can then use to streamline your Liquid code. I have … Continue reading
Posted in CRM, CRM Portal
Leave a comment