Tuesday, July 14, 2009

How to change GP 10.0 Homepage??

Guys,

I found an interesting post at the Newsgroup on how to remove the GP 10.0 home page, definitely the short answer will be it cannot be removed, but if this request is a must, we must workaround it, therefore I wrote this article to modify the home page file and replace its content with single logo that represents the company logo, below sample shows the home page after the modification:

HomePage

Now to have your home page looks like the above you will need to follow steps below:

1. Locate "C:\Program Files\Microsoft Dynamics\GP\Background\HomePage.xsl" and copy it to have a backup of the file.

2. Open the file using Notepad or any available editor.

3. Remove all the code inside the file and place code below instead with changing the image in the code to your company logo.

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:output method="html" indent="yes" />
<!-- 'Page' element handler -->
<xsl:template match="Page">

<br></br>
<br></br>
<br></br>

<center><img src="D:\My Documents\GPLogo.jpg" alt="Company Logo" title="Logo" /></center>

</xsl:template>
</xsl:stylesheet>


Refresh your GP home page and enjoy!


Regards,
--
Mohammad R. Daoud
MVP, MCP, MCBMSP, MCTS, MCBMSS
Software Development Manager
+962 - 79 - 999 65 85
Dynamics Innovations
daoudm@dynamicsinnovations.com
http://www.dynamicsinnovations.com/


7 comments:

Janakiram M.P. said...

Daoud,

Really an iteresting piece of information. Will try on my machine and recommend to others as well.

Mohammad R. Daoud said...

Thanks Janakiram :)

Mariano Gomez said...

Well done Mohammad! Good article.

MG.-
Mariano Gomez, MVP
Maximum Global Business, LLC
http://www.maximumglobalbusiness.com

Mohammad R. Daoud said...

Thanks Mariano, Appreciate it!

Santosh Surti said...

This is very interesting

Mohammad R. Daoud said...

Glad to hear that did help.

Anonymous said...

Guys,

I am failing to change my background. The following is the error message I get.

Regards

Lazarus

Error Message

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

Required white space was missing. Error processing resource 'file:///C:/GP 10/Background/HomePage.xsl'. Line 1, Position 1...

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform...

Related Posts:

Related Posts with Thumbnails