-
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
Author Archives: Bernado
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
Fixed bug with web file deployment in CRMQuickDeploy 3.5.3
The previous version of CRMQuickDeploy introduced a new feature where it was possible to use folders in the Visual Studio project to specify the targeted language for Portal web page deployment. This means that you no longer have to name … Continue reading
Posted in CRM, CRM Portal, CRMQuickDeploy
Leave a comment
Improved password management in new version of CRMQuickDeploy
In previous versions of CRMQuickDeploy, if your connection string requires a password, then the password needs to be specified as clear text in the connection string. While the password is not checked in to source control, and is not saved … Continue reading
Posted in CRM, CRM Portal, CRMQuickDeploy
Leave a comment
Better support for localised Portal web pages in new version of CRMQuickDeploy
Background When deploying Portal web pages, CRMQuickDeploy uses the web page’s name in CRM (and the filename of the project item) to identify the target web page for deployment. Since version 8 of CRM Portal however, we have the ability … Continue reading
Posted in CRM, CRM Portal, CRMQuickDeploy
Leave a comment
How to set value for date-time field by JavaScript in CRM Portal
Date-time fields in CRM Portal is a bit tricky when it comes to setting value dynamically using JavaScript. Behind the scene there are two HTML input fields that we need to worry about. First is the field that actually contains … Continue reading
Posted in Adxstudio, CRM, CRM Portal
3 Comments
Introducing VSTS Quick Reply: a Chrome extension that helps you collaborate quicker in VSTS discussion
Teams often leverage the discussion feature, in particular the ability to @mention team members, in VSTS for work items to collaborate on requirements, tasks and bugs. In large teams it is common to @mention several team members on messages to … Continue reading
Posted in TFS, VSTS
5 Comments
How to get current user info in VSTS web by JavaScript
I have been exploring extending the VSTS web interface and I needed to get the display name of the current user in JavaScript. It turns out there is a JavaScript variable that is available on all pages, namely __vssPageContext. This … Continue reading
Posted in TFS, VSTS
Leave a comment
Getting VSTS user ID by display name using REST
I have been exploring the VSTS REST API lately. While there are quite a few services that require the user ID as parameter, it isn’t very obvious how you can obtain that user ID for a given user in the … Continue reading
Posted in TFS, VSTS
Leave a comment
How to edit related entity in CRM Portal web form step
In CRM Portal, different web form steps of a web form can operate on different entities. Imagine you have an Enrolment web form that allows students to enrol in courses. The first step of this form might capture student details … Continue reading
Posted in CRM, CRM Portal
Leave a comment