Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://tech.alirazazaidi.com/feed/

  1. <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
  2. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  3. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:atom="http://www.w3.org/2005/Atom"
  6. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  7. xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  8. xmlns:georss="http://www.georss.org/georss"
  9. xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
  10. >
  11.  
  12. <channel>
  13. <title>Ali Raza Zaidi</title>
  14. <atom:link href="http://www.tech.alirazazaidi.com/feed/" rel="self" type="application/rss+xml" />
  15. <link>https://www.tech.alirazazaidi.com</link>
  16. <description>A practitioner’s musings on Dynamics 365 Finance and Operations</description>
  17. <lastBuildDate>Wed, 10 Apr 2024 16:20:36 +0000</lastBuildDate>
  18. <language>en-US</language>
  19. <sy:updatePeriod>
  20. hourly </sy:updatePeriod>
  21. <sy:updateFrequency>
  22. 1 </sy:updateFrequency>
  23. <generator>https://wordpress.org/?v=6.5.2</generator>
  24. <site xmlns="com-wordpress:feed-additions:1">42619897</site> <item>
  25. <title>Custom Cell format &#8211; Excel for Consultant</title>
  26. <link>https://www.tech.alirazazaidi.com/custom-cell-format-excel-for-consultant/</link>
  27. <dc:creator><![CDATA[alirazazaidi]]></dc:creator>
  28. <pubDate>Wed, 10 Apr 2024 16:11:12 +0000</pubDate>
  29. <category><![CDATA[Dynamics 365 for Operations]]></category>
  30. <category><![CDATA[Excel]]></category>
  31. <category><![CDATA[Excel for consultant]]></category>
  32. <guid isPermaLink="false">https://www.tech.alirazazaidi.com/?p=5224</guid>
  33.  
  34. <description><![CDATA[I was doing some data cleansing and data entry I was facing problem for number in such a way 4 digits: 0001, 0002, … , 1000 etc. Now I do not want to type “0001” in excel, instead I wanted to type 1 and I want excel to convert that to 0001 for me. So [&#8230;]]]></description>
  35. <content:encoded><![CDATA[
  36. <p></p>
  37.  
  38.  
  39.  
  40. <p></p>
  41.  
  42.  
  43.  
  44. <p></p>
  45.  
  46.  
  47.  
  48. <p></p>
  49.  
  50.  
  51.  
  52. <p>I was doing some data cleansing and data entry I was facing problem</p>
  53.  
  54.  
  55.  
  56. <p>for number in such a way 4 digits: 0001, 0002, … , 1000 etc.</p>
  57.  
  58.  
  59.  
  60. <p>Now I do not want to type “0001” in excel, instead I wanted to type 1 and I want excel to convert that to 0001 for me. So I started looking for a custom cell format and dug a little deeper to understand those. I thought it would be nice to share them to you all.</p>
  61.  
  62.  
  63.  
  64. <figure class="wp-block-image size-full"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/04/Custom-format.png"><img fetchpriority="high" decoding="async" width="684" height="631" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/04/Custom-format.png" alt="" class="wp-image-5225" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/04/Custom-format.png 684w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/04/Custom-format-300x277.png 300w" sizes="(max-width: 684px) 100vw, 684px" /></a></figure>
  65.  
  66.  
  67.  
  68. <p>First take a look at how the cell formatting dialog box – number tab looks like:</p>
  69.  
  70.  
  71.  
  72. <p></p>
  73.  
  74.  
  75.  
  76. <p>I found two things for</p>
  77.  
  78.  
  79.  
  80. <p><strong>Special:</strong>&nbsp;Used for phone number, zipcode, social security number formats depending on the locale you select. For eg. for US they would be phone number [xxx-xxx-xxxx], ssn [xxx-xx-xxxx], zipcode[xxxxx, xxxxx-xxxx].</p>
  81.  
  82.  
  83.  
  84. <p><strong>Custom:</strong>&nbsp;Used for creating your own cell formatting structure.</p>
  85.  
  86.  
  87.  
  88. <p>Ok, without further confusion, this is probably how you can use the custom cell formatting feature in Microsoft excel.</p>
  89.  
  90.  
  91.  
  92. <figure class="wp-block-image size-full"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/04/Format-2.png"><img decoding="async" width="482" height="645" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/04/Format-2.png" alt="" class="wp-image-5226" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/04/Format-2.png 482w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/04/Format-2-224x300.png 224w" sizes="(max-width: 482px) 100vw, 482px" /></a></figure>
  93.  
  94.  
  95.  
  96. <p><strong>Some explanation that you can skip if you already get it</strong></p>
  97.  
  98.  
  99.  
  100. <ul>
  101. <li>For formatting a number [eg. 1] to fixed number of digits [eg. 0001] you have to use 0000 as the custom formatting code</li>
  102. </ul>
  103.  
  104.  
  105.  
  106. <p>More interesting If you drag it will automatically fill the sell as follow.</p>
  107. ]]></content:encoded>
  108. <post-id xmlns="com-wordpress:feed-additions:1">5224</post-id> </item>
  109. <item>
  110. <title>Sale group or item sale group is missing, complete your input.</title>
  111. <link>https://www.tech.alirazazaidi.com/sale-group-or-item-sale-group-is-missing-complete-your-input/</link>
  112. <dc:creator><![CDATA[alirazazaidi]]></dc:creator>
  113. <pubDate>Thu, 04 Apr 2024 07:47:01 +0000</pubDate>
  114. <category><![CDATA[Dynamics 365 for Operations]]></category>
  115. <guid isPermaLink="false">https://www.tech.alirazazaidi.com/?p=5222</guid>
  116.  
  117. <description><![CDATA[While processing Purchase Invoice I got this error Sale group or item sale group is missing, complete your input. On Release product Item sales group was missing. I update Item sales tax group on Invoice header. After that Invoice is successfully posted.]]></description>
  118. <content:encoded><![CDATA[
  119. <p>While processing Purchase Invoice I got this error</p>
  120.  
  121.  
  122.  
  123. <p>Sale group or item sale group is missing, complete your input.</p>
  124.  
  125.  
  126.  
  127. <p>On Release product Item sales group was missing. I update Item sales tax group on Invoice header. After that Invoice is successfully posted.</p>
  128.  
  129.  
  130.  
  131. <p></p>
  132. ]]></content:encoded>
  133. <post-id xmlns="com-wordpress:feed-additions:1">5222</post-id> </item>
  134. <item>
  135. <title>Sales Order Return In D365 Finance and Operations</title>
  136. <link>https://www.tech.alirazazaidi.com/sales-order-return-in-d365-finance-and-operations/</link>
  137. <dc:creator><![CDATA[alirazazaidi]]></dc:creator>
  138. <pubDate>Wed, 03 Apr 2024 14:46:43 +0000</pubDate>
  139. <category><![CDATA[Dynamics 365]]></category>
  140. <category><![CDATA[Dynamics 365 for finance and operations]]></category>
  141. <category><![CDATA[Dynamics 365 for Operations]]></category>
  142. <category><![CDATA[Functional]]></category>
  143. <guid isPermaLink="false">https://www.tech.alirazazaidi.com/?p=5220</guid>
  144.  
  145. <description><![CDATA[In this video, I shared complete process for sales order return.]]></description>
  146. <content:encoded><![CDATA[
  147. <p>In this video, I shared complete process for sales order return.</p>
  148.  
  149.  
  150.  
  151. <p></p>
  152.  
  153.  
  154.  
  155. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  156. <iframe class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/nSi4xEJMFik?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
  157. </div></figure>
  158. ]]></content:encoded>
  159. <post-id xmlns="com-wordpress:feed-additions:1">5220</post-id> </item>
  160. <item>
  161. <title>Sales Categories Deep dive Dynamics 365 Finance and Operations</title>
  162. <link>https://www.tech.alirazazaidi.com/sales-categories-deep-drive-dynamics-365-finance-and-operations/</link>
  163. <dc:creator><![CDATA[alirazazaidi]]></dc:creator>
  164. <pubDate>Sat, 23 Mar 2024 05:02:36 +0000</pubDate>
  165. <category><![CDATA[Dynamics 365 for Operations]]></category>
  166. <guid isPermaLink="false">https://www.tech.alirazazaidi.com/?p=5216</guid>
  167.  
  168. <description><![CDATA[In this video, is shared How to configure Sales category. How to add Category heriarchy. Tangeble and non tangibal heriarachy. How to add attribute on heriarachy, How to configure posting profile for Heriarachy. How to set Default Sales Category. How use sort order in sales Category heriarchy. How to create a sales order for Sales [&#8230;]]]></description>
  169. <content:encoded><![CDATA[
  170. <p></p>
  171.  
  172.  
  173.  
  174. <p>In this video, is shared</p>
  175.  
  176.  
  177.  
  178. <p>How to configure Sales category.</p>
  179.  
  180.  
  181.  
  182. <p>How to add Category heriarchy.</p>
  183.  
  184.  
  185.  
  186. <p>Tangeble and non tangibal  heriarachy.</p>
  187.  
  188.  
  189.  
  190. <p>How to add attribute on heriarachy,</p>
  191.  
  192.  
  193.  
  194. <p>How to configure posting profile for Heriarachy.</p>
  195.  
  196.  
  197.  
  198. <p>How to set Default Sales Category.</p>
  199.  
  200.  
  201.  
  202. <p>How use sort order in sales Category heriarchy.</p>
  203.  
  204.  
  205.  
  206. <p>How to create a sales order for Sales Category.</p>
  207.  
  208.  
  209.  
  210. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  211. <iframe loading="lazy" class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/smv-ceaOVzE?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
  212. </div></figure>
  213. ]]></content:encoded>
  214. <post-id xmlns="com-wordpress:feed-additions:1">5216</post-id> </item>
  215. <item>
  216. <title>How to create Item Batch manually in D365 F&#038;O</title>
  217. <link>https://www.tech.alirazazaidi.com/inventory-batch-process-in-d365-fo/</link>
  218. <dc:creator><![CDATA[alirazazaidi]]></dc:creator>
  219. <pubDate>Mon, 04 Mar 2024 08:08:37 +0000</pubDate>
  220. <category><![CDATA[Dynamics 365 for finance and operations]]></category>
  221. <category><![CDATA[Product Management]]></category>
  222. <category><![CDATA[Sale Order Process]]></category>
  223. <category><![CDATA[Batch Processing]]></category>
  224. <guid isPermaLink="false">https://www.tech.alirazazaidi.com/?p=5205</guid>
  225.  
  226. <description><![CDATA[I love D365 F&#38;O because every day I have to learn something new. At the same time, D365 F&#38;O was so big that I started to forget things very fast. What I did a year ago is just a vivid memory. Yesterday, an interesting thing happened. During testing for one customisation, I had to deal [&#8230;]]]></description>
  227. <content:encoded><![CDATA[
  228. <p>I love D365 F&amp;O because every day I have to learn something new. At the same time, D365 F&amp;O was so big that I started to forget things very fast. What I did a year ago is just a vivid memory. Yesterday, an interesting thing happened. During testing for one customisation, I had to deal with batch-enabled items. I have to raise stock on more than 20 items. So I can test sale order scenarios. So instead of creating a purchase order, I decided to make inventory adjustments. And when I post the inventory adjustment journal, it gives me an error message for each batch for each item required. Hmm, what to do now? I have to create batches manually and then associate them with items. And these batches I have to copy into inventory adjustment lines. Go to Inventory Management&gt; Inquiries and Reports &gt; Tracking Dimensions &gt; Batches. This is a wonderful page. Here, I can reset the expiration dates of the selected batch. Shelf life. It reminds me of a common requirement. The system should not receive or ship the product, which has more than 60 percent shelf life. There should be special approval for products that have a 60 percent shelf life.&nbsp; I am not giving a solution here. But whatever solution you provide, its origin lies here.</p>
  229.  
  230.  
  231.  
  232. <p>Go to Inventory Management&gt; Inquiries and reports &gt; Tracking dimensions &gt; Batches.</p>
  233.  
  234.  
  235.  
  236. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Batch-List.png"><img loading="lazy" decoding="async" width="1024" height="697" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Batch-List-1024x697.png" alt="" class="wp-image-5209" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Batch-List-1024x697.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Batch-List-300x204.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Batch-List-768x523.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Batch-List.png 1420w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  237.  
  238.  
  239.  
  240. <p>Before creating a new batch, I got attention to reset button.</p>
  241.  
  242.  
  243.  
  244. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Reset-Shelf-Life-dates.png"><img loading="lazy" decoding="async" width="1024" height="618" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Reset-Shelf-Life-dates-1024x618.png" alt="" class="wp-image-5210" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Reset-Shelf-Life-dates-1024x618.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Reset-Shelf-Life-dates-300x181.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Reset-Shelf-Life-dates-768x463.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Reset-Shelf-Life-dates.png 1425w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  245.  
  246.  
  247.  
  248. <p>On that tab, I found three options, It works for selected row on grid. above screenshot I took when I click on Reset shelf Life dates.</p>
  249.  
  250.  
  251.  
  252. <p>I am not interested in Dates because these are too sweet. Arab called dates as “Timmer”</p>
  253.  
  254.  
  255.  
  256. <p>Timmerun Halwa jinduun</p>
  257.  
  258.  
  259.  
  260. <h1 class="wp-block-heading">التمر حلو جدًا</h1>
  261.  
  262.  
  263.  
  264. <p>Its same Hawla, that happen in Ichra Lahore Pakistan.</p>
  265.  
  266.  
  267.  
  268. <p>Pakistani like Halwah too much</p>
  269.  
  270.  
  271.  
  272. <p>You can reset dates from here.</p>
  273.  
  274.  
  275.  
  276. <p>Let it.</p>
  277.  
  278.  
  279.  
  280. <p>I have to create new batch, that I can use in Inventory Journal. so I clicked on New button. Detail page opens where I have to add multiple things.</p>
  281.  
  282.  
  283.  
  284. <p>Like Item, batch code, Disposition code and things related to shelf life.</p>
  285.  
  286.  
  287.  
  288. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Add-new-batch.png"><img loading="lazy" decoding="async" width="1024" height="722" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Add-new-batch-1024x722.png" alt="" class="wp-image-5211" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Add-new-batch-1024x722.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Add-new-batch-300x211.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Add-new-batch-768x541.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/03/Add-new-batch.png 1415w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  289.  
  290.  
  291.  
  292. <p> Hope you like this article, why I do blog because I forget things very fast.</p>
  293.  
  294.  
  295.  
  296. <p></p>
  297. ]]></content:encoded>
  298. <post-id xmlns="com-wordpress:feed-additions:1">5205</post-id> </item>
  299. <item>
  300. <title>Consignment Inventory Handling in D365 Finance and Operations</title>
  301. <link>https://www.tech.alirazazaidi.com/consignment-inventory-handling-in-d365-finance-and-operations/</link>
  302. <dc:creator><![CDATA[alirazazaidi]]></dc:creator>
  303. <pubDate>Sat, 20 Jan 2024 15:31:29 +0000</pubDate>
  304. <category><![CDATA[Dynamics 365 for Operations]]></category>
  305. <category><![CDATA[Consignment Inventory]]></category>
  306. <guid isPermaLink="false">https://www.tech.alirazazaidi.com/?p=5174</guid>
  307.  
  308. <description><![CDATA[Hi friends, In this post, I am going to share my notes about consignment inventory in D365 Finance&#160;and Operations. So what is consignment inventory? Consignment inventory is stock stored in our warehouse but actually owned by its supplier. If you remember, there is a tracking dimension called &#8220;Owner.&#8221; In product configuration, we have set this [&#8230;]]]></description>
  309. <content:encoded><![CDATA[
  310. <p>Hi friends, In this post, I am going to share my notes about consignment inventory in D365 Finance&nbsp;and Operations.</p>
  311.  
  312.  
  313.  
  314. <p>So what is consignment inventory? Consignment inventory is stock stored in our warehouse but actually owned by its supplier.</p>
  315.  
  316.  
  317.  
  318. <p>If you remember, there is a tracking dimension called &#8220;Owner.&#8221; In product configuration, we have set this owner as inventory.</p>
  319.  
  320.  
  321.  
  322. <p>The complete process is as follows:.</p>
  323.  
  324.  
  325.  
  326. <p></p>
  327.  
  328.  
  329.  
  330. <figure class="wp-block-image size-full"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Inventory.png"><img loading="lazy" decoding="async" width="791" height="301" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Inventory.png" alt="" class="wp-image-5175" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Inventory.png 791w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Inventory-300x114.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Inventory-768x292.png 768w" sizes="(max-width: 791px) 100vw, 791px" /></a></figure>
  331.  
  332.  
  333.  
  334. <p>While writing this article, I am using Contoso data, the USMF legal entity, and the following version and update of D365.</p>
  335.  
  336.  
  337.  
  338. <p>Installed product version: 10.0.37 (10.0.1725.47)</p>
  339.  
  340.  
  341.  
  342. <p>Installed platform version: Update61 (7.0.7068.67).</p>
  343.  
  344.  
  345.  
  346. <p>The first step is to create a vendor.  I am going to create a new vendor with the ID “Consignment Vendor”</p>
  347.  
  348.  
  349.  
  350. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-045327.png"><img loading="lazy" decoding="async" width="1024" height="451" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-045327-1024x451.png" alt="" class="wp-image-5176" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-045327-1024x451.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-045327-300x132.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-045327-768x339.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-045327-1536x677.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-045327.png 1590w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  351.  
  352.  
  353.  
  354. <p>The second step is to set up a consignment owner.</p>
  355.  
  356.  
  357.  
  358. <p></p>
  359.  
  360.  
  361.  
  362. <p>For this, we have to follow the below navigation.</p>
  363.  
  364.  
  365.  
  366. <figure class="wp-block-image size-full"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Menu-1.jpg"><img loading="lazy" decoding="async" width="983" height="762" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Menu-1.jpg" alt="" class="wp-image-5187" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Menu-1.jpg 983w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Menu-1-300x233.jpg 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Menu-1-768x595.jpg 768w" sizes="(max-width: 983px) 100vw, 983px" /></a></figure>
  367.  
  368.  
  369.  
  370. <p>Inventory Management > Setup> Dimension > Inventory Owner</p>
  371.  
  372.  
  373.  
  374. <p>Here we can add a vendor account and set an ID as the owner.</p>
  375.  
  376.  
  377.  
  378. <p>With the vendor account plus its owner.</p>
  379.  
  380.  
  381.  
  382. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-050411.png"><img loading="lazy" decoding="async" width="1024" height="647" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-050411-1024x647.png" alt="" class="wp-image-5178" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-050411-1024x647.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-050411-300x189.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-050411-768x485.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Screenshot-2024-01-19-050411.png 1058w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  383.  
  384.  
  385.  
  386. <p>The third step is to enable the tracking dimension. In the CONSO demo data, we can find already-configured tracking dimensions.</p>
  387.  
  388.  
  389.  
  390. <p>The tracking dimension form can be found at the following location:</p>
  391.  
  392.  
  393.  
  394. <p>Product and Information Management &gt; Setup &gt; Dimension and Variant Groups &gt; Tracking Dimension.</p>
  395.  
  396.  
  397.  
  398. <p>The tracking dimension is active in the case of the Active check box, which is marked.</p>
  399.  
  400.  
  401.  
  402. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Tracking-Dimension-1.png"><img loading="lazy" decoding="async" width="1024" height="544" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Tracking-Dimension-1-1024x544.png" alt="" class="wp-image-5182" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Tracking-Dimension-1-1024x544.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Tracking-Dimension-1-300x159.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Tracking-Dimension-1-768x408.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Tracking-Dimension-1-1536x816.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Tracking-Dimension-1.png 1735w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  403.  
  404.  
  405.  
  406. <p>So we use this tracking dimension in new products.</p>
  407.  
  408.  
  409.  
  410. <p>To make things simple, we are going to create a simple product.</p>
  411.  
  412.  
  413.  
  414. <p>A new product name is &#8220;Consignment_0001.”</p>
  415.  
  416.  
  417.  
  418. <figure class="wp-block-image size-full"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product.png"><img loading="lazy" decoding="async" width="613" height="822" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product.png" alt="" class="wp-image-5183" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product.png 613w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-224x300.png 224w" sizes="(max-width: 613px) 100vw, 613px" /></a></figure>
  419.  
  420.  
  421.  
  422. <p>Consignment inventory works only on the moving average or standard cost method. We are going to use the moving average item model group. I also used the owner as a tracking dimension.</p>
  423.  
  424.  
  425.  
  426. <p>On release, product details form. Or in the purchase order tab, set the primary vendor.</p>
  427.  
  428.  
  429.  
  430. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Vendor-on-Product.png"><img loading="lazy" decoding="async" width="1024" height="526" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Vendor-on-Product-1024x526.png" alt="" class="wp-image-5184" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Vendor-on-Product-1024x526.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Vendor-on-Product-300x154.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Vendor-on-Product-768x394.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Vendor-on-Product-1536x789.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Vendor-on-Product.png 1815w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  431.  
  432.  
  433.  
  434. <p>We need to create a trade agreement for $80. This step is required, so when a purchase order is created, the price will be picked from here. Otherwise, it will pick the price set during item creation, whether you enter it or not.</p>
  435.  
  436.  
  437.  
  438. <p>So all steps have been taken. Let&#8217;s go to the consignment replenishment order. So vendors deliver stock to your organization.</p>
  439.  
  440.  
  441.  
  442. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Agreement-for-pricing-that-is-80.png"><img loading="lazy" decoding="async" width="1024" height="495" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Agreement-for-pricing-that-is-80-1024x495.png" alt="" class="wp-image-5185" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Agreement-for-pricing-that-is-80-1024x495.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Agreement-for-pricing-that-is-80-300x145.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Agreement-for-pricing-that-is-80-768x371.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Agreement-for-pricing-that-is-80-1536x742.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Agreement-for-pricing-that-is-80.png 1760w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  443.  
  444.  
  445.  
  446. <p>The navigation for consignment replenishment orders is as follows:.</p>
  447.  
  448.  
  449.  
  450. <figure class="wp-block-image size-full"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consighment-Order.png"><img loading="lazy" decoding="async" width="813" height="890" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consighment-Order.png" alt="" class="wp-image-5188" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consighment-Order.png 813w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consighment-Order-274x300.png 274w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consighment-Order-768x841.png 768w" sizes="(max-width: 813px) 100vw, 813px" /></a></figure>
  451.  
  452.  
  453.  
  454. <p>Procurement and sourcing &gt; Consignment &gt; Consignment replenishment orders</p>
  455.  
  456.  
  457.  
  458. <p>I am placing the 100 quantities in the 1, 11, and 12 warehouses.</p>
  459.  
  460.  
  461.  
  462. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Recepet-2.png"><img loading="lazy" decoding="async" width="1024" height="481" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Recepet-2-1024x481.png" alt="" class="wp-image-5189" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Recepet-2-1024x481.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Recepet-2-300x141.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Recepet-2-768x361.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Recepet-2-1536x722.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Recepet-2.png 1720w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  463.  
  464.  
  465.  
  466. <p>On this screen, enter the quantity 100. You can also modify the requested delivery date for product delivery.</p>
  467.  
  468.  
  469.  
  470. <p>From the top menu, we can receive quantities.</p>
  471.  
  472.  
  473.  
  474. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Receipt.png"><img loading="lazy" decoding="async" width="1024" height="510" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Receipt-1024x510.png" alt="" class="wp-image-5190" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Receipt-1024x510.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Receipt-300x149.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Receipt-768x382.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Receipt-1536x765.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Product-Receipt.png 1781w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  475.  
  476.  
  477.  
  478. <p>Product receipts have no impact on inventory costs. If we see the inventory transaction details for the product, we will find no impact on cost. And the reason for that is that we did not own the quantity.</p>
  479.  
  480.  
  481.  
  482. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Order.png"><img loading="lazy" decoding="async" width="1024" height="509" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Order-1024x509.png" alt="" class="wp-image-5191" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Order-1024x509.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Order-300x149.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Order-768x382.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Order-1536x763.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-Order.png 1846w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  483.  
  484.  
  485.  
  486. <p>Inventory Owner Change Journal.</p>
  487.  
  488.  
  489.  
  490. <p>So we got a request from one of our customers for 10 units. For owning and selling this 10 quantity, we have to generate and post our own inventory change journal.</p>
  491.  
  492.  
  493.  
  494. <p>The navigation of Inventory owner journal at following location in D365 finance and operations.</p>
  495.  
  496.  
  497.  
  498. <p>Procurement and sourcing> consignment > inventory ownership change</p>
  499.  
  500.  
  501.  
  502. <figure class="wp-block-image size-full"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Onwer-Change-create.png"><img loading="lazy" decoding="async" width="907" height="847" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Onwer-Change-create.png" alt="" class="wp-image-5193" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Onwer-Change-create.png 907w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Onwer-Change-create-300x280.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Consignment-Onwer-Change-create-768x717.png 768w" sizes="(max-width: 907px) 100vw, 907px" /></a></figure>
  503.  
  504.  
  505.  
  506. <p>Here is a very interesting thing. Here, the owner changes from vendor to legal entity. It means that if the consignment is owned by a current legal entity, we can sell it.</p>
  507.  
  508.  
  509.  
  510. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Owner-change.png"><img loading="lazy" decoding="async" width="1024" height="433" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Owner-change-1024x433.png" alt="" class="wp-image-5194" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Owner-change-1024x433.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Owner-change-300x127.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Owner-change-768x325.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Owner-change-1536x650.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Owner-change.png 1875w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  511.  
  512.  
  513.  
  514. <p>Let&#8217;s try this. I am going to post 10 quantities and then see what purchase order was created and what product receipt was posted against it.</p>
  515.  
  516.  
  517.  
  518. <p></p>
  519.  
  520.  
  521.  
  522. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Change-owner-posted.png"><img loading="lazy" decoding="async" width="1024" height="539" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Change-owner-posted-1024x539.png" alt="" class="wp-image-5195" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Change-owner-posted-1024x539.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Change-owner-posted-300x158.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Change-owner-posted-768x404.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Change-owner-posted-1536x809.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Change-owner-posted.png 1880w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  523.  
  524.  
  525.  
  526. <p>The system generated a purchased order with a received status.</p>
  527.  
  528.  
  529.  
  530. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-order-with-Received-status.png"><img loading="lazy" decoding="async" width="1024" height="434" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-order-with-Received-status-1024x434.png" alt="" class="wp-image-5196" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-order-with-Received-status-1024x434.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-order-with-Received-status-300x127.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-order-with-Received-status-768x325.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-order-with-Received-status-1536x651.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Purchase-order-with-Received-status.png 1857w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  531.  
  532.  
  533.  
  534. <p>If we note, the price is coming with a unit price of $80. This price is coming from a trade agreement.</p>
  535.  
  536.  
  537.  
  538. <p>On checking the inventory transaction generated against. The physical date and physical cost amount are updated.</p>
  539.  
  540.  
  541.  
  542. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Phyiscal-date-and-physical-amount-posted.png"><img loading="lazy" decoding="async" width="1024" height="221" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Phyiscal-date-and-physical-amount-posted-1024x221.png" alt="" class="wp-image-5197" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Phyiscal-date-and-physical-amount-posted-1024x221.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Phyiscal-date-and-physical-amount-posted-300x65.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Phyiscal-date-and-physical-amount-posted-768x166.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Phyiscal-date-and-physical-amount-posted-1536x332.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Phyiscal-date-and-physical-amount-posted.png 1787w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  543.  
  544.  
  545.  
  546. <p>On the vendor invoice and its posting in the system, the financial date and financial cost are also updated.</p>
  547.  
  548.  
  549.  
  550. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/financial-Post.png"><img loading="lazy" decoding="async" width="1024" height="253" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/financial-Post-1024x253.png" alt="" class="wp-image-5198" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/financial-Post-1024x253.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/financial-Post-300x74.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/financial-Post-768x190.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/financial-Post-1536x379.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/financial-Post.png 1782w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  551.  
  552.  
  553.  
  554. <p>Inventory ownership changed, and now we can sell or consume this quantity.</p>
  555.  
  556.  
  557.  
  558. <p>Following the screenshot, the sales order quantity is sold and delivered to the customer.</p>
  559.  
  560.  
  561.  
  562. <figure class="wp-block-image size-large is-resized"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Sales-order.png"><img loading="lazy" decoding="async" width="1024" height="492" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Sales-order-1024x492.png" alt="" class="wp-image-5199" style="width:1170px;height:auto" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Sales-order-1024x492.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Sales-order-300x144.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Sales-order-768x369.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Sales-order-1536x738.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Sales-order.png 1826w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  563.  
  564.  
  565.  
  566. <p>How you like this post, see you in another blog post.</p>
  567. ]]></content:encoded>
  568. <post-id xmlns="com-wordpress:feed-additions:1">5174</post-id> </item>
  569. <item>
  570. <title>Unregister Purchase Order line register quantity which is received via mobile device OR Remove Stock via PO in D365FO</title>
  571. <link>https://www.tech.alirazazaidi.com/unregister-purchase-order-line-register-quantity-which-is-received-via-mobile-device-or-remove-stock-via-po-in-d365fo/</link>
  572. <dc:creator><![CDATA[alirazazaidi]]></dc:creator>
  573. <pubDate>Tue, 02 Jan 2024 14:42:57 +0000</pubDate>
  574. <category><![CDATA[D365OF]]></category>
  575. <category><![CDATA[Dynamics 365 for finance and operations]]></category>
  576. <category><![CDATA[Procurement]]></category>
  577. <category><![CDATA[Purchase order]]></category>
  578. <category><![CDATA[Register Quantity]]></category>
  579. <category><![CDATA[Un register quantity]]></category>
  580. <guid isPermaLink="false">https://www.tech.alirazazaidi.com/?p=5162</guid>
  581.  
  582. <description><![CDATA[A small tip: I just create a purchase order and register the quantity. Either directly on the purchase order or through the mobile app, advance warehouse in D365 Finance and Operations. Now I want to cancel that line or unregister the quantity for that line. As compared to Ax 2012, it is relatively easy in [&#8230;]]]></description>
  583. <content:encoded><![CDATA[
  584. <p>A small tip: I just create a purchase order and register the quantity. Either directly on the purchase order or through the mobile app, advance warehouse in D365 Finance and Operations. Now I want to cancel that line or unregister the quantity for that line.</p>
  585.  
  586.  
  587.  
  588. <p>As compared to Ax 2012, it is relatively easy in D365 Finance and Operations.</p>
  589.  
  590.  
  591.  
  592. <p>For this, open the purchase order and go to a specific line, click on the update line, and click on registration.</p>
  593.  
  594.  
  595.  
  596. <figure class="wp-block-image size-full"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Registeration.png"><img loading="lazy" decoding="async" width="271" height="497" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Registeration.png" alt="" class="wp-image-5163" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Registeration.png 271w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Registeration-164x300.png 164w" sizes="(max-width: 271px) 100vw, 271px" /></a></figure>
  597.  
  598.  
  599.  
  600. <p></p>
  601.  
  602.  
  603.  
  604. <p>From registration form click on &#8221; Add registration line&#8221;</p>
  605.  
  606.  
  607.  
  608. <p></p>
  609.  
  610.  
  611.  
  612. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Click-on-Add-Registeration-Line.png"><img loading="lazy" decoding="async" width="1024" height="471" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Click-on-Add-Registeration-Line-1024x471.png" alt="" class="wp-image-5164" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Click-on-Add-Registeration-Line-1024x471.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Click-on-Add-Registeration-Line-300x138.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Click-on-Add-Registeration-Line-768x353.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Click-on-Add-Registeration-Line-1536x706.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/Click-on-Add-Registeration-Line.png 1831w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  613.  
  614.  
  615.  
  616. <p>On clicking add registration line, you will find negative values.</p>
  617.  
  618.  
  619.  
  620. <figure class="wp-block-image size-large"><a href="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/negative-registeration.png"><img loading="lazy" decoding="async" width="1024" height="446" src="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/negative-registeration-1024x446.png" alt="" class="wp-image-5165" srcset="https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/negative-registeration-1024x446.png 1024w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/negative-registeration-300x131.png 300w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/negative-registeration-768x334.png 768w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/negative-registeration-1536x668.png 1536w, https://www.tech.alirazazaidi.com/wp-content/uploads/2024/01/negative-registeration.png 1820w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
  621.  
  622.  
  623.  
  624. <p>Click on Confirm Registration. This will reverse the registration process after closing this form you can remove the line from purchase order</p>
  625.  
  626.  
  627.  
  628. <p>Similar way you can unregister the picked quantity in Sales order processing.</p>
  629. ]]></content:encoded>
  630. <post-id xmlns="com-wordpress:feed-additions:1">5162</post-id> </item>
  631. <item>
  632. <title>Glossary to Business Analysis</title>
  633. <link>https://www.tech.alirazazaidi.com/glossary-to-business-analysis/</link>
  634. <dc:creator><![CDATA[alirazazaidi]]></dc:creator>
  635. <pubDate>Sun, 19 Nov 2023 20:18:03 +0000</pubDate>
  636. <category><![CDATA[Dynamics 365 for Operations]]></category>
  637. <guid isPermaLink="false">https://www.tech.alirazazaidi.com/?p=5119</guid>
  638.  
  639. <description><![CDATA[As business analysts, we deal with people, processes, and technology. We have to listen to user stories and understand their needs. Separate their wants from their needs. What is actually required as compared to their wants? Most importantly, what is actually possible with respect to their budget? During communication between professionals as well as end [&#8230;]]]></description>
  640. <content:encoded><![CDATA[
  641. <p>As business analysts, we deal with people, processes, and technology. We have to listen to user stories and understand their needs. Separate their wants from their needs. What is actually required as compared to their wants? Most importantly, what is actually possible with respect to their budget?</p>
  642.  
  643.  
  644.  
  645. <p>During communication between professionals as well as end users, we use different terms and jurgans. I listed some of them here.</p>
  646.  
  647.  
  648.  
  649. <p>Here is a list of some common terminology that you might come across in a business analysis glossary:</p>
  650.  
  651.  
  652.  
  653. <ol>
  654. <li>Business Analyst: Consider a specialist who understands the organization&#8217;s processes, procedures, existing systems, and goals and provides the solution.</li>
  655.  
  656.  
  657.  
  658. <li>Stakeholders: people or groups of people who have involvement in both ownership and investment and direct efficacy of the success or failure of the system.</li>
  659.  
  660.  
  661.  
  662. <li>Requirements: detailed statements that explain the functions, processes, and pain areas of the end user or group of users.</li>
  663.  
  664.  
  665.  
  666. <li>SWOT Analysis: Decision-making tools that help organizations identify their strengths, weaknesses, and opportunities</li>
  667.  
  668.  
  669.  
  670. <li>Use Case: A use case is a sample event or process, or an example of documenting the interaction of a system or process with actors, users, or systems.</li>
  671.  
  672.  
  673.  
  674. <li>Gap Analysis: difference between the actual system functionality provided by the system and the requirements that come from stakeholders</li>
  675.  
  676.  
  677.  
  678. <li>Agile: A project management approach for requirement gathering, development, testing, and delivery to the end user that focuses on flexibility, collaboration, and customer feedback.</li>
  679.  
  680.  
  681.  
  682. <li>Waterfall: A transition to requirement gathering, software development, and implementation Linear and sequential framework.</li>
  683.  
  684.  
  685.  
  686. <li>Business Process Modeling: The graphical representation of business processes for the purposes of understanding, analyzing, and improving them.</li>
  687.  
  688.  
  689.  
  690. <li>ROI (Return on Investment): measure the profit or value gained from an investment.</li>
  691.  
  692.  
  693.  
  694. <li>KPI (Key Performance Indicator): measurement of key factors for success in implementation or success in requirement gathering. or preformance.</li>
  695.  
  696.  
  697.  
  698. <li>RACI Matrix: A technique for clarifying project or process roles and responsibilities (responsible, accountable, consulted, and informed).</li>
  699.  
  700.  
  701.  
  702. <li>Scope creep: uncontrolled changes and additions to the scope of a project. This leads to delays and overbudgeting for the project.</li>
  703.  
  704.  
  705.  
  706. <li>Change Management: The process of planning, implementing, and managing organizational changes</li>
  707.  
  708.  
  709.  
  710. <li>BRD (Business Needs Document): A document that outlines a project’s high-level business needs.</li>
  711.  
  712.  
  713.  
  714. <li>User Story: Understanding and documentation of presepective end uses; this term is widely used in Agile.</li>
  715.  
  716.  
  717.  
  718. <li>Decision Matrix: requirements and their solutions vs. possibilities based on established criteria</li>
  719.  
  720.  
  721.  
  722. <li>Feasibility Study: Documentation for the proposed solution: is it viable or possible, both in terms of cost and time?</li>
  723.  
  724.  
  725.  
  726. <li>Sprint: what will be delivered, requirement gathering, and development within a 2-4 week period for a defined requirement or set of features.</li>
  727. </ol>
  728. ]]></content:encoded>
  729. <post-id xmlns="com-wordpress:feed-additions:1">5119</post-id> </item>
  730. </channel>
  731. </rss>
  732.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//tech.alirazazaidi.com/feed/

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda