Questions tagged [dynamics-crm-online]

Microsoft Dynamics CRM Online is a Customer Relationship Management software package developed by Microsoft Corporation. It was offered under this name between December 2007 and September 2018 (version number 4 until version number 8.1), before it was integrated into the Dynamics 365 product family and marketed as Dynamics 365 for Customer Engagement (for questions regarding this more recent product, please see the related tag).

Useful Links:

  1. Online vs Onpremise - FAQ
  2. Dynamics CRM Online - Licensing & Pricing guide
  3. Dynamics CRM Online and Dynamics 365 build versions
  4. Microsoft announces branding switch from CRM Online to 365 for Customer Engagement
1206 questions
0
votes
0 answers

SharePoint designer - Workflow Office365 + Online CRM

This is my requirement, i know we can do it with webservices, but like to ensure whether there is any easy solution for that. I have Office365 account, and i have created a public site in Office365. Lets say http://xyz.sharepoint.com is the site. I…
John Supakin
  • 141
  • 5
  • 14
0
votes
1 answer

I Want To Instatantiate System Workflow Using PlugIn In Online CRM2011

I have a workflow which need to update a custom entity(say-customentity) But it will update which record that need to be pass(i.e GUID of that record) using PlugIn. This PlugIn Fires On Some Event Takes GUID Of That Record And Need To Pass This Guid…
Anish
  • 588
  • 6
  • 21
0
votes
2 answers

Set extra query string parameter in CRM 2011 using Javascript

There is one custom ribbon button in Account home page. Onclick of this button I need to pass some values in extra query string. This query string value must be accessible when we open an Account record. How can we implement this functionality using…
0
votes
3 answers

How to copy the entire DB in CRM Dynamics?

It seems to me as a wise idea to test run my workflow on a local server before deploying in at the customer's. To be entirely sure, I'd like to copy all the data from their DB to my test organization (I have full access rights). The problem is that…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
1 answer

Can't connect to new CRM Online Security model with XrmDataContext

Microsoft has changed the authentication model for new CRM sites from LiveID to Microsoft Online Services. I set up a new site this week and have it up and running but code I wrote that connects to the site using early bound classes fails to…
bwolohan
  • 344
  • 2
  • 15
0
votes
1 answer

Access Google map api inside a javascript function

I used to access google api with in the header of the HTML page what happen if i have to use the google map api inside a java Script…
0
votes
1 answer

How to create a dynamic table (Word, Dynamics CRM) to offer the customer?

I must design dynamically created table from offer to the client. In the offers a variable number of products so the my table must dynamically create rows with products. For example: When the offer include 3 products then the table must have 3 rows…
0
votes
1 answer

Custom Menu for Team / User in MS CRM 2011 Online

Does anyone know how to customize the menu in MS CRM 2011 (Cloud) so that certain options (e.g. Marketing) do not appear for some users / teams but continue to appear for the Administrators or Power Users? Many thanks
0
votes
1 answer

Office 365 and Dynamics 2011 + 2007 endpoints (discoveryservice.asmx / crmservice.asmx / ...). No way?

I have developed an application using SDK 4.0 for Microsoft Dynamics. Application is big and komplex and It would take a lot of time to redevelope the whole application with SDK 2011. But since last month new users can register Dynamics crm online…
0
votes
2 answers

Address to longitude and latitude conversions issues

I am trying to use following code to return a longitude and latitude based on an address from Microsoft dynamics CRM 2011 Online. The address is picking up ok but the code below is not working. Can anyone please help me on figuring out a reason…
0
votes
1 answer

How can i have two organisation-instances with my one live id account

I just want to have a list with organisations after i have logged in with my liveid. Then i select one from these organisations and will be redirected to this organisation. For some weeks i did it so: i created a new test account with my old (used…
0
votes
1 answer

Dynamics CRM 2011 Online WebServices from Java

I'm trying to access MicroSoft Dynamic CRM 2011 online webservices from Java but no luck so far. I got Organization WSDL file and generated required java stub files with the help of Axis2 (wsdl2Java). And my simple client code is public class…
0
votes
3 answers

Set and get Notes field in CRM 2011 Javascript

I need to set the Notes field to the Notes field value in other entity in CRM 2011 form. So, I need to know how get and set the Notes field using Javascript. And I'm not able to get the name of Notes field inside the section as you can seen in the…
0
votes
1 answer

CRM Dynamics 2011 - How to create report (contracts, cases, actions)

I want to create report that will display information about Contracts and Cases. Contract for client and the Cases that are assigned to this Contract and how many resources are free after each case. I've got one more questions. Are the default…
Krzysztof S.
  • 220
  • 1
  • 5
  • 17
0
votes
2 answers

There should be only one owner party for an activity in CRM 2011 plug-in

I'm have written a Post-create plug-in to assign a case to team when associated case action record has created. Below is the piece of code: Entity caseActionEntity = context.InputParameters["Target"]; EntityReference team =…