About 28,800 results
Open links in new tab
  1. CRM 4.0 Opportunity - auto populate City and State based on selected ...

    All replies 0 Sign in to vote Hi, yes we can populate the city and state based on selected potential customer, for this you need to write javascript code in the onchange event of lookup field

  2. How to get the most recently created record from the account entity ...

    Nov 10, 2011 · Construct the Fetch xml with a sort criteria, creadtedon descending ( this will result the records created recently will be on the top execute the Fetch xml and get the result select the first …

  3. SQL to fetch xml...how to - social.microsoft.com

    Among these are Fetch, Retrieve, RetrieveMultiple, Execute, Update, and Create. Of primary interest to your issue are the ones which allow you to call information out of CRM in a "searching" fashion.

  4. How to convert FetchXML to SQL query using C# or VB.NET

    I believe that main Faisal's idea was to show that solution that does that - exist (even it is Html/JS) so you can get solution's sourcecode and convert JavaScript code to C#.

  5. FetchXML and JavaScript month - social.microsoft.com

    Mar 9, 2015 · Hey- Think you can accomplish this by using two conditions 1) on and after (first day this month; use JS to calculate this) 2) on and before (last day this month; use JS to calculate this) Make …

  6. Can I create custom exception in c++ and then catch it in javascript …

    I developed one metro app in javascript and another WinRT component in c++. Also I declared a custom exception in c++ WinRT component. How can i catch this custom exception in my javascript app? …

  7. JavaScript - Check for new Note - social.microsoft.com

    Is there a simple way to query the Note field via JavaScript and find out if a new Note has been added during the current session? I'm not familiar with referencing the Notes field from JS so I wasn't sure …

  8. Using javascript to create and update record in crm 2011

    Your requirement can be done using javascript and SOAP have a look at the below code to create and update a record.

  9. calling flash function in swf from javascript in hosted browser?

    Sep 21, 2011 · I am calling a swf object function from javascript. This call works correctly in IE but fails in my hosted IE browser . Here is how i am creating object.

  10. ms crm 4: Marketing List updating Fetch XML

    In first attempt i was updating with javascript but beacuse of publishing I choose to udpate the query into the SQL directly. I tested query with fetechxml function it works fine.