<?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>product catalog Archives | KAISPE</title>
	<atom:link href="https://www.kaispe.com/tag/product-catalog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kaispe.com/tag/product-catalog/</link>
	<description>Your Digital Transformation Partner</description>
	<lastBuildDate>Wed, 07 Oct 2020 16:35:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://www.kaispe.com/wp-content/uploads/2022/01/cropped-k-32x32.png</url>
	<title>product catalog Archives | KAISPE</title>
	<link>https://www.kaispe.com/tag/product-catalog/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Microsoft Dynamics 365 CE Product Management using Power Automate and CDS</title>
		<link>https://www.kaispe.com/microsoft-dynamics-365-ce-product-management-using-power-automate-and-cds/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Wed, 07 Oct 2020 16:35:15 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[cds]]></category>
		<category><![CDATA[common data service]]></category>
		<category><![CDATA[dynamics 365 ce]]></category>
		<category><![CDATA[inventory integration]]></category>
		<category><![CDATA[power platform]]></category>
		<category><![CDATA[product catalog]]></category>
		<category><![CDATA[product information management]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=1382</guid>

					<description><![CDATA[<p>As you might aware that in Microsoft Dynamics 365 CE, you can maintain a product catalog having inventory products with multiple customizable price and discount lists to meet your business [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/microsoft-dynamics-365-ce-product-management-using-power-automate-and-cds/">Microsoft Dynamics 365 CE Product Management using Power Automate and CDS</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As you might aware that in Microsoft Dynamics 365 CE, you can maintain a product catalog having inventory products with multiple customizable price and discount lists to meet your business needs. This allows your sales representatives to create quotes, invoices and orders from within Dynamics 365 CE.</p>
<p>At KAISPE, we have tried to use Power Automate and Common Data Service to automate Microsoft Dynamics 365 CE Product Management process. A typical scenario is the CRM administrator gets an updated product list (CSV or Excel) from back end ERP team as all the master data management is done over there. The administrator would like to update the CRM product catalog using such list.</p>
<p>Here is the demo to manage Product Catalog Management which includes update new Price Lists and create new Products and handle any unknown units and unit groups which leads to failed new products and send an email with Product Catalog Management report in PDF format.</p>
<p>So, first we have an email trigger to get an email with excel attachment contains updated, new and unknown units data.</p>
<p><img fetchpriority="high" decoding="async" class=" wp-image-1383 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/10/product001.png" alt="" width="550" height="134" srcset="https://www.kaispe.com/wp-content/uploads/2020/10/product001.png 895w, https://www.kaispe.com/wp-content/uploads/2020/10/product001-300x73.png 300w, https://www.kaispe.com/wp-content/uploads/2020/10/product001-768x187.png 768w" sizes="(max-width: 550px) 100vw, 550px" /></p>
<p>&nbsp;</p>
<p>In order to extract an email attachment data, we need to use one drive action for file creation and then we have used list of rows used present in a table action for data extraction.</p>
<p><img decoding="async" class=" wp-image-1384 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/10/product002.png" alt="" width="551" height="222" srcset="https://www.kaispe.com/wp-content/uploads/2020/10/product002.png 1618w, https://www.kaispe.com/wp-content/uploads/2020/10/product002-300x121.png 300w, https://www.kaispe.com/wp-content/uploads/2020/10/product002-1024x413.png 1024w, https://www.kaispe.com/wp-content/uploads/2020/10/product002-768x309.png 768w, https://www.kaispe.com/wp-content/uploads/2020/10/product002-1536x619.png 1536w" sizes="(max-width: 551px) 100vw, 551px" /></p>
<p>&nbsp;</p>
<p>Next, we have looped through all new products, updated and unknown units present in able to automate complete process in parallel with the help of CDS action.</p>
<p><img decoding="async" class=" wp-image-1389 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/10/product006.png" alt="" width="522" height="204" /></p>
<p><img decoding="async" class=" wp-image-1385 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/10/product003.png" alt="" width="519" height="201" srcset="https://www.kaispe.com/wp-content/uploads/2020/10/product003.png 1623w, https://www.kaispe.com/wp-content/uploads/2020/10/product003-300x116.png 300w, https://www.kaispe.com/wp-content/uploads/2020/10/product003-1024x397.png 1024w, https://www.kaispe.com/wp-content/uploads/2020/10/product003-768x298.png 768w, https://www.kaispe.com/wp-content/uploads/2020/10/product003-1536x596.png 1536w" sizes="(max-width: 519px) 100vw, 519px" /></p>
<p>&nbsp;</p>
<p>In last, to create a Product Catalog Management report in PDF and send an email back to the administrator, we have used one drive to (create and convert file) actions in PDF format.</p>
<p><img decoding="async" class=" wp-image-1386 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/10/product004.png" alt="" width="529" height="229" srcset="https://www.kaispe.com/wp-content/uploads/2020/10/product004.png 1046w, https://www.kaispe.com/wp-content/uploads/2020/10/product004-300x130.png 300w, https://www.kaispe.com/wp-content/uploads/2020/10/product004-1024x442.png 1024w, https://www.kaispe.com/wp-content/uploads/2020/10/product004-768x332.png 768w" sizes="(max-width: 529px) 100vw, 529px" /></p>
<p>&nbsp;</p>
<p>Here is a snapshot of a result we have got after the whole process completed:</p>
<p><img decoding="async" class=" wp-image-1387 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2020/10/product005.png" alt="" width="444" height="378" srcset="https://www.kaispe.com/wp-content/uploads/2020/10/product005.png 995w, https://www.kaispe.com/wp-content/uploads/2020/10/product005-300x255.png 300w, https://www.kaispe.com/wp-content/uploads/2020/10/product005-768x654.png 768w" sizes="(max-width: 444px) 100vw, 444px" /></p>
<p>Please feel free to contact us info@kaispe.com for product demo.</p>
<p>The post <a href="https://www.kaispe.com/microsoft-dynamics-365-ce-product-management-using-power-automate-and-cds/">Microsoft Dynamics 365 CE Product Management using Power Automate and CDS</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
