<?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>Uncategorized Archives - Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</title>
	<atom:link href="http://navsupports.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Microsoft Dynamics NAV &#124; Business Central</description>
	<lastBuildDate>Sun, 11 Nov 2018 19:41:55 +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>http://navsupports.com/wp-content/uploads/2018/11/cropped-fav-1-32x32.png</url>
	<title>Uncategorized Archives - Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Print Layout button is not available in Dynamics NAV Report Preview</title>
		<link>http://navsupports.com/print-layout-button-not-available-dynamics-nav-report-preview/</link>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Sun, 11 Nov 2018 19:41:55 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=188</guid>

					<description><![CDATA[<p>Sometimes you might be seen Print Layout button is not available in your report. This is very common problem and</p>
<p>The post <a href="http://navsupports.com/print-layout-button-not-available-dynamics-nav-report-preview/">Print Layout button is not available in Dynamics NAV Report Preview</a> appeared first on <a href="http://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes you might be seen Print Layout button is not available in your report. This is very common problem and sometimes in the standard reports.</p>
<p>If you faced similar problem, look carefully your code which is contains or use <strong>CurrReport.PREVIEW </strong>in your code.</p>
<h5>It is a better practice when you testing your report, just look in &#8220;Print Layout&#8221;, it saves your time.</h5>
<p>The post <a href="http://navsupports.com/print-layout-button-not-available-dynamics-nav-report-preview/">Print Layout button is not available in Dynamics NAV Report Preview</a> appeared first on <a href="http://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The SELECT permission was denied on the object &#8216;Object Name&#8217;</title>
		<link>http://navsupports.com/the-select-permission-was-denied-on-the-object-object-name/</link>
		
		<dc:creator><![CDATA[Shan Abeywickrema]]></dc:creator>
		<pubDate>Sun, 09 Apr 2017 18:16:06 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://navsupports.com/?p=154</guid>

					<description><![CDATA[<p>This is simple guide for you in Dynamics NAV. Most of the times after restore database you will get &#8220;The</p>
<p>The post <a href="http://navsupports.com/the-select-permission-was-denied-on-the-object-object-name/">The SELECT permission was denied on the object &#8216;Object Name&#8217;</a> appeared first on <a href="http://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is simple guide for you in Dynamics NAV. Most of the times after restore database you will get</p>
<h2>&#8220;The SELECT permission was denied on the object &#8216;Object Name&#8217;, database &#8216;DB Name&#8217;, schema &#8216;dbo'&#8221;</h2>
<p>error. Object Name and Database name will depend on your database. Mostly bellow errors will get.</p>
<h3>The following SQL error was unexpected.<br />
The SELECT permission was denied on the object &#8216;<strong>User Property</strong>&#8216;, database &#8216;MyDatabase&#8217;, schema &#8216;dbo&#8217;.</h3>
<h3>The following SQL error was unexpected.<br />
The SELECT permission was denied on the object &#8216;<strong>Object</strong>&#8216;, database &#8216;MyDatabase&#8217;, schema &#8216;dbo&#8217;.</h3>
<h3>The following SQL error was unexpected.<br />
The SELECT permission was denied on the object &#8216;<strong>Object Metadata&#8217;</strong>, database &#8216;MyDatabase&#8217;, schema &#8216;dbo&#8217;.</h3>
<p>When you search the error on Internet you will get more suggestion including some SQL commons such as</p>
<blockquote><p>use [2009DB]<br />
go<br />
grant select on [dbo].[Object] to public<br />
go.</p></blockquote>
<p>but I would reccomond you to check db_owner permission on NT AUTHORITY\NETWORK SERVICE for your restored database. After giving this permission to your database, you will be able to log into RTC.</p>
<p>Your comments and suggestions are highly welcome.</p>
<p>&nbsp;</p>
<p>The post <a href="http://navsupports.com/the-select-permission-was-denied-on-the-object-object-name/">The SELECT permission was denied on the object &#8216;Object Name&#8217;</a> appeared first on <a href="http://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to take month in text from a date in Dynamics NAV</title>
		<link>http://navsupports.com/take-month-text-date-dynamics-nav/</link>
					<comments>http://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="http://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="http://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="http://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="http://navsupports.com">Shan Abeywickrama | Dynamics NAV &amp; Business Central Insights</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://navsupports.com/take-month-text-date-dynamics-nav/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
