<?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>Dynamics NAV Archives - Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</title>
	<atom:link href="https://navsupports.com/tag/dynamics-nav/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Microsoft Dynamics NAV &#124; Business Central</description>
	<lastBuildDate>Tue, 24 Jan 2017 17:19:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://navsupports.com/wp-content/uploads/2018/11/cropped-fav-1-32x32.png</url>
	<title>Dynamics NAV Archives - Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Access Text box value in (Report Builder and SSRS) using ReportItems</title>
		<link>https://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/</link>
					<comments>https://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Mon, 23 Jan 2017 15:38:24 +0000</pubDate>
				<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Access Text box value in (Report Builder and SSRS) using ReportItems]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Dynamics NAV 2013R2]]></category>
		<category><![CDATA[Dynamics NAV 2016]]></category>
		<category><![CDATA[IIF]]></category>
		<category><![CDATA[ReportItems]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=134</guid>

					<description><![CDATA[<p>Today I am going to share little bit important lesson. But I will hope you have already know this. Most</p>
<p>The post <a href="https://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/">Access Text box value in (Report Builder and SSRS) using ReportItems</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today I am going to share little bit important lesson. But I will hope you have already know this. Most of the times you might be required to access another text box value in Dynamics NAV report layout. For instance, Some times, developers want to show total on the top of the report, Like Total Invoice Value. Also in the body you have calculated the line wise value and you have the total with you. But you cannot show it at the beginning. Now you might be seeking a solution.</p>
<p>You may wondering there is a in built function called ReportItems. Simple and  straightforward. The <strong>ReportItems</strong>  includes text boxes that are in the current scope of a page header, footer, or body. This will identify at run time by the report processor/report render.</p>
<p>You may find good example in Microsoft (MSDN) website. So same example I will show here.</p>
<ul>
<li>
<p style="text-align: left;">This expression, placed in a text box, displays the value of a <strong>ReportItem</strong> text box named <code>Textbox1</code>:</p>
<p style="text-align: left;"><code>=ReportItems!Textbox1.Value</code></p>
</li>
<li style="text-align: left;">This expression, placed in a <strong>ReportItem</strong> text box Color property, displays the text in black when the value is &gt; 0; otherwise, the value is displayed in red:<code>=IIF(Me.Value &gt; 0,"Black","Red")</code></li>
<li>
<p style="text-align: left;">This expression, placed in a text box in the page header or page footer, displays the first value per page of the rendered report, for a text box named <code>LastName</code>:</p>
<p style="text-align: left;"><code>=First(ReportItems("LastName").Value)</code></p>
<p>Simply use ReportItems then use the textbox value.</li>
</ul>
<p>The post <a href="https://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/">Access Text box value in (Report Builder and SSRS) using ReportItems</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/access-text-box-value-report-builder-ssrs-using-reportitems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What&#8217;s New &#8211; Application Changes for Microsoft Dynamics NAV 2016</title>
		<link>https://navsupports.com/whats-new-application-changes-microsoft-dynamics-nav-2016/</link>
					<comments>https://navsupports.com/whats-new-application-changes-microsoft-dynamics-nav-2016/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 16:58:15 +0000</pubDate>
				<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Azure SQL]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Dynamics NAV 2016 Overview]]></category>
		<category><![CDATA[Microsoft Dynamics NAV 2016]]></category>
		<category><![CDATA[Navision 2016]]></category>
		<category><![CDATA[Navision 2016 new features]]></category>
		<category><![CDATA[Navision ERP 2016]]></category>
		<category><![CDATA[Power BI]]></category>
		<category><![CDATA[What's New - Application Changes for Microsoft Dynamics NAV 2016]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=109</guid>

					<description><![CDATA[<p>What&#8217;s new on Microsoft Dynamics NAV 2016 Compare to Navision 2015, Microsoft Dynamics NAV 2016 has good features both in</p>
<p>The post <a href="https://navsupports.com/whats-new-application-changes-microsoft-dynamics-nav-2016/">What&#8217;s New &#8211; Application Changes for Microsoft Dynamics NAV 2016</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><strong>What&#8217;s new on Microsoft Dynamics NAV 2016</strong></p>
<p><img decoding="async" class="aligncenter wp-image-110 size-medium" title="What's New - Application Changes for Microsoft Dynamics NAV 2016" src="http://navsupports.com/wp-content/uploads/2017/01/NAV2016-300x166.png" alt="What's New - Application Changes for Microsoft Dynamics NAV 2016" width="300" height="166" srcset="https://navsupports.com/wp-content/uploads/2017/01/NAV2016-300x166.png 300w, https://navsupports.com/wp-content/uploads/2017/01/NAV2016-768x425.png 768w, https://navsupports.com/wp-content/uploads/2017/01/NAV2016-672x372.png 672w, https://navsupports.com/wp-content/uploads/2017/01/NAV2016.png 937w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>Compare to Navision 2015, Microsoft Dynamics NAV 2016 has good features both in Functionality wise and development wise. Navision ERP is business management solution which can be used in middle level organizations to automate their business process. Features wise it is more rich and adaptable. NAV 2016 let companies to manage their business smoothly. Navision 2016 includes Finance, Manufacturing, Sales, Shipping, Project Management, Services and more modules.  Regional wise companies can add related functionalities easily. Let&#8217;s talk <strong>whats new application changes Microsoft dynamics nav 2016</strong>.</p>
<p>Role Tailored interface which is feature of Microsoft Dynamics NAV 2016. It allows easy access to the Business roles. Navision 2016, as a business solution from Microsoft Corporation that is easy to implement, easy to use. Navision 2016 works</p>
<p>With CRM like natively also with Azure SQL. Some good feature has been introduced in to Dynamics NAV 2016 which is Workflow. Power BI, Document Management will be huge turning point of Navision 2016.</p>
<p>Introduced CRM connectivity enable an optimal experience for customers why because it is direct Microsoft Dynamics CRM connection.</p>
<p>Microsoft Dynamics NAV 2016 can be worked natively with Azure SQL.  Navision 2016 can be configured to use Azure SQL as a relational database. It will reduce the cost and reduce the maintenance.</p>
<p>Dynamics NAV 2016 has introduced Universal app for your all devices. Amazing feature which you can use Universal app on your mobile to manipulate your business process anytime, anywhere. Navision 2016 Universal App delivers a familiar role tailored experience.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-111 size-medium" title="What's New - Application Changes for Microsoft Dynamics NAV 2016" src="http://navsupports.com/wp-content/uploads/2017/01/NAVOverwive2016-300x278.jpg" alt="What's New - Application Changes for Microsoft Dynamics NAV 2016" width="300" height="278" srcset="https://navsupports.com/wp-content/uploads/2017/01/NAVOverwive2016-300x278.jpg 300w, https://navsupports.com/wp-content/uploads/2017/01/NAVOverwive2016.jpg 584w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>Navision 2016 has significant enhancements of Web Client. As per the Microsoft, Microsoft Dynamics NAV includes over 60 enhancements to the web client.</p>
<p>Some popular features such as cross-column search, collapsible fast tabs, freeze pane, Language selection, Change Company and much more.</p>
<p>Microsoft Dynamics NAV 2016 has Document Management feature which will enable you to manage your incoming documents. You can capture, store and search</p>
<p>&nbsp;</p>
<p>Incoming documents. You can use document capture or an optical character recognition service which available at Lexmark.  Most impressive new feature is work flow. Approvals, Notification services, process automation to execute a process routine and automatically send email will be available with Dynamics NAV 2016 as work-flows.</p>
<div><iframe src="https://www.youtube.com/embed/4nxUvpPyntY" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>
<p>Another worth feature available which is E-Everything.  As an instance, you can get currency exchange rates automatically from an exchange rate service.</p>
<p>Hope you would gained some information about Application Changes for Microsoft Dynamics NAV 2016.</p>
<p>Please refer MSDN for more information</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://navsupports.com/whats-new-application-changes-microsoft-dynamics-nav-2016/">What&#8217;s New &#8211; Application Changes for Microsoft Dynamics NAV 2016</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/whats-new-application-changes-microsoft-dynamics-nav-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Better error handling using IF Condition in Dynamics NAV</title>
		<link>https://navsupports.com/better-error-handling-using-condition-dynamics-nav/</link>
					<comments>https://navsupports.com/better-error-handling-using-condition-dynamics-nav/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Sun, 08 Jan 2017 18:12:12 +0000</pubDate>
				<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Error Handling]]></category>
		<category><![CDATA[IF Condition]]></category>
		<category><![CDATA[Navision]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=101</guid>

					<description><![CDATA[<p>Hello guys, I would like to share some important tips with you and sometime you might known these tips also</p>
<p>The post <a href="https://navsupports.com/better-error-handling-using-condition-dynamics-nav/">Better error handling using IF Condition in Dynamics NAV</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello guys, I would like to share some important tips with you and sometime you might known these tips also you love C/AL coding and you would hate this area, which is error handling. So Let&#8217;s have a look of better error handling in Dynamics NAV</p>
<p>So may be you love if we have <strong>Try Catch</strong> statement to capture the errors. But we can have simple way to handle some error,</p>
<p>Mostly we are facing run time errors. For instance , you will have a calculation like  <em><strong>AvgAmt := LineAmt / TotalValue  </strong></em>,What happens if TotalValue is zero ? Yes of course you will get an error which may you mostly familiar <em><strong>Divided by zero</strong></em> error.</p>
<p>So how we are going to handle these type of run time errors, Let me tell you some interesting thing, You can use IF condition to handle this type of errors, For instance, simply you can check if the Totavalue is 0 or not. If it is not 0 you can allow the calculation else you can  assign default value to the TotalValue. Here is the example,</p>
<p>IF TotalValue &lt;&gt; 0 THEN<br />
<em><strong>    AvgAmt := LineAmt / TotalValue</strong></em><br />
ELSE<br />
AvgAmt := 0;</p>
<p>Sometimes you may have used GET Function to retrieve values. You already know how to use  GET Function, But sometime you will get error, for instance, <em><strong>Customer &#8220;&#8221; does not exist  </strong></em>something smiler to this, So what we have to do is we need to keep the get function with IF condition.</p>
<p>IF NOT (Customer.GET(&#8220;C001&#8221;)) THEN CLEAR(Customer);</p>
<p>So now you know, using simple IF condition we can handle run time errors  in some area in Dynamics NAV.</p>
<p>&nbsp;</p>
<p>The post <a href="https://navsupports.com/better-error-handling-using-condition-dynamics-nav/">Better error handling using IF Condition in Dynamics NAV</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/better-error-handling-using-condition-dynamics-nav/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dynamics NAV Job Queue</title>
		<link>https://navsupports.com/dynamics-nav-job-queue/</link>
					<comments>https://navsupports.com/dynamics-nav-job-queue/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Thu, 05 Jan 2017 08:03:56 +0000</pubDate>
				<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Dynamics NAV2009]]></category>
		<category><![CDATA[HKEY_LOCAL_MACHINE]]></category>
		<category><![CDATA[How to: Set Up Job Queues]]></category>
		<category><![CDATA[Job Queue]]></category>
		<category><![CDATA[JOBQUEUE]]></category>
		<category><![CDATA[Microsoft Dynamics NAV]]></category>
		<category><![CDATA[NAS Setup]]></category>
		<category><![CDATA[Navision]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Use Job Queues]]></category>
		<category><![CDATA[Use Job Queues to Schedule Tasks]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=84</guid>

					<description><![CDATA[<p>Dynamics nav Job Queue allow users to schedule and run specific reports and codeunits. You can set up jobs to run</p>
<p>The post <a href="https://navsupports.com/dynamics-nav-job-queue/">Dynamics NAV Job Queue</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Dynamics nav Job Queue</strong> allow users to schedule and run specific reports and <strong>codeunits</strong>. You can set up jobs to run one time or recurring. For instance , user wants to run customer statement report weekly then email to the customers, to obtain this you can use job queues.</p>
<p>In the <strong>Dynamics Nav Job Queue Entries</strong> window, you need to add information about the job queue entry that you want to schedule, such as a report or codeunit for the object type, the name and object ID of the object that you want to run, recurrence, priority, and status. You can also add parameters to specify the behavior of the job queue entry.</p>
<p>Let&#8217;s setup NAS Server first , you can find NAS Server setup inside the dynamics nav setup cd. After installation completed, application server comes as windows service. But when you try to start the service, you cannot start it,it gives an error. So simple solution can be provided to resolve it.</p>
<p>Right click on <strong>Application Server for Microsoft Dynamics NAV Classic NAVISION-SQL</strong> and select properties then <strong>Select windows user and set password.</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-85 size-medium" title="Dynamics Nav Job Queue" src="http://navsupports.com/wp-content/uploads/2017/01/img-300x168.jpg" alt="Dynamics Nav Job Queue" width="300" height="168" srcset="https://navsupports.com/wp-content/uploads/2017/01/img-300x168.jpg 300w, https://navsupports.com/wp-content/uploads/2017/01/img.jpg 479w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>Then go to  <strong>regedit </strong>Select <em><strong>HKEY_LOCAL_MACH</strong><strong>INE then </strong><strong> SYSTEM then </strong><strong>Services then NAVISION-CLASSIC</strong> </em>(this depends if you install default settings only)</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-86" src="http://navsupports.com/wp-content/uploads/2017/01/i22mg-300x169.jpg" alt="i22mg" width="300" height="169" srcset="https://navsupports.com/wp-content/uploads/2017/01/i22mg-300x169.jpg 300w, https://navsupports.com/wp-content/uploads/2017/01/i22mg.jpg 502w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>Set the company,Databse,Servername,servertype (0 to 64000),Setupparamerter(set as <em><strong>JOBQUEUE</strong></em>) .After all completed you ready to start the service.</p>
<p>Now we will create simple report to insert date and time to the table to test <strong>Dynamics Nav Job Queue</strong>. First of all create new table and it should include Enrty No, Date, Time as fields and save it as Job Queue Test</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-87 size-full" title="Dynamics Nav Job Queue" src="http://navsupports.com/wp-content/uploads/2017/01/123.png" alt="Dynamics Nav Job Queue" width="255" height="76" /></p>
<p>Now we will create the report as follows</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-88" src="http://navsupports.com/wp-content/uploads/2017/01/456.png" alt="456" width="238" height="140" /></p>
<p>you have almost completed ,now go to Job Queue Entries and fill the suitable details . I will share my details.</p>
<figure id="attachment_89" aria-describedby="caption-attachment-89" style="width: 300px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-89 size-medium" title="Job Queue Setup" src="http://navsupports.com/wp-content/uploads/2017/01/1500-300x169.png" alt="1500" width="300" height="169" srcset="https://navsupports.com/wp-content/uploads/2017/01/1500-300x169.png 300w, https://navsupports.com/wp-content/uploads/2017/01/1500.png 663w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption id="caption-attachment-89" class="wp-caption-text">Job Queue Setup</figcaption></figure>
<figure id="attachment_90" aria-describedby="caption-attachment-90" style="width: 300px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-90 size-medium" title="Job Queue Setup" src="http://navsupports.com/wp-content/uploads/2017/01/1504850-300x169.png" alt="1504850" width="300" height="169" srcset="https://navsupports.com/wp-content/uploads/2017/01/1504850-300x169.png 300w, https://navsupports.com/wp-content/uploads/2017/01/1504850.png 663w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption id="caption-attachment-90" class="wp-caption-text">Job Queue Setup</figcaption></figure>
<p><strong>Set the job queue to Reset Status</strong></p>
<p><strong> </strong><strong>Go to job queue setup and tick the Job activate. </strong><strong>In 2009 you have to run codeunit 448 manually. It is only for 1<sup>st</sup> time. </strong></p>
<p>Hope you have gained knowledge and please comment for questions.</p>
<p>The post <a href="https://navsupports.com/dynamics-nav-job-queue/">Dynamics NAV Job Queue</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/dynamics-nav-job-queue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to take month in text from a date in Dynamics NAV</title>
		<link>https://navsupports.com/take-month-text-date-dynamics-nav/</link>
					<comments>https://navsupports.com/take-month-text-date-dynamics-nav/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Wed, 30 Nov 2016 11:25:46 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Dynamics NAV Technical]]></category>
		<category><![CDATA[FORMAT]]></category>
		<category><![CDATA[Microsoft Dynamics NAV]]></category>
		<category><![CDATA[Microsoft Dynamics NAV 2016]]></category>
		<category><![CDATA[Month to text]]></category>
		<category><![CDATA[Navision]]></category>
		<category><![CDATA[Navision ERP 2016]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=46</guid>

					<description><![CDATA[<p>Hello Guys, Today I am going to show you , How to take month in text from a date in</p>
<p>The post <a href="https://navsupports.com/take-month-text-date-dynamics-nav/">How to take month in text from a date in Dynamics NAV</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello Guys,</p>
<p>Today I am going to show you , How to take month in text from a date in Dynamics NAV. It is so simple you have two ways to do it.</p>
<p>First way is use the FORMAT function and the second way is use the Date table which is virtual table in Dynamics NAV.</p>
<p>Let&#8217;s move for the first way, This is very simple what you need to do, use FORMAT and send the proper parameters.</p>
<p>FORMAT(&#8220;Posting Date&#8221;,0,'&lt;Month Text&gt;&#8217;);</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://navsupports.com/take-month-text-date-dynamics-nav/">How to take month in text from a date in Dynamics NAV</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/take-month-text-date-dynamics-nav/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dynamics NAV Developer / Technical Consultant</title>
		<link>https://navsupports.com/dynamics-nav-developer-technical-consultant/</link>
					<comments>https://navsupports.com/dynamics-nav-developer-technical-consultant/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Thu, 13 Oct 2016 11:49:04 +0000</pubDate>
				<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Consultant]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Dynamics NAV Technical]]></category>
		<category><![CDATA[NAV Developer]]></category>
		<category><![CDATA[Technical]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=39</guid>

					<description><![CDATA[<p>Today we are going to share some interesting information that How to become Dynamics NAV Developer / Technical Consultant. So</p>
<p>The post <a href="https://navsupports.com/dynamics-nav-developer-technical-consultant/">Dynamics NAV Developer / Technical Consultant</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today we are going to share some interesting information that How to become Dynamics NAV Developer / Technical Consultant. So what is so important and what is the demand for navision erp.</p>
<p>Dynamics navision has more demand in Asian countries as well as Europe . Industry, they have separated two roles which are dynamics navision developer / technical consultant and dynamics navision functional consultant. So we are going to look what are the responsibilities and rolls related to the nav developer / technical consultant.</p>
<p>Dynamics navision developer who is responsible mainly for the doing customizations, report designing, giving technical solutions and more. It is more recommended to work with dynamics nav partner. Why it is more important then you can work on various kind of domains. Also if you are working with dynamics nav partner you will know about navision supports.</p>
<p>Dynamics nav is using C/AL programming language. Programming concepts still same like other programming languages. This language is object based language.</p>
<p>&nbsp;</p>
<p>The post <a href="https://navsupports.com/dynamics-nav-developer-technical-consultant/">Dynamics NAV Developer / Technical Consultant</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/dynamics-nav-developer-technical-consultant/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dynamics NAV  2013R2 Report Execution Level</title>
		<link>https://navsupports.com/dynamics-nav-2013r2-report-execution-order/</link>
					<comments>https://navsupports.com/dynamics-nav-2013r2-report-execution-order/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Wed, 28 Sep 2016 17:13:41 +0000</pubDate>
				<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Dynamcis NAV SSRS]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Dynamics NAV 2013R2]]></category>
		<category><![CDATA[Execuation]]></category>
		<category><![CDATA[Navision]]></category>
		<category><![CDATA[On Init Report]]></category>
		<category><![CDATA[Reports]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=30</guid>

					<description><![CDATA[<p>Hello guys, Today I am going to share very interesting topics  and this will help to freshers and who ever</p>
<p>The post <a href="https://navsupports.com/dynamics-nav-2013r2-report-execution-order/">Dynamics NAV  2013R2 Report Execution Level</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello guys, Today I am going to share very interesting topics  and this will help to freshers and who ever wants to know what is the sequence of Dynamics NAV report execution .</p>
<p>First of all please have a look of bellow diagram. Which is showing structure of the report.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-31" src="http://navsupports.com/wp-content/uploads/2016/09/Trigger-Execution-Order-300x174.png" alt="trigger-execution-order" width="300" height="174" srcset="https://navsupports.com/wp-content/uploads/2016/09/Trigger-Execution-Order-300x174.png 300w, https://navsupports.com/wp-content/uploads/2016/09/Trigger-Execution-Order-768x445.png 768w, https://navsupports.com/wp-content/uploads/2016/09/Trigger-Execution-Order.png 855w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>When you run the report, It will execute On Init Report trigger first. So what ever things that you want to execute when the report begin ,you can use this trigger.</p>
<p>Second is Page triggers, what are these page triggers, suppose if you have request page, then it has several triggers,so those triggers will execute secondly.</p>
<p>Then will come to next trigger which is On Pre Report Trigger , What ever suitable code you can place here.</p>
<p>Next is important phase, On Pre Data Item trigger, which is belong to data item that you keep in the report. After this it will execute On After Get Record trigger. This trigger just like a loop. If you keep Item table as data item,so as per the given filters this on after trigger will execute until finish the items.  then it will go to On  Post Dataitem trigger.</p>
<p>After all, On PostReport trigger will execute. So if you have any code that you want to execute at the end, you can place here.</p>
<p>Hope you all get clear idea.</p>
<p>The post <a href="https://navsupports.com/dynamics-nav-2013r2-report-execution-order/">Dynamics NAV  2013R2 Report Execution Level</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/dynamics-nav-2013r2-report-execution-order/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dynamics NAV Web services</title>
		<link>https://navsupports.com/dynamics-nav-web-services/</link>
					<comments>https://navsupports.com/dynamics-nav-web-services/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Tue, 27 Sep 2016 19:02:42 +0000</pubDate>
				<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[web service]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=13</guid>

					<description><![CDATA[<p>Most of developers familiar with Dynamics NAV2013R2. So we will continue this lesson with Dynamics NAV2013R2. Technology is growing day</p>
<p>The post <a href="https://navsupports.com/dynamics-nav-web-services/">Dynamics NAV Web services</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most of developers familiar with Dynamics NAV2013R2. So we will continue this lesson with Dynamics NAV2013R2.</p>
<p>Technology is growing day by day. No one can stop it. Web services are lightweight and easy to use. Industry it is provide to connect external application with Dynamics NAV. Dynamics NAV 2013R2 will provide such a facility to create and publish Dynamics NAV functionality as web service. Either you can you pages or codeunits or queries as web services.</p>
<p>So we have two type of web services which are SOAP and OData. But we are going to talk about SOAP.</p>
<p>SOAP web services giving us full flexibility for building operation-centric services. Also they provide industry-standard interoperability and channel and host pluggability.</p>
<h3 class="subHeading">Page as Web Services</h3>
<p>If you expose any of page as SOAP web service , it giving default set of operations that you can user to manipulate data, such as create,delete,update or Read.</p>
<p>same as you can use codeunit and publish it as a web service.</p>
<p><span style="text-decoration: underline;"><strong>How to publish Codeunit / Page as web service in Dynamics NAV 2013R2</strong></span></p>
<p>AXIS CAPITAL CONS FINAL/Departments/Administration/IT Administration/General</p>
<ul>
<li>Go to Departments, then Administration then IT Administration then General</li>
<li>After that you can find Web Service under the list.</li>
<li>Click on it .</li>
<li>Click on New</li>
<li></li>
<li><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-16" src="http://navsupports.com/wp-content/uploads/2016/09/WS-300x120.png" alt="ws" width="300" height="120" srcset="https://navsupports.com/wp-content/uploads/2016/09/WS-300x120.png 300w, https://navsupports.com/wp-content/uploads/2016/09/WS-768x307.png 768w, https://navsupports.com/wp-content/uploads/2016/09/WS-1024x410.png 1024w, https://navsupports.com/wp-content/uploads/2016/09/WS.png 1149w" sizes="auto, (max-width: 300px) 100vw, 300px" /></li>
<li>Select Either page or Codeunit</li>
<li>Select the Object ID that you want to publish</li>
<li>Give a suitable name as service name</li>
<li>Then click on Publish</li>
<li>Finally you will get the URL</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://navsupports.com/dynamics-nav-web-services/">Dynamics NAV Web services</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/dynamics-nav-web-services/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Error “This is an invalid type of primary key for the autosplitkey facility”</title>
		<link>https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/</link>
					<comments>https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/#respond</comments>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Tue, 27 Sep 2016 14:52:12 +0000</pubDate>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Autosplitkey]]></category>
		<category><![CDATA[Dynamics NAV]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NAV Support]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=11</guid>

					<description><![CDATA[<p>Most of the time after you change the PK of a table you will get this error. This is an</p>
<p>The post <a href="https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/">Error “This is an invalid type of primary key for the autosplitkey facility”</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Most of the time after you change the PK of a table you will get this error.</p>
<blockquote><p><strong>This is an invalid type of primary key for the autosplitkey facility. It should be Integer/BigInteger/Decimal/GUID.</strong></p></blockquote>
<p>This is why, If you use the property of Autosplitkey as Yes, It is necessary to end your primary key with integer.As a example,if you use bellow combination and set Yes in Autosplitkey, you will get above error. My example I have primary key like this <em>Document No.,Line No.,Date .T</em>his is not ending with Integer Type .So if you create like this (Document No.,Date,Line No.) you never get this error.</p>
<p style="text-align: center;"><strong>Lesson learned :: If you really want to use Autoslitkey property , You should have Integer type filed at the end of the Primary Key . </strong></p>
<blockquote><p><strong>NOTE ::: DO NOT CHANGE PRIMARY KEY IN DYNAMICS NAV BASE TABLE.</strong></p>
<hr />
<p>&nbsp;</p></blockquote>
<p>The post <a href="https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/">Error “This is an invalid type of primary key for the autosplitkey facility”</a> appeared first on <a href="https://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://navsupports.com/error-this-is-an-invalid-type-of-primary-key-for-the-autosplitkey-facility/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
