<?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>ms dynamics business central Archives | KAISPE</title>
	<atom:link href="https://www.kaispe.com/tag/ms-dynamics-business-central/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kaispe.com/tag/ms-dynamics-business-central/</link>
	<description>Your Digital Transformation Partner</description>
	<lastBuildDate>Tue, 21 Feb 2023 08:39:10 +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>ms dynamics business central Archives | KAISPE</title>
	<link>https://www.kaispe.com/tag/ms-dynamics-business-central/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Withholding Tax in Microsoft Dynamics Business Central</title>
		<link>https://www.kaispe.com/withholding-tax-in-microsoft-dynamics-business-central/</link>
		
		<dc:creator><![CDATA[Muhammad Anas Naeemi]]></dc:creator>
		<pubDate>Tue, 21 Feb 2023 08:39:10 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Microsoft Dynamics 365]]></category>
		<category><![CDATA[ms dynamics business central]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=6959</guid>

					<description><![CDATA[<p>Withholding is an act of deduction or collection of tax at source, generally an advance tax payment. It is an effective mechanism and an important/timely source of revenue. Their contribution [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/withholding-tax-in-microsoft-dynamics-business-central/">Withholding Tax in Microsoft Dynamics Business Central</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Withholding is an act of deduction or collection of tax at source, generally an advance tax payment. It is an effective mechanism and an important/timely source of revenue. Their contribution is about 41 percent of total direct tax revenues. It is applied in several countries like Australia, New Zealand, Thailand, Pakistan, etc. <a href="https://www.kaispe.com/solutions/microsoft-dynamics-365-business-central/">Microsoft Dynamic 365 Business Central</a> provides <a href="https://www.investopedia.com/terms/w/withholdingtax.asp">Withholding Tax</a> (WHT) functionality for all the regions where WHT is applied.</p>
<p>In this blog, I will show you how to implement WHT functionality in Business Central for such localizations where WHT is not applicable and is required by the organizations using Business Central in that localization. Later I’ll show you how to use the implemented WHT functionality for a Posted Purchase Invoice in Business Central for a specific vendor.</p>
<p><strong>Steps Involved:</strong></p>
<p>Following are the steps involved in achieving and testing the WHT functionality.</p>
<p><strong>Step-1:</strong> Create four custom tables namely “WHT Transaction Table”, “WHT Product Posting Group”, “WHT Business Posting Group” and “WHT Posting Setup”.</p>
<p><strong>Step-2:</strong> Now for each of the above custom tables created, develop a list page as shown in fig 1, 2, 3 and 4.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-6982 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/1-1.png" alt="" width="929" height="427" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/1-1.png 929w, https://www.kaispe.com/wp-content/uploads/2023/01/1-1-300x138.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/1-1-768x353.png 768w" sizes="(max-width: 929px) 100vw, 929px" /></p>
<p style="text-align: center;"><img decoding="async" class="alignnone wp-image-6983 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/2.png" alt="" width="988" height="403" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/2.png 988w, https://www.kaispe.com/wp-content/uploads/2023/01/2-300x122.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/2-768x313.png 768w" sizes="(max-width: 988px) 100vw, 988px" /></p>
<p><img decoding="async" class="aligncenter wp-image-6984 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/3.png" alt="" width="1038" height="332" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/3.png 1038w, https://www.kaispe.com/wp-content/uploads/2023/01/3-300x96.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/3-1024x328.png 1024w, https://www.kaispe.com/wp-content/uploads/2023/01/3-768x246.png 768w" sizes="(max-width: 1038px) 100vw, 1038px" /></p>
<p>In fig 4, an action (“Post WHT”) is also created on “WHT Transaction” list page that will post WHT entries on the “Payment Journal” lines.</p>
<p style="text-align: center;"><img decoding="async" class="alignnone wp-image-6985 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/4.png" alt="" width="776" height="288" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/4.png 776w, https://www.kaispe.com/wp-content/uploads/2023/01/4-300x111.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/4-768x285.png 768w" sizes="(max-width: 776px) 100vw, 776px" /></p>
<p>In fig 5, an OnClosePage() trigger is called that will clear the data from the “WHT Transaction” table as soon as the “WHT Transaction” list page is closed.<img decoding="async" class="alignnone wp-image-6986 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/5.png" alt="" width="1028" height="199" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/5.png 1028w, https://www.kaispe.com/wp-content/uploads/2023/01/5-300x58.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/5-1024x198.png 1024w, https://www.kaispe.com/wp-content/uploads/2023/01/5-768x149.png 768w" sizes="(max-width: 1028px) 100vw, 1028px" />In fig 6, a SetItemInfo procedure is defined for passing values from variables into &#8220;WHT Transaction&#8221; table.<img decoding="async" class="alignnone wp-image-6987 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/6-1.png" alt="" width="1041" height="234" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/6-1.png 1041w, https://www.kaispe.com/wp-content/uploads/2023/01/6-1-300x67.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/6-1-1024x230.png 1024w, https://www.kaispe.com/wp-content/uploads/2023/01/6-1-768x173.png 768w" sizes="(max-width: 1041px) 100vw, 1041px" />In fig 7, OnValidate trigger is defined for auto populating some fields of &#8220;WHT Transaction&#8221; table on selection of &#8220;WHT Bus. Posting Group&#8221; field.<img decoding="async" class="alignnone wp-image-6988 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/7.png" alt="" width="1029" height="487" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/7.png 1029w, https://www.kaispe.com/wp-content/uploads/2023/01/7-300x142.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/7-1024x485.png 1024w, https://www.kaispe.com/wp-content/uploads/2023/01/7-768x363.png 768w" sizes="(max-width: 1029px) 100vw, 1029px" />In fig 8, entire code implementation of &#8220;POST WHT&#8221; action is displayed for posting WHT entries on the “Payment Journal” lines.<img decoding="async" class="alignnone wp-image-6989 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/8.png" alt="" width="1024" height="708" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/8.png 1024w, https://www.kaispe.com/wp-content/uploads/2023/01/8-300x207.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/8-768x531.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p><strong>Step-3:</strong> Make sure that at least one purchase invoice should be posted so that when the “Payment Journal” page is used there should be at least one posted purchase invoice on which WHT can be applied. Also, make sure that entries are applied for that invoice.</p>
<p><strong>Step-4:</strong> After creating all the tables and list pages required for WHT implementation, now an action (“WHT Entry”) is created on the “Payment Journal” page by creating page extension of it as shown in fig 9 and 10.</p>
<p>Whenever the “WHT Entry” action is executed, it will prompt a confirmation dialog box as shown in fig 11 and if “yes” is selected then a procedure (“SetItemInfo”) declared in fig 6 will be called that will pass some values (“Account No.”, “Description” and “Amount”) from “Payment Journal” page to “WHT Transaction” list page and after that “WHT Transaction” list page will be opened as shown in fig 12.</p>
<p><img decoding="async" class="aligncenter wp-image-6990 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/9-1.png" alt="" width="761" height="364" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/9-1.png 761w, https://www.kaispe.com/wp-content/uploads/2023/01/9-1-300x143.png 300w" sizes="(max-width: 761px) 100vw, 761px" /></p>
<p style="text-align: center;"><img decoding="async" class="alignnone wp-image-6991 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/10-2.png" alt="" width="949" height="319" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/10-2.png 949w, https://www.kaispe.com/wp-content/uploads/2023/01/10-2-300x101.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/10-2-768x258.png 768w" sizes="(max-width: 949px) 100vw, 949px" /></p>
<p style="text-align: center;"><em><img decoding="async" class="alignnone wp-image-6992 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/11.png" alt="" width="703" height="362" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/11.png 703w, https://www.kaispe.com/wp-content/uploads/2023/01/11-300x154.png 300w" sizes="(max-width: 703px) 100vw, 703px" /></em></p>
<p style="text-align: center;"><img decoding="async" class="alignnone wp-image-6993 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/12.png" alt="" width="923" height="230" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/12.png 923w, https://www.kaispe.com/wp-content/uploads/2023/01/12-300x75.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/12-768x191.png 768w" sizes="(max-width: 923px) 100vw, 923px" /></p>
<p><strong>Step-5: </strong>Now start entering values in the created list pages i.e., “WHT Posting Setup”, “WHT Business Posting Groups” and “WHT Product Posting Groups” as shown in figs 14, 15, and 16. For the “WHT Posting Setup” list page most of the fields have a table relation. Make sure that before filling the fields in “WHT Posting Setup”, a G/L account must be created (fig 13) for WHT entries in “Chart of Accounts” and then select the created G/L Account in “Sales WHT Account” and “Purchase WHT Account” fields in “WHT Posting Setup” as displayed in fig 16.</p>
<p style="text-align: center;"><img decoding="async" class="alignnone wp-image-6994 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/13.png" alt="" width="946" height="361" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/13.png 946w, https://www.kaispe.com/wp-content/uploads/2023/01/13-300x114.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/13-768x293.png 768w" sizes="(max-width: 946px) 100vw, 946px" /></p>
<p style="text-align: center;"><img decoding="async" class="alignnone wp-image-6995 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/1415.png" alt="" width="831" height="617" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/1415.png 831w, https://www.kaispe.com/wp-content/uploads/2023/01/1415-300x223.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/1415-768x570.png 768w" sizes="(max-width: 831px) 100vw, 831px" /></p>
<p><img decoding="async" class="aligncenter wp-image-6996 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/16.png" alt="" width="724" height="289" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/16.png 724w, https://www.kaispe.com/wp-content/uploads/2023/01/16-300x120.png 300w" sizes="(max-width: 724px) 100vw, 724px" /></p>
<p><strong>Step-6: </strong>After all the values are entered, now one page and one table extension of “Sales &amp; Receivales Setup” is created and two fields i.e., “Journal Template Name” and “Journal Batch Name” have table relation with “Gen. Journal Template” and “Gen. Journal Batch” are added to both page and table extensions. Once these fields are created, then data is entered into these fields as shown in fig 17. Make sure that “Journal Batch Name” is the same for both “Sales &amp; Receivales Setup” and “Payment Journal”.</p>
<p>The purpose of these fields will be known in the upcoming steps.</p>
<p><img decoding="async" class="aligncenter wp-image-6997 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/17.png" alt="" width="918" height="343" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/17.png 918w, https://www.kaispe.com/wp-content/uploads/2023/01/17-300x112.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/17-768x287.png 768w" sizes="(max-width: 918px) 100vw, 918px" /></p>
<p>Once all the above steps are completed, then the WHT functionality can be applied to any posted purchase invoice whose entries are applied in “Payment Journal”</p>
<p><strong>Step-7:  </strong>Open “Payment Journal” and chose the vendor for which you have posted the purchase invoice. In my case, I have chosen “Custom Metals Incorporated” as shown in fig 18.</p>
<p><img decoding="async" class="aligncenter wp-image-6998 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/18.png" alt="" width="938" height="418" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/18.png 938w, https://www.kaispe.com/wp-content/uploads/2023/01/18-300x134.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/18-768x342.png 768w" sizes="(max-width: 938px) 100vw, 938px" /></p>
<p><strong>Step-8:  </strong>Now, apply entries for the invoice that you have selected as shown in fig 19. Just select the purchase invoice you have posted and execute “Set Applies-to-ID” action (fig 20) and it will automatically populate some of the fields like “Amount” in “Payment Journal” first line as displayed in fig 21.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img decoding="async" class="alignnone wp-image-6999 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/1920.png" alt="" width="947" height="646" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/1920.png 947w, https://www.kaispe.com/wp-content/uploads/2023/01/1920-300x205.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/1920-768x524.png 768w" sizes="(max-width: 947px) 100vw, 947px" /></p>
<p style="text-align: center;"><img decoding="async" class="alignnone wp-image-7000 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/21.png" alt="" width="902" height="341" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/21.png 902w, https://www.kaispe.com/wp-content/uploads/2023/01/21-300x113.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/21-768x290.png 768w" sizes="(max-width: 902px) 100vw, 902px" /></p>
<p><strong>Step-9: </strong>After applying for entries, now execute the “WHT Entry” action discussed in step 4 which will open the “WHT Transaction” list page with some fields that will already be appended as shown in fig 22. Now when the “WHT Bus. Posting Group” field is drilled down it will give a list of WHT Bus. Posting Groups that were configured in the previous steps. Once it is selected then all the remaining fields will be auto-populated as an OnValidate() trigger (fig 7) is applied to the “WHT Bus. Posting Group” field as shown in fig 23. The “WHT Amount” field is the calculation of the “WHT %” and “Base Amount” fields.</p>
<p><img decoding="async" class="aligncenter wp-image-7001 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/2223.png" alt="" width="894" height="539" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/2223.png 894w, https://www.kaispe.com/wp-content/uploads/2023/01/2223-300x181.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/2223-768x463.png 768w" sizes="(max-width: 894px) 100vw, 894px" /></p>
<p><strong>Step-9: </strong>Once all fields are populated, then “Post WHT” is executed. As discussed in step 2 that “Post WHT” will append values from the “WHT Transaction” list page to some of the “Payment Journal” fields as shown in fig 24.</p>
<p>As the appending process from “WHT Transaction” to “Payment Journal” will require primary keys of “Payment Journal” i.e., “Journal Template Name”, “Journal Batch Name” and “Line No.” therefore the two fields were created in “Sales &amp; Receivales Setup” and were used in “Post WHT” action (fig 8). For “Line No.”, an already defined procedure “GetNewLineNo()” in the “Gen. Journal Line” table (fig 8) gets the new line whenever this procedure is called.</p>
<p><img decoding="async" class="aligncenter wp-image-7002 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/24.png" alt="" width="796" height="341" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/24.png 796w, https://www.kaispe.com/wp-content/uploads/2023/01/24-300x129.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/24-768x329.png 768w" sizes="(max-width: 796px) 100vw, 796px" /></p>
<p><strong>Step-10: </strong>Once values are appended, than execute the “Post/Print” action and the amount will automatically be updated in specified accounts. The “Amount” for WHT i.e., 361.35 in my case will be updated in the newly created WHT account (“With-holding Tax”) in “Chart of Accounts” as shown in fig 25.</p>
<p style="text-align: center;"><img decoding="async" class="alignnone wp-image-7003 size-full" src="https://www.kaispe.com/wp-content/uploads/2023/01/25.png" alt="" width="879" height="258" srcset="https://www.kaispe.com/wp-content/uploads/2023/01/25.png 879w, https://www.kaispe.com/wp-content/uploads/2023/01/25-300x88.png 300w, https://www.kaispe.com/wp-content/uploads/2023/01/25-768x225.png 768w" sizes="(max-width: 879px) 100vw, 879px" /></p>
<p>Hope you find this information useful.</p>
<p>Stay tuned for more articles about Business Central.</p>
<p>If you have any suggestions/questions, please comment on the post, or contact us at info@kaispe.com</p>
<p>Courtesy: Muhammad Anas Naeemi</p>
<p>The post <a href="https://www.kaispe.com/withholding-tax-in-microsoft-dynamics-business-central/">Withholding Tax in Microsoft Dynamics Business Central</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Developing Purchase Requisition Functionality in Microsoft Dynamics 365 Business Central</title>
		<link>https://www.kaispe.com/developing-purchase-requisition-functionality-in-ms-dynamics-365-business-central/</link>
		
		<dc:creator><![CDATA[Muhammad Ahmad]]></dc:creator>
		<pubDate>Tue, 30 Aug 2022 17:21:02 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[d365 bc purchase requisition]]></category>
		<category><![CDATA[ms dynamics bc]]></category>
		<category><![CDATA[ms dynamics business central]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=5813</guid>

					<description><![CDATA[<p>Today, we will walk through developing the functionality of Purchase Requisition functionality in Microsoft Dynamics 365 Business Central. Agenda for today’s blog: Overview Key features developed Technical implementation Overview: Purchase [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/developing-purchase-requisition-functionality-in-ms-dynamics-365-business-central/">Developing Purchase Requisition Functionality in Microsoft Dynamics 365 Business Central</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today, we will walk through developing the functionality of Purchase Requisition functionality in <a href="https://www.kaispe.com/solutions/microsoft-dynamics-365-business-central/">Microsoft Dynamics 365 Business Central</a>.</p>
<h2>Agenda for today’s blog:</h2>
<ul>
<li>Overview</li>
<li>Key features developed</li>
<li>Technical implementation</li>
</ul>
<h2>Overview:</h2>
<p>Purchase Requisition functionality is not available out of box in <a href="https://dynamics.microsoft.com/en-us/business-central/overview/">Microsoft Dynamics 365 Business Central</a>. Using KAISPE Purchase Requisition solution, employees in an organization can easily raise the requisitions from within Microsoft Dynamics 365 Business Central. They can select the expected date to receive that items/service and can submit the requisition to the supervisor / manager / reviewer for approval.</p>
<h2>Key Features:</h2>
<ul>
<li>Employees can raise multiple requisition lines for a single purchase requisition header</li>
<li>Purchase requisition can be easily converted into a purchase order</li>
<li>Purchasing team can easily track the originating purchase requisition</li>
<li>Using Approval Workflow, employees can easily send the requisitions for review</li>
<li>Reviewers get email notifications for requisition approval</li>
</ul>
<h2>Technical Implementation:</h2>
<p>With the AL language extension for Visual Studio Code, you get the benefits of a modern development environment and seamless publishing and integration with Business Central. All app functionality in Business Central is coded in objects.</p>
<p>Some of the solution specifics are:</p>
<ul>
<li>Defined <strong>Tables</strong> for the table schema that holds data.</li>
<li>Defined <strong>Page</strong> objects to represent the user interface using table data.</li>
<li>Custom <strong>Codeunits</strong> creation which contain code for different logical operations/calculations.</li>
</ul>
<p>Purchase Requisition Header List:</p>
<p><img decoding="async" class="wp-image-5833 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-9.png" alt="" width="882" height="274" srcset="https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-9.png 1363w, https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-9-300x93.png 300w, https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-9-1024x318.png 1024w, https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-9-768x238.png 768w" sizes="(max-width: 882px) 100vw, 882px" /></p>
<p>Header-Line Form:</p>
<p><img decoding="async" class="wp-image-5818 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/08/bc_headerCard-1.png" alt="" width="863" height="359" srcset="https://www.kaispe.com/wp-content/uploads/2022/08/bc_headerCard-1.png 1913w, https://www.kaispe.com/wp-content/uploads/2022/08/bc_headerCard-1-300x125.png 300w, https://www.kaispe.com/wp-content/uploads/2022/08/bc_headerCard-1-1024x426.png 1024w, https://www.kaispe.com/wp-content/uploads/2022/08/bc_headerCard-1-768x319.png 768w, https://www.kaispe.com/wp-content/uploads/2022/08/bc_headerCard-1-1536x638.png 1536w" sizes="(max-width: 863px) 100vw, 863px" /></p>
<p>History List:</p>
<p><img decoding="async" class="wp-image-5834 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-8.png" alt="" width="878" height="299" srcset="https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-8.png 1360w, https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-8-300x102.png 300w, https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-8-1024x349.png 1024w, https://www.kaispe.com/wp-content/uploads/2022/08/MicrosoftTeams-image-8-768x262.png 768w" sizes="(max-width: 878px) 100vw, 878px" /></p>
<h2>Deploying:</h2>
<p>After developing an extension and compiled, created a solution .app package file which deployed to the Business Central server.</p>
<h2>Summary:</h2>
<p>By leveraging its functionality and intuitive interface, organizations can boost their business productivity and streamline employee self-service processes. The solution will be available on <a href="https://appsource.microsoft.com/en-us/marketplace/apps?search=kaispe&amp;page=1">Microsoft AppSource</a> soon.</p>
<p>Hope this blog finds you informative. Let me know if you have any query regarding this solution, please feel free to contact <a href="mailto:info@kaispe.com">KAISPE LLC</a></p>
<p>The post <a href="https://www.kaispe.com/developing-purchase-requisition-functionality-in-ms-dynamics-365-business-central/">Developing Purchase Requisition Functionality in Microsoft Dynamics 365 Business Central</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
