<?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>Mohamed Ibrahim Mostafa&#039;s Blog &#187; script</title>
	<atom:link href="http://www.mohamedibrahim.net/blog/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohamedibrahim.net/blog</link>
	<description>Technical issues, problems, errors, findings &#38; resolutions covering Microsoft Dynamics CRM, software development, Microsoft .NET, C#, VB.NET, Commerce Server, Integration, E-Commerce, Scribe, Online shops and more general technology and consultancy posts.</description>
	<lastBuildDate>Fri, 30 Sep 2011 08:37:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Embedding ISV web applications in Microsoft Dynamics CRM 4.0 through SiteMap (not as an IFrame) via a left navigation link. Application &amp; link Access restriction through Site Map</title>
		<link>http://www.mohamedibrahim.net/blog/2010/06/14/embedding-isv-web-applications-in-microsoft-dynamics-crm-4-0-through-sitemap-not-as-an-iframe-via-a-left-navigation-link-application-link-access-restriction-through-site-map/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/06/14/embedding-isv-web-applications-in-microsoft-dynamics-crm-4-0-through-sitemap-not-as-an-iframe-via-a-left-navigation-link-application-link-access-restriction-through-site-map/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 18:12:40 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=252</guid>
		<description><![CDATA[There are (at least) two standard ways of implementing an external ISV web application (website, html, .NET, etc..) inside your dynamics CRM application. The first way is by creating an IFrame inside the form of an entity. This is quite straight forward and can be achieved from the entity customisation section in CRM settings. The second [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/06/14/embedding-isv-web-applications-in-microsoft-dynamics-crm-4-0-through-sitemap-not-as-an-iframe-via-a-left-navigation-link-application-link-access-restriction-through-site-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide tab in any entity form in Microsoft Dynamics CRM 4 using Javascript in onLoad event of the form.</title>
		<link>http://www.mohamedibrahim.net/blog/2010/03/03/hide-tab-in-any-entity-form-in-microsoft-dynamics-crm-4-using-javascript-in-onload-event-of-the-form/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/03/03/hide-tab-in-any-entity-form-in-microsoft-dynamics-crm-4-using-javascript-in-onload-event-of-the-form/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 20:03:41 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Custom Entity]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=177</guid>
		<description><![CDATA[Hide tab in any entity form in Microsoft Dynamics CRM 4 using Javascript in onLoad event of the form.]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/03/03/hide-tab-in-any-entity-form-in-microsoft-dynamics-crm-4-using-javascript-in-onload-event-of-the-form/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Return and display picklist value (display value) in custom sql report  reporting services report in Microsoft Dynamics CRM 4 entity attribute and StringMap picklist values table</title>
		<link>http://www.mohamedibrahim.net/blog/2010/02/24/return-and-display-picklist-value-display-value-in-custom-sql-report-reporting-services-report-in-microsoft-dynamics-crm-4-entity-attribute-and-stringmap-picklist-values-table/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/02/24/return-and-display-picklist-value-display-value-in-custom-sql-report-reporting-services-report-in-microsoft-dynamics-crm-4-entity-attribute-and-stringmap-picklist-values-table/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:56:31 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Queries]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=172</guid>
		<description><![CDATA[Normally, you should be able to get the picklist display value and picklist item id in the filtered view of any entity. In some cases, you may need to work with StringMap table directly to get the picklist values for a specific field of a given entity. This could be the case if you are [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/02/24/return-and-display-picklist-value-display-value-in-custom-sql-report-reporting-services-report-in-microsoft-dynamics-crm-4-entity-attribute-and-stringmap-picklist-values-table/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hide, Display, Resize and Rename left navigation links, CRM fields and attributes using Javascript for Microsoft Dyanmics CRM 4.</title>
		<link>http://www.mohamedibrahim.net/blog/2010/02/17/hide-display-resize-and-rename-left-navigation-links-crm-fields-and-attributes-using-javascript-for-microsoft-dyanmics-crm-4/</link>
		<comments>http://www.mohamedibrahim.net/blog/2010/02/17/hide-display-resize-and-rename-left-navigation-links-crm-fields-and-attributes-using-javascript-for-microsoft-dyanmics-crm-4/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:00:32 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Custom Entity]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=164</guid>
		<description><![CDATA[Scripts for Resizing, Hiding and renaming left navigation links, fields and attributes in Microsoft Dynamics CRM 4 using Javascript.]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2010/02/17/hide-display-resize-and-rename-left-navigation-links-crm-fields-and-attributes-using-javascript-for-microsoft-dyanmics-crm-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scribe: Moving DTS from one location to another and changing source file location in Scribe</title>
		<link>http://www.mohamedibrahim.net/blog/2009/08/22/scribe-moving-dts-from-one-location-to-another-and-changing-source-file-location-in-scribe/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/08/22/scribe-moving-dts-from-one-location-to-another-and-changing-source-file-location-in-scribe/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 18:27:03 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[SCRIBE]]></category>
		<category><![CDATA[Scribe Console]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=89</guid>
		<description><![CDATA[A challenging issue with Scribe is how to move a DTS (job) and source files (in case source is a text batch file) from one location to another or from one server to another without loosing mappings, corruptingdata links, lookup criteria, user variables, loosing fields names and basically corrupting the whole DTS.]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/08/22/scribe-moving-dts-from-one-location-to-another-and-changing-source-file-location-in-scribe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scribe Console: Renaming Source Text files before running a job and after processing and regularly changing source file names.</title>
		<link>http://www.mohamedibrahim.net/blog/2009/08/11/scribe-console-renaming-source-text-files-before-running-a-job-after-processing-and-regularly-changing-source-file-name/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/08/11/scribe-console-renaming-source-text-files-before-running-a-job-after-processing-and-regularly-changing-source-file-name/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 17:13:06 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[DTS]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[SCRIBE]]></category>
		<category><![CDATA[Scribe Console]]></category>
		<category><![CDATA[Scribe CRM Adaptor]]></category>
		<category><![CDATA[Scribe Server]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=90</guid>
		<description><![CDATA[Have you ever looked in Scribe Insight for a way to rename a source file before processing it. Scribe console creates collaborations where integration processes can be configured so that they wait for a file to be added to a specific location and then run a specified job. Once the file is added the job will run and process the file. Also, Scribe DTS jobs can only be setup to process a source file that has its name always fixed and unchanged. So a DTS can be setup to process a source file named: customersdata.txt. It will never run if another source file is added to the location the Scribe console is looking at. In this case, if you get a source file with the date (and time) stamp in its name will need to rename it so the the DTS can detect it and run. So if the source file comes with time and date stamp that varies every day (for example: customers_1453_21092009.txt), you will need to rename "customers_1453_21092009.txt" to "customersdata.txt" only to get the DTS to work.]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/08/11/scribe-console-renaming-source-text-files-before-running-a-job-after-processing-and-regularly-changing-source-file-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding Left Navigation Menu Items in an Entity Form using Javascript in Microsoft CRM 4</title>
		<link>http://www.mohamedibrahim.net/blog/2009/07/31/hiding-left-navigation-menu-items-in-an-entity-form-using-javascript-in-microsoft-crm-4/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/07/31/hiding-left-navigation-menu-items-in-an-entity-form-using-javascript-in-microsoft-crm-4/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 10:01:56 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[Microsoft Dynamics CRM]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Entity]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Relationship]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=72</guid>
		<description><![CDATA[This is just a follow on from my previous post (http://www.mohamedibrahim.net/blog/2009/07/30/renaming-left-menu-items-leftnav-entity-microsoft-dynamics-crm-4/). In this post, I explained how to rename left menu items in an entity form using javascript. These links are created when a new N:1 relationship is created between two entities. The primary entity in this relationship will get a new left navigation link everytime [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/07/31/hiding-left-navigation-menu-items-in-an-entity-form-using-javascript-in-microsoft-crm-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Internet Explorer Developer Toolbar with Microsoft Dynamics CRM</title>
		<link>http://www.mohamedibrahim.net/blog/2009/04/07/using-the-internet-explorer-developer-toolbar-with-microsoft-dynamics-crm/</link>
		<comments>http://www.mohamedibrahim.net/blog/2009/04/07/using-the-internet-explorer-developer-toolbar-with-microsoft-dynamics-crm/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 13:20:44 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE Toolbar]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Toolbar]]></category>

		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=68</guid>
		<description><![CDATA[If you ever want to know the name of a html element (html element id) you will most probably need Internet Explorer developer toolbar. IE developer Toolbar is a free Microsoft product that you can download from Microsoft&#8217;s download website. Once you download and install the toolbar, you can view it by clicking at view [...]]]></description>
		<wfw:commentRss>http://www.mohamedibrahim.net/blog/2009/04/07/using-the-internet-explorer-developer-toolbar-with-microsoft-dynamics-crm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

