Homesessive Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. CRM 2011 populate primary contact when creating new phone call

    social.microsoft.com/Forums/en-US/b836d581-d62c-4f54-b012-d8ab2b7ee5dd/crm...

    The easiest way to accomplish this is to write a script on the load of the phone call form that would retrieve the value of the primary contact from the referenced regarding record if the form is a create form and the regarding record is an account.

  3. When will you use a workflow and when will you use a Plug-in?...

    social.microsoft.com/forums/en-US/81888e2a-2753-4353-8902-c117908ed79f/when...

    2. If an asynchronous integration is required to be done with the system i.e. SMS gateway integration on new customer service case creation a case number should be sent to the customer so in this a workflow can be created which will call the custom workflow activity to send SMS with the required details to the customer.

  4. Increasing timeout of a webservice call in powershell.

    social.microsoft.com/.../increasing-timeout-of-a-webservice-call-in-powershell

    Hi All, I have a script that calls an asmx web service written in c#. The only problem is that when i go to execute ...

  5. Updating associated contacts from account entity, plugin, crm...

    social.microsoft.com/forums/en-US/7d063d09-fad9-4435-abd8-8252763f34ba/...

    I cant understand why IEnumerable<Contact> contacts = account.contact_customer_accounts returns null. Many thanks Edited by davinaX Tuesday, April 3, 2012 9:55 PM

  6. Windows XP Home Edition Reinstalling/Activation

    social.microsoft.com/forums/en-US/2c36f024-779b-4aa2-82c2-c1ebd1a5be10/windows...

    To contact a Microsoft customer service representative to activate Windows by phone, follow these steps: 1. Click Start, point to All Programs, point to Accessories, point to System Tools, and then click Activate Windows.

  7. Delete entity record using fetchXML - social.microsoft.com

    social.microsoft.com/forums/en-US/7f313033-cec5-4a2a-8ad7-2dc4efd84f53/delete...

    go for bulk delete using soap call form java-script or bulk delete request from plugin. but bulk delete will increase the performance instead of looping calling crm web service no of times for each record. calling web service is very costly in terms of performance

  8. Windows Home Server 2011 Discontinued - What Backup Alternatives...

    social.microsoft.com/Forums/en-US/4b3648e2-0ef5-4918-a5b2-fa84e2c33239/windows...

    a) Online (or remote off site backup) would be ideal. There are a lot of companies that offer such a service. In addition to having a backup you'd have the added advantage that a local disaster wouldn't cause you to lose all your data. But for most people in the US you can't get an Internet connection with an upload speed greater than 5 Mbps.

  9. get-crmsetting & The Caller Was Not Authenticated By The Service

    social.microsoft.com/Forums/en-US/0933a818-961d-47c2-975f-b2fd76ece641/getcrm...

    This results in Get-CrmSetting : The caller was not authenticated by the service. At line:1 char:15 + get-crmsetting <<<< tracesettings. Note that get-executionpolicy gives me restricted. set-executionpolicy unrestricted give me an "Access to the registry key HKLM...\Microsoft.PowerShell is denied".

  10. How to update particular entity using plugins?

    social.microsoft.com/forums/en-US/206d8106-e264-44de-a651-e17a513413a8/how-to...

    hi.. I dont have any relationship between this two entities...my scenario is as follows. 1)I will create one record if customer forget to put SSN then it will get automatic generated and record will be saved and SSN will be saved in another special entity call as "prash_socialSecurityNumber"

  11. Object reference not set to an instance of an object.

    social.microsoft.com/Forums/security/en-US/dd1dc3ef-a769-4354-8be8-2cb3e18977...

    Console.WriteLine("Number of Service = " + ServiceCount) 'services Supplied servicesupplied = returnedMessage.Substring(78) Dim sb As New System.Text.StringBuilder For Each s As String In SplitIntoSets(servicesupplied, 3) sb.AppendLine(s) Next