Posts Tagged ‘xml’

Remove ‘Resource Center’ from CRM4.

Hi All,
If you would like to remove the ‘Resource Center’ menu navigation area in CRM, just do the following:

Export the SiteMap customizations from CRM.
Unzip the file, then open the XML file and scroll to the end of the file and look for:
Highlight the the whole <area id=”ResourceCenter”> node and delete.
Save the XML file.
Re-Upload into CRM.
Clear [...]

Leave a Comment

Add custom toolbar buttons to the Case Entity form.

Hi All,
Have you ever wanted to add some toolbar buttons to the CASE/CONTACT/ACCOUNT form?

Well now you can, you can use the ISV.config provided by CRM.

Export the ISV Config Customizations from CRM
Edit the XML file
Find the <entity name=”incident”> node and add the following - I couldn’t paste the XML because of wordpress limitations.

Note: the following are custom images: [...]

Comments (1)

JavaScript Web Service Call

Firstly i’d like to thank Michael Höhne for his great application that converts your c# code to Javascript. Basically you input your c# code and it sends a soap request and gets a reply and converts the request to Javascript so you can do it in realtime and not by a plug-in.

First grab the application [...]

Leave a Comment