Questions tagged [xrm]

xRM is an alternative term used to market Microsoft Dynamics CRM. Generally, unless the question deals with those marketing differences, questions should not be tagged here.

205 questions
0
votes
1 answer

Delay in initial retrieving of xml data using XRM

Delay in initial retrieving of xml data using XRM I am using this xml query
Vinu
  • 347
  • 2
  • 7
  • 13
-1
votes
1 answer

C# Parsing DateTime Unable to Convert String to DateTime

I followed the string output of my date variable, and parsed according to the format, but still encountered an Format Exception. May I know what should I change? string DOB =…
gymcode
  • 4,431
  • 15
  • 72
  • 128
-1
votes
1 answer

How can I add script to Dynamics Crm main.aspx page?

I try to disable specific user login using javascript. If the user tries to login, I will close the window. I saw some examples about adding scripts to main.aspx page but it did not work. Please help.
irohamca
  • 497
  • 3
  • 19
-1
votes
1 answer

CRM 2011 - Qualify lead

Does anyone know how lead qualifying works internally? Please, consider following scenario: I created new lead record, so I am an owner and it was created by me of course. I have a worflow registered on onCreate of lead, this workflow is owned by…
Lukas
  • 3
  • 1
-1
votes
2 answers

How to retrieve all records from the subgrid?

I was wondering if there was anyway to retrieve the records within a subgrid through JavaScript. I am able to get control of the subgrid, but I can't go further from there. All the resources I used seemed to use methods that no longer exist. Some of…
dalawh
  • 886
  • 8
  • 15
  • 37
-1
votes
1 answer

Can a case be created even when I receive SQL timeout expired from Microsoft Dynamics CRM 2011?

I am calling Microsoft CRM Dynamics 2011's Web service & I am getting SQL timeout expired from the CRM? My Question is can I get SQL timeout expired & still case be created in CRM? Thanks, Kind Regards, Umang Parikh
Umang
  • 815
  • 5
  • 17
-2
votes
1 answer

How to add Quick Create Forms and Pre-Populating Fields

I have two entity account and contact..i want to add Quick Create Forms of contact entity inside account entity...and i want to pre-Poulating the fields based on selected record of account...
SRM
  • 35
  • 1
  • 6
-2
votes
1 answer

How to get all controls from tab

I need to get all controls from a tab on my form, I tried to use this option I found online but it didn't work ideas anyone? var tabs = Xrm.Page.ui.tabs.get(); var fieldList = new Array(); for (var i in tabs) { var tab = tabs[i]; …
Damkulul
  • 1,406
  • 2
  • 25
  • 59
-2
votes
1 answer

How to hide/remove buttons in opportunity entity ms dynamic crm

![Ms dynamic Buttons on opportunity][1] I am trying to remove buttons in opportunity .Can anyone suggest how to remove/hide those buttons??
user5633
  • 11
  • 3
-3
votes
1 answer

How to start with developing JavaScript for dynamics crm?

I am familiar with Javascript and would like to start developing for dynamic crm. I downloadi the MS CRM SDK, but got lost there. Is the Javascript syntax for MS CRM indentical as regular JS ? What is the XRM ? I tried to hide existing options…
1 2 3
13
14