Tagged Questions
0
votes
0answers
12 views
Create A Custom Fiscal Period Template Type in Microsoft Dynamics CRM Online
Is there a way to create a custom fiscal period template within Microsoft Dynamics CRM using the service endpoints from the SDK? Currently Microsoft Dynamics CRM has only the following options ...
0
votes
0answers
10 views
Dynamics CRM 2011 - Chart - Creating Chart showing Opportunity values as a Band (range) of values
I have a requirement from a client to make profiling based on the estimated value. The requirement is to show a chart with estimated values in a band of, lets say.. - upto 5 million, 5-100 million, ...
2
votes
2answers
39 views
Localization of error messages
When connecting to some of our CRM deployments (CRM Dynamics 2011) with an account that exists in the Domain, but wasn't added to the Organization yet, I'm getting an Error message.
This seems ...
5
votes
4answers
109 views
Deleting users in CRM Dynamics 2011
I'm fully aware that deleting users (SystemUser Entity) in CRM Dynamics 2011 is not supported by Microsoft.
However, we're currently developing a tool to support our User Provisioning needs. In order ...
0
votes
1answer
45 views
CRM Online - Application Ribbon XML don't show complete RibbonDiff definitions
I am new to CRM online. I am trying to add a button on the ribbon. To help with that, i initially tried using Visual Ribbon Editor; But when i exported the solution, the RibbonDiff didn't show me ...
0
votes
2answers
69 views
Microsoft Dynamics CRM Estimating Dialog
My boss has recently tasked me with developing an estimating form in Dynamics CRM Online for use by his sales team. The idea is that his sales team can enter the parameters into a dialog and have ...
0
votes
1answer
36 views
How to access discovery.svc service, if it needs authorisation (MS Forefront)?
I have an URL like https://crm.xxxx.com/XRMServices/2011/Discovery.svc and I want to discover an organisation with my client. But if I open this URL in a browser window, I will get an authorisation ...
0
votes
0answers
217 views
Sql-related error when uninstalling update rollup 13 for MS Dynamics CRM 2011
I'm trying to remove the latest two update rollups (12 and 13) for Microsoft Dynamics CRM 2011 because they've each caused serious issues with our systems. However, I'm receiving an the following ...
0
votes
1answer
61 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
1answer
266 views
how to retrieve a field's value from another entity in MSCRM 2011?
I was able to buld such useful odata queryies by using CRMToolsODataQueryDesigner
however I'm stuck how can I get value from a particular field of a form.
for instance, I make the next odata query
...
1
vote
1answer
155 views
How to make a diagram for а dashboard in CRM 2011 which includes two or even more entities?
I'm interested in dashboard CRM 2011.
It seems that in order to make it nice to view for users We have to create a specific workflows or FormXML or FetchXML.
I wonder, for instance, to make a ...
0
votes
1answer
189 views
How to create or get an OrganizationServiceProxy instance on a plugin
Is there any way to create an OrganizationServiceProxy instance on a plugin?
I want to execute EnableProxyTypes method passing an assembly which is different from the plugin assembly as the argument ...
0
votes
1answer
302 views
how to use jquery in dynamics crm 2011 online?
Did anyone use an jquery for controlling form's attributes
I'm interested in Expanding Textareas in forms of entities in Micrsoft CRM 2011
I found some pretty nice solution
by using jquery so as to ...
0
votes
2answers
116 views
Send Emails in CRM2011 [closed]
How to send Emails in CRM 2011 without using Any plugins or SDK?.My CRM is Configured with Outlook.Is there any way to send emails from campaign form's "Save Button" Action.Am new to to started CRM ...
2
votes
4answers
247 views
text field attributes/methods dynamics crm 2011
I'm looking a method or way how to check that the text field in crm form is "null"
I've got a tab, there are section and text field inside of it;
furthermore, I'm using that function in order to ...