<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Posts &#8211; Marco Amoedo</title>
	<atom:link href="https://marcoamoedo.com/category/posts/feed/" rel="self" type="application/rss+xml" />
	<link>https://marcoamoedo.com</link>
	<description>Microsoft Business Applications</description>
	<lastBuildDate>Mon, 10 Jun 2019 11:07:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://marcoamoedo.com/wp-content/uploads/2013/07/marco.ico</url>
	<title>Posts &#8211; Marco Amoedo</title>
	<link>https://marcoamoedo.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">161758185</site>	<item>
		<title>PowerApps AI Builder Preview</title>
		<link>https://marcoamoedo.com/2019/06/powerapps-ai-builder-preview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=powerapps-ai-builder-preview</link>
					<comments>https://marcoamoedo.com/2019/06/powerapps-ai-builder-preview/#comments</comments>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Mon, 10 Jun 2019 12:00:14 +0000</pubDate>
				<category><![CDATA[Dynamics365]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI Builder]]></category>
		<category><![CDATA[Cognitive Services]]></category>
		<category><![CDATA[Power Platform]]></category>
		<guid isPermaLink="false">https://marcoamoedo.com/?p=714</guid>

					<description><![CDATA[AI Builder is the name of a new Power Platform capability that offers turnkey AI solutions based on Microsoft AI Technologies. It is a great&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a rel="noreferrer noopener" aria-label="AI Builder (opens in a new tab)" href="https://docs.microsoft.com/en-us/ai-builder/overview" target="_blank">AI Builder</a> is the name of a new Power Platform capability that offers turnkey AI solutions based on Microsoft AI Technologies. It is a great point-and-click wrapper that enables non-developers to access the power of integrating some custom AI models on their Power Apps.</p>



<p class="wp-block-paragraph">The AI Builder is part of the new 2019 release wave 2 set of features. It is now available on Preview on your Power Apps environments with an expect general availability of Oct&#8217;19. To enable the new AI Builder capabilities on an environment, you have to go to the Power Platform Admin Center <a rel="noreferrer noopener" href="https://admin.powerplatform.com">https://admin.powerplatform.com</a> and open your environment settings. There you select Features, and you will see a new option to enable AI Builder on your environment like in this screen shot. Full details available on the <a href="https://docs.microsoft.com/en-us/ai-builder/administer#enable-or-disable-ai-builder-feature" target="_blank" rel="noreferrer noopener" aria-label="documentation (opens in a new tab)">documentation</a>.</p>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="1921" height="814" src="https://i2.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/AI-Builder-Settings.png?fit=640%2C271&amp;ssl=1" alt="Enabling AI Builder in the Power Platform Admin Centre" class="wp-image-715" srcset="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/AI-Builder-Settings.png?w=1921&amp;ssl=1 1921w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/AI-Builder-Settings.png?resize=300%2C127&amp;ssl=1 300w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/AI-Builder-Settings.png?resize=768%2C325&amp;ssl=1 768w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/AI-Builder-Settings.png?resize=1024%2C434&amp;ssl=1 1024w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/AI-Builder-Settings.png?w=1280&amp;ssl=1 1280w" sizes="(max-width: 640px) 100vw, 640px" /></figure>



<p class="wp-block-paragraph">AI Builder offers four types of AI Models to use in your Power Apps. To create a new model for your Power Apps, you just need to choose the model type and follow the steps to configure it. The process is fairly easy, following the wizard you will select the settings for your AI Model, the data to use, and train it. There different AI Model types are:</p>



<ul class="wp-block-list"><li><strong>Binary Classification:</strong> This model tries to predict a binary &#8211; e.g. yes/no &#8211; business outcome. You can choose a binary field as the target of the prediction and then use the rest of the data fields on an entity to try to predict the value. You can use it to predict customer churn, late payments, etc. <a rel="noreferrer noopener" aria-label="Details on Binary Classification model (opens in a new tab)" href="https://docs.microsoft.com/en-us/ai-builder/binary-classification-overview" target="_blank">Details on Binary Classification model</a>.</li><li><strong>Form Processing:</strong> This model wraps a Computer Vision model that allows you to extract key-value pairs and table data from documents. After you create the model, you can use it in your Canvas Power Apps with the Form Processor control, or with Flow. <a rel="noreferrer noopener" href="https://docs.microsoft.com/en-us/ai-builder/form-processing-model-overview">Details on Form Processing model</a>.</li><li><strong>Object Detection:</strong> Like the Form Processing model, this type helps you to build a model that can identify objects in images. It can be used to automatically identify products in retail scenarios, or part in field service applications. Once you train your model, you can use it in your Canvas Apps with the Object Detector component, or in Flow. <a href="https://docs.microsoft.com/en-us/ai-builder/object-detection-overview" target="_blank" rel="noreferrer noopener" aria-label="Details on Object Detection Model (opens in a new tab)">Details on Object Detection Model</a>.</li><li><strong>Text Classification:</strong> The Text Classification model allows the tagging of text. You provide examples of text and labels, and the model will try to predict the labels. It can be a very helpful model to classify or route significant volumes of emails, surveys, or any other text.  You use an entity in your CDS with the text and sample tags as the source; the model will generate a new entity to store the precited tags. You can also use Flow to classify text using a published model. <a rel="noreferrer noopener" aria-label="Details on Text Classification Model (opens in a new tab)" href="https://docs.microsoft.com/en-us/ai-builder/text-classification-overview" target="_blank">Details on Text Classification Model</a>. </li></ul>



<figure class="wp-block-image"><img decoding="async" width="1971" height="1479" src="https://i1.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/2019-06-08_17-24-45.png?fit=640%2C480&amp;ssl=1" alt="AI Builder Model Types" class="wp-image-718" srcset="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/2019-06-08_17-24-45.png?w=1971&amp;ssl=1 1971w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/2019-06-08_17-24-45.png?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/2019-06-08_17-24-45.png?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/2019-06-08_17-24-45.png?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/2019-06-08_17-24-45.png?w=1280&amp;ssl=1 1280w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/2019-06-08_17-24-45.png?w=1920&amp;ssl=1 1920w" sizes="(max-width: 640px) 100vw, 640px" /></figure>



<p class="wp-block-paragraph">Once you choose the model type and go through the wizard to build and train it, the model will be stored in your environment under the AI Builder models section. There you can see the training report showing its performance and quality, and you have options to modify or retraing the model. You can also compare your latest trained version with the published one, and publish your model.</p>



<figure class="wp-block-image"><img decoding="async" width="1283" height="833" src="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/manage-model.png?fit=640%2C416&amp;ssl=1" alt="Manage your Model" class="wp-image-719" srcset="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/manage-model.png?w=1283&amp;ssl=1 1283w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/manage-model.png?resize=300%2C195&amp;ssl=1 300w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/manage-model.png?resize=768%2C499&amp;ssl=1 768w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/06/manage-model.png?resize=1024%2C665&amp;ssl=1 1024w" sizes="(max-width: 640px) 100vw, 640px" /></figure>



<p class="wp-block-paragraph">Obviously, to create a model you need data to train it. Classification examples, tagged text, images, etc. For example, to obtain the best results in the Binary Classification type you would need at least 1000 records. Fortunately, Microsoft is also providing some <a rel="noreferrer noopener" aria-label="data samples (opens in a new tab)" href="https://docs.microsoft.com/en-us/ai-builder/binary-classification-prereq#sample-data" target="_blank">data samples</a> so we can play with this.</p>



<p class="wp-block-paragraph">AI Builder comes as a complement to other packaged AI models that we had already available like the Sentiment Analysis or Topic Extraction we have with Azure Cognitive Service, which is already available in Flow and PowerBI. It wraps some of the more sophisticated capabilities of Cognitive Services, like Computer Vision and makes it easily consumable within Power Apps.</p>



<p class="wp-block-paragraph">This new AI Builder capability of the Power Platform is a fantastic example of the effort that Microsoft is doing to democratise the access to AI technologies for all the business. It allows all types of users to create AI models for their business applications without requiring complex tools or processes, and help to deliver increased value to their business.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://marcoamoedo.com/2019/06/powerapps-ai-builder-preview/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">714</post-id>	</item>
		<item>
		<title>The IKEA Effect and The Power Platform</title>
		<link>https://marcoamoedo.com/2019/06/the-ikea-effect-and-the-power-platform/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-ikea-effect-and-the-power-platform</link>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Thu, 06 Jun 2019 06:25:38 +0000</pubDate>
				<category><![CDATA[Business Blog]]></category>
		<category><![CDATA[Cognitive Bias]]></category>
		<category><![CDATA[IKEA Effect]]></category>
		<category><![CDATA[Power Platform]]></category>
		<category><![CDATA[User Adoption]]></category>
		<guid isPermaLink="false">https://marcoamoedo.com/?p=624</guid>

					<description><![CDATA[Everyone that has attended some of my recent sessions knows that I have used IKEA as an example in a few occasions. There are genuinely&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Everyone that has attended some of my recent sessions knows that I have used IKEA as an example in a few occasions. There are genuinely many exciting things about IKEA&#8217;s business model and organisation. However,  today&#8217;s topic is not directly attributable to IKEA but only named after it.</p>



<p class="wp-block-paragraph">So, What is the IKEA Effect? As <a href="https://en.wikipedia.org/wiki/IKEA_effect">Wikipedia</a> describes it, The IKEA Effect is a cognitive bias in which consumers place a disproportionately high value on products they partially created. In other words, we humans tend to over-value the fruit of our labour.  </p>



<p class="wp-block-paragraph">This effect has been know to marketers for many years, but it wasn&#8217;t formalised until 2011, when a group of researchers, including famous behavioural economist <a href="http://danariely.com/">Dan Ariely</a>, published the results of their studies focusing on how labour can induce greater liking for the fruits of our work. Participants in these studies associated a disproportional amount of value to their self-assembled flat pack furniture. When asked to bid on furniture, they were willing to pay 63% more for their self-assembled one versus pre-assembled. This effect is quite interesting as it applies not just to creative work, but also prescriptive and straightforward labour without room for customisation also presents this effect.</p>



<p class="wp-block-paragraph">This effect has been put to work in many products, from easy-cooking packaged recipes to software products that help you to get started with simple tasks and sample data. However, the effect completely breaks down if there is not completion of the job. In other words, we need to feel we have accomplished something; otherwise, the IKEA effect disappears.<br> By now, you have probably realised that this cognitive bias can be useful in the Business Applications world. In my personal experience, there are two crucial areas where this effect can have a profound impact and help us deliver successful projects.</p>



<p class="wp-block-paragraph">The first one is related to ownership and the transfer of knowledge to internal teams as we embark on new Dynamics 365 deployments. I believe that we can ensure the long-term success of new technology in an organisation by involving, from the very beginning, internal technology teams and users and giving them ownership of the solution. For example, seconding an internal team of IT and business users to work on the implementation of a business application alongside external vendors can trigger the IKEA effect, and make them value more the solution. This value, in turn, can help with the broader adoption across the organisation as now we have peers advocating for the new solution. Likewise, if the internal IT teams are involved from the start and take ownership of the platform, they are more likely to continue to find ways on how this new technology can solve additional business challenges, helping the organisation to maximise the value of the investment and avoid stagnation. </p>



<p class="wp-block-paragraph">The second aspect is directly related to the Power Platform. There is much discussion &#8211; and some controversy &#8211; over the concept of the Citizen Developer. However, looking at the IKEA effect it could be easy to infer that users will place a disproportionally higher value on their self-created PowerBI Reports and Power Apps against anything that we can provide as an IT team. Thus, these &#8216;self-service&#8217; tools can deliver a profound impact on the ROI of our technology investments. </p>



<p class="wp-block-paragraph">In summary,  I believe that looking for smart ways to include users in the building process of our Business Applications can unleash the IKEA effect and increase the perceived value and adoption of our solutions. With the Power Platform and the low-code and declarative tools we have, we should be able to figure out ways on which users can participate in the build process and increase their perceived value of the solution.  However, we also need to be careful as this effect is a double-edged sword and it can contribute to the <a href="https://en.wikipedia.org/wiki/Sunk_cost">Sunk Cost effect</a> &#8211; where we continue to waste money and resources on failing projects &#8211; and the <a href="https://en.wikipedia.org/wiki/Not_invented_here">Not Invented Here</a> syndrome &#8211; where we disregard good ideas developed elsewhere.</p>



<p class="wp-block-paragraph">I have seen the result of the IKEA Effect manifesting in some clients where internal teams have taken ownership of the platform after the initial implementation, and continue to invest on it and deploy it to solve new business challenges beyond the original scope. What is your experience? Have you seen this effect before?</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">624</post-id>	</item>
		<item>
		<title>Flow vs Logic Apps &#8211; Why am I a convert?</title>
		<link>https://marcoamoedo.com/2019/05/flow-vs-logic-apps-why-am-i-a-convert/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flow-vs-logic-apps-why-am-i-a-convert</link>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Tue, 21 May 2019 07:02:20 +0000</pubDate>
				<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Flow]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Logic Apps]]></category>
		<category><![CDATA[Power Platform]]></category>
		<guid isPermaLink="false">https://marcoamoedo.com/?p=694</guid>

					<description><![CDATA[There has been quite a lot of debate on whether to use Microsoft Flow or what it was seen as its &#8220;big brother&#8221; Azure Logic&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">There has been quite a lot of debate on whether to use Microsoft Flow or what it was seen as its &#8220;big brother&#8221; Azure Logic Apps. I must admit I was on the &#8220;Flow is nice but not a serious tool, we should use Logic Apps for our projects by default&#8221;. However, I now believe that Flow is quite a mature option for automation and it has its applications where it can be a better choice than using Logic Apps.</p>



<p class="wp-block-paragraph">As you probably now, Flow and Logic Apps have many commonalities as they use the same underlying technology for its core engine. They have the same concepts of triggers, actions, and connectors. In fact, Microsoft built Flow on top of Logic Apps. Scott Durow has recently published a <a href="https://youtu.be/nCJim1iiA80">great video explaining the origins of Flow</a> and how you can trace them back to the old Microsoft Biztalk Server integration product. It is well worth watching.</p>



<p class="wp-block-paragraph">Microsoft positions Logic Apps as part of its core Integration platform offerings in Azure. It is the go-to tool to build integration solutions within Azure and connect disparate SaaS and On-premise systems, and it can be used in combination with enterprise messaging capabilities in Azure. On the other hand, Flow is a process automation tool to help automate business processes within your organisation, it has support for mobile and easier human interaction.</p>



<p class="wp-block-paragraph">Many people, myself included, initially look at Flow as a cute toy but not a serious tool when compared to Logic Apps. We thought that Flow was more of a personal productivity tool for users to create time-saving automation but not good-enough for enterprise processes. This image was helped by the lack of some extended capabilities to manage and monitor Flows in its first release, and some miss-conceptions on performance in the initial iterations. However, the reality is quite different now. <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://mybuild.techcommunity.microsoft.com/sessions/77244?source=sessions#top-anchor" target="_blank">Stephen Siciliano explains this quite well in his latest session at Microsoft Build &#8217;19</a>. Both tools provide enterprise-grade capabilities in performance, management, and ALM support. Flow is not aimed just to end-users but it is also a tool for organisations to automate business processes. It actually has some extra features to provide better human interaction like the Mobile App for IOs and Android, and the Approval flow capabilities. </p>



<figure class="wp-block-image"><a href="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-2.png?ssl=1" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="1797" height="768" src="https://i2.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-2.png?fit=640%2C274&amp;ssl=1" alt="Missconceptions on Flow vs Logic Apps" class="wp-image-699" srcset="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-2.png?w=1797&amp;ssl=1 1797w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-2.png?resize=300%2C128&amp;ssl=1 300w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-2.png?resize=768%2C328&amp;ssl=1 768w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-2.png?resize=1024%2C438&amp;ssl=1 1024w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-2.png?w=1280&amp;ssl=1 1280w" sizes="(max-width: 640px) 100vw, 640px" /></a></figure>



<p class="wp-block-paragraph">So, if both tools are equally powerful and Flow is not just a lesser version of Logic Apps. When to use each one? Again, the key is Integration vs Automation. You should look at using Flow if you require automation within Office 365, Dynamics 365 and PowerApps or your solution connects with them also, if you need to use mobile application capabilities or model human-driven process like approvals. </p>



<p class="wp-block-paragraph">In other words, Flow is the workflow engine for the Power Platform and Office 365. It has some benefits above Logic Apps for workflow automation in these scenarios, like ability to run-as a user, mobile support or human-interaction capabilities, and additional integrations with PowerApps, Dynamics 365 and Office.</p>



<p class="wp-block-paragraph">On the other hand, Logic Apps is better suited for more complex and B2B integrations. It suits better if your solution already has other Azure components, and it is more oriented to developers and IT Pros. It provides support to create more complex integration scenarios above what Flow is designed for. This screen grab offers an excellent summary. You can also check <a href="https://mybuild.techcommunity.microsoft.com/sessions/77244?source=sessions#top-anchor" target="_blank" rel="noreferrer noopener" aria-label="Stephen Siciliano session - Intelligence Process Automation with Flow (opens in a new tab)">Stephen Siciliano session &#8211; Intelligence Process Automation with Flow</a> watch from minute 44:30 if you want to see just this topic. </p>



<figure class="wp-block-image"><a href="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-3.png?ssl=1" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-3.png?fit=640%2C360&amp;ssl=1" alt="" class="wp-image-701" srcset="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-3.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-3.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-3.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-3.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2019/05/Logic-Apps-vs-Flow-3.png?w=1280&amp;ssl=1 1280w" sizes="(max-width: 640px) 100vw, 640px" /></a></figure>



<p class="wp-block-paragraph">In conclusion, I am now a convert and I can see when Flow has some serious advantages over Logic Apps and the added value of its extra capabilities. I think there is a better together story in complex solutions where Flow can work as the workflow engine for automation, while Logic Apps becomes a piece of an Integration Platform based on Azure Services. What is your view? Feel free to let me know in the comments.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">694</post-id>	</item>
		<item>
		<title>DynamicsUG Virtual Camp April&#8217;19 release</title>
		<link>https://marcoamoedo.com/2019/05/dynamicsug-virtual-camp-april19-release/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dynamicsug-virtual-camp-april19-release</link>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Wed, 08 May 2019 08:15:57 +0000</pubDate>
				<category><![CDATA[Dynamics365]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[D365 UG]]></category>
		<category><![CDATA[Dynamics Portals]]></category>
		<category><![CDATA[PowerPlatform]]></category>
		<guid isPermaLink="false">https://marcoamoedo.com/?p=673</guid>

					<description><![CDATA[I had the pleasure of being invited by the team at the Spanish speaking Dynamics365 User Group community to present in the 3-Day Virtual Training&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I had the pleasure of being invited by the team at the <a href="https://d365ug.com/es">Spanish speaking Dynamics365 User Group</a> community to present in the 3-Day Virtual Training Camp covering the new April&#8217;19 release features for Microsoft Dynamics and the PowerPlatform. </p>



<p class="wp-block-paragraph">In conjunction with <a href="https://www.linkedin.com/in/mauricio-molina-alvarez-57508324/?locale=en_US">Mauricio Molina from SmartProcess</a> in Colombia, we delivered a session covering all the new features for Portals that come with the April&#8217;19 release:</p>



<ul class="wp-block-list"><li>Improvements in Diagnostic Tools</li><li>Site Maintenance mode</li><li>External data visualization on Portals (more on this in a future post)</li><li>PowerBI Embedded support</li><li>CDS Starter Portal</li></ul>



<p class="wp-block-paragraph">You can check all the slides in SlideDeck, the recording of the Session&#8217;s will be available at the<a href="https://d365ug.com/es"> Dynamics365 UG Spanish community</a> site. You can also check for more details on the <a href="https://docs.microsoft.com/en-us/business-applications-release-notes/april19/dynamics365-portals/planned-features">Dynamics Portals April&#8217;19 Release Notes</a>.</p>



<iframe src="https://www.slideshare.net/marcoamoedo/slideshelf" marginwidth="0" marginheight="0" scrolling="no" style="border:none; " allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen="" width="615px" height="470px" frameborder="0"></iframe>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">673</post-id>	</item>
		<item>
		<title>The MVP Show</title>
		<link>https://marcoamoedo.com/2019/05/the-mvp-show/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-mvp-show</link>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Sun, 05 May 2019 07:46:29 +0000</pubDate>
				<category><![CDATA[Dynamics365]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[PowerPlatform]]></category>
		<guid isPermaLink="false">https://marcoamoedo.com/?p=659</guid>

					<description><![CDATA[A few weeks back I had the pleasure of being interviewed by fellow MVP Mark Smith &#8211; a.k.a. NZ365Guy &#8211; for his MVP Show podcast.&#8230;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A few weeks back I had the pleasure of being interviewed by fellow MVP Mark Smith &#8211; a.k.a. NZ365Guy &#8211; for his MVP Show podcast.  We discussed everything, from my recent move back to Spain to the state of affairs of the Microsoft Business Applications platform. You can find the <a href="https://www.nz365guy.com/marco-amoedo-on-mvp-show/">MVP Show podcast episode here</a>. These are some of the topics we covered:</p>



<ul class="wp-block-list"><li>Personal background – moving back to Galicia, Spain from London</li><li>Changing jobs </li><li>The journey of being an MVP, Microsoft Employee, MVP Reconnect, and MVP again, while continuing to participate in the community. </li><li>Roles handled when he was still working for Microsoft </li><li>Overview of some highlights around how the core technology has changed since he’s been involved with it </li><li>Changes around Dynamics 365 and Power Platform internal to Microsoft or observation about the matter being in the community </li><li>How Microsoft compares to competitors like Salesforce and SAP </li><li>Views around Microsoft leadership and how the company has transformed over the years </li><li>Advice to people who are new to the Dynamics platform and want to build a career in the Dynamics space </li></ul>



<p class="wp-block-paragraph"> </p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">659</post-id>	</item>
		<item>
		<title>XrmToolBox : Marketing List Manager Plugin</title>
		<link>https://marcoamoedo.com/2017/01/xrmtoolbox-marketing-list-manager-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xrmtoolbox-marketing-list-manager-plugin</link>
					<comments>https://marcoamoedo.com/2017/01/xrmtoolbox-marketing-list-manager-plugin/#comments</comments>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Mon, 02 Jan 2017 08:37:56 +0000</pubDate>
				<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[Dynamics365]]></category>
		<category><![CDATA[Marketing Lists]]></category>
		<category><![CDATA[XrmToolBox]]></category>
		<guid isPermaLink="false">https://marcoamoedo.com/?p=596</guid>

					<description><![CDATA[Back when Microsoft released CRM 2013, they introduced a new feature to allow outer joins in FetchXML . You can find more details in this blog post about Left Joins in CRM 2013. The annoying thing is that this feature has not been surfaced through the Query designer for advanced find within CRM. It's not a big issue, as most scenarios for this type of joins are intended for reports and you don't use the designer for that.   However, I've come across a number of scenarios where we wanted to define Dynamic Marketing Lists with queries that required this type of functionality - e.g. accounts with no activities in the last x weeks. The good news is that you can use the APIs to manipulate the Dynamic Marketing Lists definitions and change its FetchXML programmatically. So, even if the Advanced Find designer doesn't support outer joins, you can still modify the query programmatically and the Marketing List will function as expected. ]]></description>
										<content:encoded><![CDATA[<p>Back when Microsoft released CRM 2013, they introduced a new feature to allow <a href="https://msdn.microsoft.com/en-us/library/dn531006.aspx">outer joins in FetchXML </a>. You can find more details in this blog post about <a href="http://www.powerobjects.com/2013/11/07/perform-left-join-fetchxml-display-results-crm-2013/">Left Joins in CRM 2013</a>. The annoying thing is that this feature has not been surfaced through the Query designer for advanced find within CRM. It&#8217;s not a big issue, as most scenarios for this type of joins are intended for reports and you don&#8217;t use the designer for that.   However, I&#8217;ve come across a number of scenarios where we wanted to define Dynamic Marketing Lists with queries that required this type of functionality &#8211; e.g. accounts with no activities in the last x weeks. The good news is that you can use the APIs to manipulate the Dynamic Marketing Lists definitions and change its FetchXML programmatically. So, even if the Advanced Find designer doesn&#8217;t support outer joins, you can still modify the query programmatically and the Marketing List will function as expected. <span id="more-596"></span> Obviously, doing this requires a bit of effort and some code which makes it impractical. A couple of years back I decided to create a tool to handle this, and the obvious choice was to use the fantastic <a href="http://www.xrmtoolbox.com/">XrmToolBox </a>framework and create a plugin there. So the <a href="https://github.com/amoedo/MarketingListManager">Marketing List Manager</a> was born. This tool allows to easily manipulate any Dynamic Marketing List query and modify the FetchXML definition.   <img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-598" src="https://i0.wp.com/box5254.temp.domains/~marcoamo///wp-content/uploads/2017/01/2017-01-01_23-46-50.png?resize=640%2C454" alt="2017-01-01_23-46-50" width="640" height="454" srcset="https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2017/01/2017-01-01_23-46-50.png?w=886&amp;ssl=1 886w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2017/01/2017-01-01_23-46-50.png?resize=300%2C213&amp;ssl=1 300w, https://i0.wp.com/marcoamoedo.com/wp-content/uploads/2017/01/2017-01-01_23-46-50.png?resize=768%2C545&amp;ssl=1 768w" sizes="(max-width: 640px) 100vw, 640px" />   As a bonus, I&#8217;ve also added another piece of functionality that I was missing in the CRM UI. The ability to get an accurate count of the number of members on the marketing list. This tool will also allow you to check the number of records included on the list as a result of using the query.   I&#8217;ve finally found some time to revisit this tool, and I&#8217;ve just updated the plugin to support the latest version of the XrmToolBox and its fantastic Plugin Store mechanism. So, if you open your XrmToolBox you should be able to get this new tool.   Hope it helps. Please feel free to leave any suggestions here or on the GitHub project.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://marcoamoedo.com/2017/01/xrmtoolbox-marketing-list-manager-plugin/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">596</post-id>	</item>
		<item>
		<title>Keep your friends close, but your enemies closer.</title>
		<link>https://marcoamoedo.com/2014/06/keep-your-friends-close-but-enemies-closer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=keep-your-friends-close-but-enemies-closer</link>
					<comments>https://marcoamoedo.com/2014/06/keep-your-friends-close-but-enemies-closer/#comments</comments>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Sun, 01 Jun 2014 22:32:26 +0000</pubDate>
				<category><![CDATA[Business Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Posts]]></category>
		<guid isPermaLink="false">https://marcoamoedo.com/?p=567</guid>

					<description><![CDATA[I am sure that by now you have already read about the rather surprising collaboration announcement between two of the biggest rivals in the CRM&#8230;]]></description>
										<content:encoded><![CDATA[<div id="article-body">
<p>I am sure that by now you have already read about the rather surprising collaboration announcement between two of the biggest rivals in the CRM software space. In the first instance this looks very confusing, especially for all those that work closely with Microsoft Dynamics and for whom Salesforce.com has been depicted as the evil and uttermost enemy to fight. However, after carefully reading <a href="http://www.microsoft.com/en-us/news/press/2014/may14/05-29mayannouncementpr.aspx" target="_blank" rel="noopener noreferrer">Satya Nadella press release</a> and <a href="https://community.dynamics.com/dynamicbusiness/b/executive_insight/archive/2014/05/29/perspective-on-microsoft-s-partnership-announcement.aspx" target="_blank" rel="noopener noreferrer">Kirill Tatarinov blog post </a>you can have start to form a second impression of what is happening, and the famous words of <a href="https://www.youtube.com/watch?v=DfHJDLoGInM" target="_blank" rel="noopener noreferrer">Michael Corleone</a> come to my mind.</p>
<p>&nbsp;</p>
<p>Despite its relative importance for the company, Microsoft Dynamics is still dwarfed by the revenue generated by Microsoft’s sacred cows of Office and Windows. Also, looking back you can see how Microsoft grew from being a home/desktop software company to become an enterprise software company with most of its revenue coming now from this segment. Thus, the extreme importance of protecting what Microsoft calls “the stack” (Windows, Office, SharePoint, etc.) as the de facto productivity solution in the enterprise space. Even if this means swallowing some bitter tasting deals for some members of the Microsoft family.</p>
<p>&nbsp;</p>
<p>Microsoft’s challenge looks like drawn from the <a href="http://en.wikipedia.org/wiki/The_Innovator%27s_Dilemma" target="_blank" rel="noopener noreferrer">innovator’s dilemma</a>. Years ago this company was the challenger and slowly grow up from the bottom of the market displacing the established competitors that disregarded the lower margin segments and kept focusing on more profitable areas. However, with the <a href="http://en.wikipedia.org/wiki/Disruptive_technology" target="_blank" rel="noopener noreferrer">disruptive innovations</a> happening on the software space, Microsoft is now facing the other side of the coin. It has to change and make its crown jewels relevant on the world of devices and cloud services, and do it quick. Otherwise it will face new competitors slowly eroding its market share and it will end up cornered like others did before (e.g. DEC, Novell, Borland).</p>
<p>&nbsp;</p>
<p>This <a href="http://en.wikipedia.org/wiki/Coopetition" target="_blank" rel="noopener noreferrer">co-opetion</a> deal with Saleforce.com, like the previous move to offer Office on the IPad, is just signalling that Microsoft new leadership recognises the challenge and it is reacting to ensure it stays relevant. Convincing an organisation to switch its CRM is not an easy feat, the barriers to change are big, therefore enabling all Salesforce.com customers to easily use Office365 and Windows based devices is definitely good for Microsoft. It will allow to place its new devices to this customers, and maintain the relevance of Office for the enterprise segment.</p>
<p>&nbsp;</p>
<p>Salesforce.com is also getting a significant benefit from this deal. It is well known in the Microsoft Dynamics side that the best compete strategy with Salesforce.com is to try and pivot the pure CRM conversation to bring in the whole picture of productivity and collaboration with the integrated Microsoft ‘stack’. As much as Salesforce.com has tried to fight that by building alliances and buying other vendors, Microsoft is still stronger on that game. Oracle and SAP, the other two big players on this arena, have already made similar deals with Microsoft, thus Salesforce.com risked being the only one without a solid integration on the Microsoft ‘stack’.</p>
<p>&nbsp;</p>
<p>Despite leaving Microsoft Dynamics CRM in a harder position to compete against Salesforce.com, we could argue that this deal is a win-win as both sides will likely benefit from it. I am convinced that in Microsoft’s leadership mind this is a necessary evil and minor collateral damage. However, I personally believe that this can be a good thing for Microsoft Dynamics. Losing that USP of integration with the Microsoft ‘stack’ will force an increased investment to continue improving the core product and find a new edge against Salesforce.com.</p>
<p>&nbsp;</p>
<p>Additionally, and this is a wild guess, there could be even longer term strategic implications. If Salesforce.com customers get used to rely on Microsoft Cloud and Devices for all the other needs outside CRM, we could reach a situation where the migration barriers between both CRM offerings are reduced and it would be an easier move for the customers to directly use another Microsoft service for CRM instead of a separate vendor. Therefore, this could end up actually being a Trojan horse entering the Salesforce.com tower.</p>
<p>&nbsp;</p>
<p>Either way, only time will tell. Meanwhile, Microsoft Dynamics Marketing heads will no doubt have a hard work ahead to deal with Salesforce.com after losing one of its key differentiators, and will need to provide some positive spins for its partners. Not to mention Salesforce.com chief Marc Benioff having to water down his anti-Microsoft mantra.</p>
<p>&nbsp;</p>
<p>What do you think?</p>
<p>Picture: Marc Benioff Twitter</p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://marcoamoedo.com/2014/06/keep-your-friends-close-but-enemies-closer/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">567</post-id>	</item>
		<item>
		<title>When more becomes less. The Presenter’s Paradox</title>
		<link>https://marcoamoedo.com/2013/06/presentersparadox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=presentersparadox</link>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Sat, 22 Jun 2013 15:31:36 +0000</pubDate>
				<category><![CDATA[Business Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Demos]]></category>
		<category><![CDATA[Perceived Value]]></category>
		<category><![CDATA[Pre-Sales]]></category>
		<category><![CDATA[Presenter's Paradox]]></category>
		<category><![CDATA[Software Sales]]></category>
		<category><![CDATA[The Art of the Demo]]></category>
		<guid isPermaLink="false">https://marcoamoedo.com/?p=541</guid>

					<description><![CDATA[I have done my fair share of software presentations over the years, and I more than once have committed the crime of trying to impress&#8230;]]></description>
										<content:encoded><![CDATA[<p>I have done my fair share of software presentations over the years, and I more than once have committed the crime of trying to impress the audience by showing more and more things about my products. At the time I had the firm believe that this would impress them and get them to see the vast superiority of our offer. However, instinctively in the back of my mind there has always been a perception that there was a point where this addition of features starts to backfire.</p>
<p>&nbsp;</p>
<p><a href="http://www.flickr.com/photos/injelea/3341644091"><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignright" style="margin: 17px 17px 17px 0px; border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;" title="Clicker by Frank Hamm" alt="Clicker by Frank Hamm" src="https://i0.wp.com/box5254.temp.domains/~marcoamo///wp-content/uploads/2013/06/Clicker-by-Frank-Hamm_thumb2.jpg?resize=244%2C184" width="244" height="184" align="right" border="0" /></a>This idea has been better formalised on a very interesting study that names this phenomenon as <a href="http://sitemaker.umich.edu/norbert.schwarz/the_presenter_s_paradox" target="_blank" rel="noopener noreferrer">“The Presenters Paradox” (Weaver, Garcia &amp; Schwarz 2012).</a> As you probably know, humans have to evaluate everything in relative terms and reduce all the information we are presented with to something we can handle. However, the process that our brains follow to do this might vary depending on the side of the information chain we are. Thus producing some seemingly contradictory results as that study demonstrates.</p>
<blockquote><p>People in presentational roles will fail to anticipate that a moderately positive attribute will dilute the desirability of the overall package from the evaluators’ perspective</p></blockquote>
<p>Essentially, the study comes to demonstrate that  when we are presenting an offer to a potential buyer we are tempted might include additional mildly favourable items on the hope that this add up and tilts the audience on our favour. Or at least, that is what we believe from the presenter’s perspective, at the end of the day we are showing</p>
<p>&nbsp;</p>
<p>On the article you can find some really interesting examples. The hotel advertisement is one of my favourites. In this study presenters are given the task of choosing what features to highlight on an hotel ad: A pool rated 5 starts (highly favourable), and a restaurant rated 3 stars (mildly favourable ). The results show how while most of the presenters decide to add both features thinking that more is better, the strategy backfires as the evaluators apply a holistic view and give more favourable ratings to the listings with a smaller number of highly favourable features.</p>
<h5>The Presenter’s Paradox on Software Sales</h5>
<p>How this applies to the Software Demonstrations &amp; Sales? Let’s imagine another example. You are presenting your software solution proposition to your potential customers. You know they are very much interested in features A and B as they will be the key for their business objectives. You also have other 2 features C and D that are not immediately relevant for what the customer wants to achieve. Now let’s suppose that we can put a number on the perceive value (more on this topic in a future post) of this features for the customer on a scale 1 to 10.</p>
<p>&nbsp;</p>
<ul>
<li>Our software: A=10 | B=10 | C=7 | D= 5</li>
<li>Competitor: A=9 | B=9 | C = 5 | D = 5</li>
</ul>
<p>As the customer is interested in A &amp; B, initially we have a really strong proposition and we are better than our competitor. The average perceived value by the customer is 10. At this point we can stop there, we are on high and the customer loves our software, or we can be tempted to mention the other features our software has in order to demonstrate our superiority. We are on a high so we decide to go ahead and show C. This now leaves us with the average perceived value of 9. As we demonstrate C we start to see some tougher questions and hints of doubts from the audience, so we decide to go ahead and introduce also D to show that we can cover other areas. We know that this is our weakest one, but we believe is ok because competition is not good either. So, at the end of the presentation we have an average perceived value of 8.</p>
<p>&nbsp;</p>
<p>Meanwhile, our competitor decides that the best strategy is to stick to its guns and only demo the two key features for the customer business scenario. That leaves them with an average perceived value of 9. So, despite having a weaker proposition that ours the perception by the customer is know that overall (and that is the key) they provide a better value.</p>
<p>&nbsp;</p>
<table style="color: #000000;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="150">Perception \ Features</td>
<td valign="top" width="150">Presented A + B</td>
<td valign="top" width="150">We add C</td>
<td valign="top" width="150">We add D</td>
</tr>
<tr>
<td valign="top" width="150">Ours</td>
<td valign="top" width="150">10</td>
<td valign="top" width="150">9</td>
<td valign="top" width="150">8</td>
</tr>
<tr>
<td valign="top" width="150">Competitor</td>
<td valign="top" width="150">9</td>
<td valign="top" width="150">9</td>
<td valign="top" width="150">9</td>
</tr>
</tbody>
</table>
<p>This whole story comes to highlight how important is to prepare any demo and have a solid strategy for complex software sales. The key here is to know what the customer is looking for and anticipate how they will evaluate our software. We need to make sure we maximise the perceived value of our proposal by the customers.</p>
<p>&nbsp;</p>
<p>Hope you found it interesting. Thanks for reading.</p>
<p>&nbsp;</p>
<p>Originally posted at <a href="http://box5254.temp.domains/~marcoamo///" target="_blank" rel="noopener noreferrer">Marco Amoedo</a></p>
<p>&nbsp;</p>
<p>Featured Picture by <a href="http://www.flickr.com/photos/gsfc/3468651131" target="_blank" rel="noopener noreferrer">NASA Goddard</a></p>
<p>Post Picture by <a href="http://www.flickr.com/photos/injelea/3341644091" target="_blank" rel="noopener noreferrer">Frank Hamn</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">541</post-id>	</item>
		<item>
		<title>Rebooting</title>
		<link>https://marcoamoedo.com/2013/06/rebooting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rebooting</link>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Sat, 22 Jun 2013 11:15:00 +0000</pubDate>
				<category><![CDATA[Business Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[Reboot]]></category>
		<guid isPermaLink="false">https://marcoamoedo.com/?p=496</guid>

					<description><![CDATA[It has being a long time since I last updated this blog. More than 3 years! Time flies. During that time lots of things have&#8230;]]></description>
										<content:encoded><![CDATA[<p>It has being a long time since I last updated this blog. More than 3 years! Time flies. During that time lots of things have changed in my life and work. After 5 years of being a Microsoft MVP I joined Microsoft on 2011 and I am now a Senior Partner Technology Strategist for Microsoft Dynamics CRM in the UK.</p>
<p>&nbsp;</p>
<p>The reason why I am sharing this with you is because I have decided to take back once again the challenge of regularly publishing here my toughs around Microsoft, Dynamics CRM and Business in general. Hence the title of this post “Rebooting”.</p>
<p>&nbsp;</p>
<p>Over this year’s my favourite product, Microsoft Dynamics CRM, has come a long way and the community surrounding it has become much bigger and the level of the people involved is impressive. I can just hope to add my humble contribution to this community and that you find it worthy enough to read it and discuss it.</p>
<p>&nbsp;</p>
<p>In line with my interests, knowledge and personal experience evolution over this years, I have decided to split the blog in two sections: One technical dedicated to Dynamics CRM and all the geeky stuff, and another one dedicated to Business, Strategy and other non-technical topics where I will share some learnings in this areas.</p>
<p>&nbsp;</p>
<p>So, without more wait let the reboot being! I hope you like it</p>
<p>&nbsp;</p>
<p>Thanks for reading.</p>
<p>//M</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">496</post-id>	</item>
		<item>
		<title>Logging for Update Rollup setups</title>
		<link>https://marcoamoedo.com/2010/02/logging-for-update-rollup-setups/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=logging-for-update-rollup-setups</link>
		
		<dc:creator><![CDATA[Marco Amoedo]]></dc:creator>
		<pubDate>Sat, 20 Feb 2010 01:47:30 +0000</pubDate>
				<category><![CDATA[Technical Blog]]></category>
		<guid isPermaLink="false">/Blog/Logging-for-Update-Rollup-setups.aspx</guid>

					<description><![CDATA[This is just a short post to provide a quick tip that you might find useful when installing Update Rollups, an any Windows Installer based&#8230;]]></description>
										<content:encoded><![CDATA[<p><a href="https://i0.wp.com/box5254.temp.domains/~marcoamo///files/media/image/WindowsLiveWriter/LoggingforUpdateRollupsetups_B05/image_2.png"><img data-recalc-dims="1" loading="lazy" decoding="async" style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="right" src="https://i0.wp.com/box5254.temp.domains/~marcoamo///files/media/image/WindowsLiveWriter/LoggingforUpdateRollupsetups_B05/image_thumb.png?resize=220%2C244" width="220" height="244" /></a> This is just a short post to provide a quick tip that you might find useful when installing Update Rollups, an any Windows Installer based setup. </p>
<p>The Update Rollup packages are based on MSI technologies. If you type in a command prompt “msiexec” you will see a screen this one proving information about the different command prompt options to execute MSI based installers. Including the information about how to enable logging of the setup process.</p>
<p>Enable logging is really useful when it comes to diagnose errors. Sometime the setup fails for a unexpected reason and the information provided through the UI is not enough to diagnose the problem. In those cases you can profit from the logging capabilities to get a detailed setup trace log with which can help you to find the error.</p>
<p>The CRM update rollups are MSI based. Therefore if you ever find a problem installing one of them you might find helpful information about the errors using these logging techniques.</p>
<p>To execute a Microsoft <a href="http://crm.dynamics.com/" target="_blank" rel="noopener noreferrer">Dynamics CRM</a> Update Rollup using logging you nee to run the setup from the command promp adding the “/log” option and additionally indicating where you want to create the log file. For example:</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">CRMv4.0-KB968176-i386-Client-ENU.exe /log c:\test.log</pre>
<p></div>
<p>Hope you find it useful.</p>
<p><a href="http://box5254.temp.domains/~marcoamo///">Marco Amoedo</a></p>
<div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;">
<p><script type="text/javascript">
</script><br />
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">37</post-id>	</item>
	</channel>
</rss>
