Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft. Out of the box, the product focuses mainly on Sales, Marketing, and Service (help desk) sectors, but Microsoft has been marketing Dynamics CRM as an XRM platform and has been ...
0
votes
2answers
30 views
MS CRM - setVisible
I am newbie with CRM and
I was googling for how to hide and show a text field using jScript library in MS CRM (online) and found several options of using the function setVisible.
I tried those ...
0
votes
0answers
34 views
Get The Current User ID and Server URL in an HTML Page - CRM 2011
I'm trying to launch a dialog from an HTML page in Microsoft Dynamics CRM 2011, and to be honest I'm not getting anywhere with it.
Here is my HTML page:
<HTML><HEAD>
<META ...
1
vote
2answers
44 views
Crm 2011 : Refresh associated Grid View
Is there a way to refresh associated Grid View ?
I have a Sales Order View on the Account Form, on this Form I have a button (New Order) that open a new Sales Order Form, in this form I do my Orders,
...
0
votes
1answer
18 views
Lookup item selection in Dynamics
I have a custom lookup on a Dynamics 2011 form. I also have a javascript library to do a variety of basic validations. My question is, how do I point to a value in the lookup with javascript? The ...
2
votes
1answer
25 views
Bulk e-mail throttling in MS Dynamics CRM 2011
I have a requirement to control the frequency of e-mails being sent from MS Dynamics CRM 2011 when distributing a campaign activity (to avoid adverse affects on network performance).
The CRM 2011 ...
0
votes
3answers
47 views
coded ui testing with visual studio
We are looking for a TEST SOLUTION for Microsoft CRM in which we can automate UI tests. I was looking at Visual Studio 2012 "Coded UI testing", and it appears that you need to have the whole project ...
3
votes
1answer
35 views
How to send alert to user via plugin without using InvalidPluginExecutionException?
I am currently using InvalidPluginExecutionException to send the message to the user, but it turns out that the message is in English "Business Process Error" beyond which the error box appears the ...
0
votes
1answer
19 views
Send cases entity data in a table format in my email from email router in CRM Dynamics 2011
I have succeded in sending email on each case entity update/edit thru' email router from my CRM dynamics 2011 account.
Now i want to send all my cases entity data present in my CRM server DB in a ...
0
votes
4answers
36 views
How to populate related lookup field CRM 2011
I want to create an auditing plugin that whenever a "contact" entity is changed, a "historical contact" entity is created that had all the data of the old "contact" entity before the change.
My ...
0
votes
1answer
15 views
Ignore Inactive List Members option in marketing List Creation?
When i create the new marketing list I find the "Ignore Inactive List Members options".
What the use of of that?i Searched a lot but i Don't get the knowledge .what is the use of it?
-1
votes
0answers
18 views
crm 2011 calling silverlight function from jscript
I get the following error when trying to access a silverlight function from a silverlight web resource i've added to a form via a field's onchange event.
Are there any other security settings in IE ...
0
votes
1answer
29 views
CRM 2011 progress indicator in forms
I have some javascript that fires when a form loads, and the javascript can takes up to 10 seconds (queries an external service for some data). Is there any way to show some sort of a visual progress ...
0
votes
1answer
61 views
MS CRM 2011 javascript consuming JSON service
I have a JSON web service running that I can hit from a browser and get some simple data.
I'm trying to populate a CRM form with this data using some javascript (with jquery). The script fires on form ...
0
votes
0answers
18 views
Rename a SharePoint subfolder using updatelistitems from the SharePointList Service
Is there a way to rename a Sharepoint sub folder using updateListItems from the SharePoint List Service?
I have code to rename the parent folder, but it requires a BaseName which I don't have for a ...
0
votes
1answer
19 views
Organization name doesn't change after importing - CRM 2011
I have a .bak file with all my customizations and common data for different organizations, created from organization called 'DevOrg'
I bring it to another environment, I create a TestOrg_MSCRM, ...
-1
votes
1answer
22 views
Fetch elements of a Merketing List [closed]
So I want to be able to fetch the elements of a marketing list inside a dialog or a workflow and to create an activity for each element of the list that uses their parameters. How can I proceed ?
0
votes
1answer
20 views
Dynamics CRM 2011 & SharePoint Integration - Get entity's documents through OrganizationData service
Question - I have Dynamics CRM 2011 and document management configured for some entities.
Are entities files in SharePoint somehow surfaced through the organization data service ...
0
votes
1answer
20 views
CRM 2011: Check for reference value in custom workflow assembly
I'm using the part of a coding in a customer workflow assembly in CRM 2011:
[Input("Organization input")]
[Output("Organization output")]
[ReferenceTarget("organization")]
public ...
0
votes
1answer
17 views
How to remove the member from marketing list in crm 2011?
I need to remove some member(here member represent as a lead) from the marketing list based on some condition.How to do this using javascript?Is possible to do this?
1
vote
0answers
23 views
How to get the account name in dynamics cm using JS?
hi i want to get the name of the account in dynamics crm 2011, created on a specific date.
for example, if an account is created on 4/3/2013 and the user also gives the same date then how can i get ...
0
votes
1answer
15 views
Display internal hierarchy of an Account (Company)?
I would like to find a way to allow users to build and diplay an organization chart for each account, companies we are working with and that are into our MCRM database.
MCRM users want to see, from ...
-1
votes
0answers
15 views
IFD CRM connection with the network credentials
I have an issue with IFD CRM. I am trying to connect to CRM with network credentials, but it is throwing: "The NetworkCredentials provided were unable to create a Kerberos credential, see inner ...
0
votes
1answer
54 views
Dynamic Hyperlink in SSRS 2008 for CRM 2011
I have created one report using SSRS 2008 for CRM 2011 records. Here my requirement is to create an hyperlink for Name column in that table and it has to open that record in CRM.
Eg: For the Account ...
1
vote
1answer
34 views
Retrieve “null values” from OrganizationServiceContext
I am having a problem retrieving empty columns "null values" in CRM 2011 using C# and the OrganizationServiceContext.CreateQuery method. My code is below. The problem is with SubType. When it is null ...
0
votes
0answers
22 views
An error occurred during pricing of a detail line item
I am trying to add a SalesOrder to MS Dynamics Online 2011. Although my line items come through, the order fails to calculate the total:
I notice that extended amount is never calculated. When I ...
1
vote
1answer
51 views
How to Get Security Roles in CRM 2011 Using JavaScript?
I need to get the security roles which are associated to the current user in CRM Online. How do I do this using JavaScript?
2
votes
0answers
20 views
CRM 2011 Activities
I am building a ssrs report for crm 2011 using fetchxml.
I have a table to show all open activities for a user. I want to be able to show the Account the activity is related to.
I am able to do this ...
0
votes
1answer
32 views
UI Record Counter of closed activities in ms crm 2011
I am trying to make an UI Record Counter of the Closed Activities showing the count of open activities.
My list of parameters is:
...
0
votes
0answers
28 views
Missing data in PDF (for email attachment) generated from Dynamics CRM Workflow
I have a website running on Microsoft Dynamics CRM 2011. I have set up a workflow to run whenever an order is completed. It generates an email and an attachment (an SSRS pdf report) with some order ...
0
votes
1answer
29 views
How to connect LYNC with CRM 2011 online?
Am using MS Dynamics online CRM2011.I need to integrate the lync with this CRM.How to do this?how to make a call for Lead through crm 2011 using lync.Is this possible?Is there any Solutions available ...
0
votes
1answer
30 views
CRM 2011 update incident when email arrives
In CRM when emails arrive and have the tracking token in them they automatically set the regarding field to be the incident (or whatever they relate to)
Unfortunately the Record wall isn't updated ...
0
votes
1answer
37 views
Change symbols of currency fields upon changing Currency on the Form in CRM 2011
Some of you might have faced this issue in Microsoft Dynamics CRM 2011 but today when i was assigned the task to change the Currency lookup value dynamically to match the account currency in case of ...
0
votes
1answer
44 views
Plugin on Create of Phone Call not firing for Distribute Campaign Activity
We have a plugin registered on Create for Phonecall which triggers fine when I create via the UI or from within another plugin. However, it never fires when Phonecall records are created as part of a ...
0
votes
3answers
52 views
Push Data into CRM 2011 from Another System
How should data be pushed into CRM 2011 from another system?
I would like to pass the data to a web service.
I have thought of 2 options so far:
Create a custom entity and create records of this ...
2
votes
2answers
35 views
How do I avoid embedding the connection string in a Dynamics CRM 2011 SQL report?
I have used BIDS (VS2008) to develop a SQL-query report for a Dynamics CRM 2011 instance. This runs OK in VS preview but I'm puzzled as to how to deploy it because the RDL file has the database ...
0
votes
0answers
20 views
CRM 2011 isn't passing values to word for a Mail Merge
I'm trying to get a mail merge working with Dynamics CRM 2011 but when word opens, the screen doesn't seem to pass over any of the data.
This is when using the contact entity and when trying to use ...
0
votes
3answers
64 views
How to overwrite managed solution in CRM?
I exported managed solution S1 from my dev CRM. Then imported it on 'clean' TEST CRM machine. Now I made some changes on dev CRM like deleting and adding some fields from Contact entity. After, I made ...
0
votes
1answer
42 views
The value 'Xrm.XrmServiceContext, Xrm' is not recognized as a valid type or is not of the type 'Microsoft.Xrm.Sdk.Client.OrganizationServiceContext'
I am trying to connect to MS Dynamics 2011 Online. On the using xrm part of my code, I receive this error:
The value 'Xrm.XrmServiceContext, Xrm' is not recognized as a valid type or is not of the ...
1
vote
1answer
40 views
Dynamics CRM 2011 Microsoft Online CrmSvcUtil Meta Data Contains a Reference that Cannot be Resolved
I am using the Microsoft Dynamics CRM Online, located here:
https://portal.microsoftonline.com/admin/default.aspx
I am trying to create the dll files from this article:
...
0
votes
1answer
31 views
CRM development - early bound approach supporting multiple organizations
We are facing the problem when we would like to develop a CRM library (manager) in C# which will support the communication with more than one CRM systems - i.e. the situation when you are running more ...
1
vote
1answer
32 views
How to add skype for phonecall for lead in crm 2011
im new to crm 2011 ,I need to call the particular lead. is there possibility to add skype to phone call in crm 2011 in lead page.which means is there any solutions are available to do this?
Thanks in ...
0
votes
1answer
36 views
How to send email at specied time and date in crm 2011
after selecting lead and if Email button from ribbon is selected , then email form opens , here is it possible to set time and date for email to be send.
i tried "Actual start , Actual end , Due date ...
0
votes
0answers
23 views
What are the ways available to connect iOS app to fetch data from or via microsoft dynamics crm 2011? [duplicate]
I am trying to develop an iOS application which will fetch the data from or through Microsoft dynamics CRM 2011. But don't know where to start with. Any links/help/startingPoint is highly appreciated? ...
0
votes
0answers
84 views
Dynamics CRM Online : Setting option set value with a plug-in
I am attempting to create a plug-in that will populate a option set field with a value that is in a string field on an entity.
Here's how I think it would happen, just don't know how to approach it:
...
0
votes
0answers
26 views
create an entity that looks like quick compaign of crm dynamics 2011
So What I want to have is an entity that represents a Sales' Trip. The administrator creates the trip and then relates it to a merchandiser.
During the trip the merchandiser is supposed to visit a ...
0
votes
1answer
40 views
Capture allotments used for unresolved cases in CRM
Is there a way to capture minutes used from service activities performed under a case without resolving the case ( case status is active)?
I have a report that captures allotment details ( total ...
1
vote
1answer
30 views
Extracting SQL Server Value from CRM 2011 - How do I do this?
Ok so in CRM 2011 I have a field called Contract Expiry Date and I want to populate this value from an external SQL Server database...Basically I just need to grab this value, nothing fancy but where ...
0
votes
1answer
24 views
How can I retrive To Receipt from Email Entity in CRM 2011
Hi I have an Email and I retrive the information of Email Entity using Below code
Email email = _context.EmailSet.Where(p => p.ActivityId == new ...
0
votes
1answer
38 views
How to create Custom Fields in Activities in CRM
CRM :Suppose I have created a custom field in "Task" type activity.Now I want to show this custom field on Activity View. Is it possible ???
-1
votes
1answer
41 views
How to send bulk email from marketing list using Workflow in crm 2011 [closed]
Is it possible to send email after marketing list is added to campaign , this sending email has to be done using workflow. Is it possible in workflow.
my crm didn't have an option checked in "sending ...




