Windows Online Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, 13 July 2011

Generic Host Process for Win32 Services Error

Posted on 11:14 by Unknown
Hi Friends...

Generic Host Process for Win32 Services Error

Solv it easily

Click below :

Download Soft

Help File

Njoy It......
Read More
Posted in | No comments

Monday, 14 March 2011

To download all mother board driver CD

Posted on 19:19 by Unknown
http://driverpool.blogspot.com
Read More
Posted in | No comments

Friday, 4 February 2011

MS CRM 2011 - Form Assistant

Posted on 16:56 by Unknown
As we know that form assistant has been removed from MS CRM 2011 release. But it is available for very few special usages (such as Case and Service Activity).
Read More
Posted in Form Assistant | No comments

MS CRM 2011 - Email Templates for Custom Entity not supported.

Posted on 16:51 by Unknown
Adding the templates for the custom entity is not yet supported in the current 2011 release.
Read More
Posted in MS CRM 2011 RC | No comments

Tuesday, 18 January 2011

No BizTalk Adapter for CRM 2011

Posted on 23:37 by Unknown
Recently, I got to know that there will be No Biztalk adapter for 2011.

The reason behind this is BizTalk Adapter for CRM 4.0 is being deprecated in favor of enabling the OOB BizTalk WCF adapter to work with CRM 2011's WCF endpoint for On-premised and  IFD deployments.




Read More
Posted in Adapters, BizTalk Adapter | No comments

Dynamics CRM 2011 server is 64-bit only.

Posted on 23:29 by Unknown
Just wanted to share this:

Dynamics CRM 2011 server is 64-bit only.

CRM 2011 client for Outlook is available in both 32 bit and 64 bit versions.


Read More
Posted in Crm 2011 | No comments

Friday, 14 January 2011

Windows XP SP3 supports CRM Online 2011 client for Outlook

Posted on 09:31 by Unknown
You can have CRM Online 2011 Client for Outlook installed on Windows XP. But you should have SP3 installed on your system.
Read More
Posted in CRM Online 2011, Windows XP | No comments

Tuesday, 11 January 2011

Loop through all elements on a CRM Form

Posted on 04:42 by Unknown
Sometime we require to set all attributes on a form to disabled or checking which attribute has been changed.

To achieve this, you need to loop through each attribute of the CRM form. Below is the code snippet :


var iLen = crmForm.all.length;

for (i = 0; i < iLen; i++)
{
   o = crmForm.all[i];   switch (o.tagName)
   {
      case "INPUT":
      case "SELECT":
      case "TEXTAREA":
      case "IMG":
      case "IFRAME":
      if (o.id != "leadqualitycode")
      {
            o.disabled = true;
      }
      break;

      default:
            break;
   }
}

The above code will set all attributes to disabled.
Read More
Posted in All Elements, Java Script | No comments

Prevent CRM from saving a record.

Posted on 04:33 by Unknown
The OnSave event is fired when a user presses the Save or Save and Close button on the form. The event is fired whether the data in the form has been modified or not.

Validating data is a common reason to use the OnSave event. The OnSave event can cancel the save operation before it is sent back to the server. To cancel the save operation, the script should return false as shown in the following code.

event.returnValue = false;

The SDK helps in this situation. Look at the following page for more information. MSDN SDK: OnSave Event







Read More
Posted in Java Script, Save Record | No comments

Monday, 10 January 2011

Quickest way to detect if internet connection is available.

Posted on 20:29 by Unknown
Today I came across of this article on Microsoft site:

Ping Class:
http://msdn.microsoft.com/en-us/library/system.net.networkinformation.ping.aspx
 
Very useful class to Allows an application to determine whether a remote computer is accessible over the network.
Read More
Posted in .NET, Internet Connectivity | No comments

Thursday, 6 January 2011

Hide ISV Button.

Posted on 04:50 by Unknown
I needed to hide a button that I added to my form using the ISV.config file. IN ISV file you can specify the button to be display in create / update mode. You can have only one tag per entity.

Here is the requirement:
I have to display 5 ISV button in the form. Out of which 4 to be displayed in both Create and Update mode. But there is one button which has to be displayed only in Update Mode. If you use below XML line in ISV.config file

It will display all button in both mode. But there is no provision where i can specify some of the button in create and update mode.
So I've to hide the button using Client side scripting on Load of the form.

Below is the fucntion which hides the button:
// HIDE ISV Button
function HideISVButton(strButtonToolTip){
   var tag = document.getElementsByTagName("LI");
   for(x = 0; x < tag.length; x++)
   {
      if(tag[x].getAttribute("title") == strButtonToolTip)
      {
         button = document.getElementById(tag[x].getAttribute("id"));
         if(button != null)
            button.style.display = "none";
         x = tag.length;
      }
   }
}

// Call the function to hide the button:
HideISVButton("Click this button to Line Activate");

The above code loops through all objects on the webpage with a tag name of "LI" looking for one that has a title of ‘Click this button to Line Activate’ which is specified in the ISV.Config file. Once the code finds the correct ToolTip of a button, it gets hidden.
Read More
Posted in Hide Button, ISV, Java Script | No comments

Online Demonstration of Microsoft Dynamics CRM 2011 Lead Capture

Posted on 04:14 by Unknown
Today I found a very good link for Online Demonstration of Microsoft Dynamics CRM 2011 Lead Capture

Please click here to watch the video.

Read More
Posted in Lead Capture, MS CRM 2011 RC | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • MS CRM 2011 Beta - Product Keys
    Here are the Product Keys for MS CRM 2011 Beta. The following product keys are available for this release: •Microsoft Dynamics CRM Workgroup...
  • Callout vs. Workflow
    You might find yourself wondering when you should use a pre- or post-callout versus when you should use a workflow rule. As you would expect...
  • Microsoft Dynamics CRM 2011 Release Candidate (RC) Announcement
    The Microsoft Dynamics CRM 2011 Release Candidate (RC) is now available for download from the Microsoft Download Center.  As with the Micros...
  • Declare Global Access Level functions in MS CRM Form.
    Global functions in MS CRM Form. The way CRM adds the javascript to the page, any function defined in the onload event will only have a loca...
  • How to remove the background color of XP Desktop Icon (in Wodows XP)
    In case you are wondering why your Windows XP Desktop Icons have a background, here is a quick guide to restore your transparent background ...
  • Say Hello to the World of Dynamics CRM 2011 Beta version
    Today, the Microsoft Dynamics CRM team has reached a key milestone as it releases the beta of Microsoft Dynamics CRM 2011, for both cloud-ba...
  • Install MS CRM 2011 Beta on Windows 2008 SP2 or Windows 2008 R2?
    I think everybody is consfuse when choosing the Operating System. So here are the facts: 1. You can choose either Windows 2008 SP2 or Window...
  • "Virtual Memory Low"
    “Your system is low on virtual memory” error message when you try to start an application.... Solution : Windows XP 1. Click Start , right-c...
  • Remove / Detach Email from Queue
    DetachFromQueueEmail Message Detaches the e-mail from the specified queue. // Use below code. // Rreplace the WebService URL service.Url = s...
  • Windows Washer v4.5 (Full) (for Windows XP only)
    Download

Categories

  • .NET
  • .NET String Methods
  • Adapters
  • Aggregate Functions
  • All Elements
  • Associated Records
  • Azure
  • BizTalk Adapter
  • Callouts
  • Child Pipeline
  • Crm 2011
  • Crm 2011 Beta
  • Crm 2011 Beta - Ribbons
  • Crm 2011 Beta Installation
  • CRM Online 2011
  • Customizations
  • Database
  • Debug
  • Deployment Service
  • Dynamic Entity
  • Email
  • FetchXml
  • FileSync
  • Form Assistant
  • Hide Button
  • IIS
  • Integration
  • Internet Connectivity
  • ISV
  • Java Script
  • Lead Capture
  • MS CRM
  • MS CRM 2011 RC
  • MS CRM 4 Roll Ups
  • MS CRM 5 Features
  • MS CRM Accelerators
  • MS CRM Entity Schema
  • MS CRM Global Variable and Functions
  • MS CRM Templates
  • Pivot Tables
  • Plugin Constructor
  • Plugins
  • Reports
  • s
  • Save Record
  • SDK
  • Sharepoint
  • Sharepoint 2010
  • Sharing Data Between Plug-ins
  • Social Networking
  • SSRS
  • Tabs
  • Tracing
  • Videos
  • Visual Studio 6
  • VPC
  • WampServer
  • Windows Service
  • Windows XP
  • Workflows
  • xRM

Blog Archive

  • ►  2013 (4)
    • ►  September (4)
  • ►  2012 (8)
    • ►  September (1)
    • ►  July (7)
  • ▼  2011 (12)
    • ▼  July (1)
      • Generic Host Process for Win32 Services Error
    • ►  March (1)
      • To download all mother board driver CD
    • ►  February (2)
      • MS CRM 2011 - Form Assistant
      • MS CRM 2011 - Email Templates for Custom Entity n...
    • ►  January (8)
      • No BizTalk Adapter for CRM 2011
      • Dynamics CRM 2011 server is 64-bit only.
      • Windows XP SP3 supports CRM Online 2011 client for...
      • Loop through all elements on a CRM Form
      • Prevent CRM from saving a record.
      • Quickest way to detect if internet connection is a...
      • Hide ISV Button.
      • Online Demonstration of Microsoft Dynamics CRM 201...
  • ►  2010 (27)
    • ►  December (1)
    • ►  October (3)
    • ►  September (10)
    • ►  August (2)
    • ►  July (5)
    • ►  June (5)
    • ►  February (1)
  • ►  2009 (41)
    • ►  December (1)
    • ►  November (5)
    • ►  August (3)
    • ►  July (2)
    • ►  June (3)
    • ►  May (9)
    • ►  April (2)
    • ►  March (5)
    • ►  February (7)
    • ►  January (4)
  • ►  2008 (33)
    • ►  December (7)
    • ►  November (3)
    • ►  October (1)
    • ►  September (7)
    • ►  August (4)
    • ►  July (1)
    • ►  February (4)
    • ►  January (6)
  • ►  2007 (11)
    • ►  October (3)
    • ►  September (1)
    • ►  August (3)
    • ►  July (4)
Powered by Blogger.

About Me

Unknown
View my complete profile