Questions tagged [dynamics-crm]

Microsoft Dynamics CRM is a multilingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service. It can be used as an xRM platform.

Useful resources


Version-specific tags


Other related tags

7813 questions
2
votes
1 answer

getting an error Object doesn't support property or method 'setSrc' in web Resource in CRM 2011

I have used the WebResource on the Page and I am getting an error Object doesn't support property or method 'setSrc' in Javascript Can you Please help me My actual code is like this function getImage() { var entityId =…
Kartik Patel
  • 9,303
  • 12
  • 33
  • 53
2
votes
1 answer

Dynamics CRM 2011 Pass Array as Parameter

I have tried setting the parameter as: array("item1","item2","item3") and also as: new array("item1","item2","item3") and also as: var Labels = new array("item1","item2","item3") but I can't seem to pass an array to the following…
JustinCredible
  • 61
  • 1
  • 11
2
votes
3 answers

Change the name when Customizing CRM 2011

I customize the campaign form and i face the some problem 1.How to customize the name "GENERAL".i need the name instead of GENERAL .Where to change?or which property should i change? 2.cant delete Lock symbol fields if we try , its saying "It is…
2
votes
4 answers

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 hide/show tab. function setVisibleTabSection(tabname,…
2
votes
1 answer

Set visible Tab or section in dynamics crm 2011

I'm a bit confused how to use that function. I'd like to hide/show tab and section by using this logic. function setVisibleTabSection(tabname, sectionname, show) { var tab = Xrm.Page.ui.tabs.get(tabname); if (tab != null) { if…
Leo
  • 1,787
  • 5
  • 21
  • 43
2
votes
1 answer

Advice on way to add information to a MS CRM form for a related entity

I want do display information for the associated Account record on an invoice form. The fields are read only and are for information to be shown for the user who is creating or editing the invoice. From looking at this it seems to be more involved…
johnr
  • 43
  • 4
2
votes
1 answer

How to add CustomAction Id in Customization xml in ms dynamics CRM

Im a beginner to MS Dynamics CRM 2011 , and now need to add sample button in Ribbon. Now i added CustomAction Id.. below CustomActions in Customization.xml file , but while importing into CRM , it shows error.
2
votes
1 answer

Determine height of iFrame

I have an iFrame in Dynamics CRM (2011 on premise) which contains an aspx file which loads transaction line items (like an invoice line item). The quantity of line items is highly variable, from 1 to 8,000. I need to adjust the height of the iFrame…
pnduke
  • 183
  • 3
  • 15
2
votes
2 answers

how to get value/text from a OptionSet?

I am creating a web resource which will populate a HTML table with tasks I was trying to get the PriorityCode of a tasks. But I don't know how to get value/text from a OptionSet. This is a screen shot : Thanks
Tamal Kanti Dey
  • 566
  • 2
  • 8
  • 28
2
votes
2 answers

CRM 2011 Plugins not firing

I have two plugins (one a create pre-handler, the other an update post-handler). I built a plugins DLL from these two files using an snk, moved the dll onto the server bin and registered the two plugins with the registration tool and reset services.…
user1603734
  • 1,071
  • 2
  • 10
  • 15
2
votes
1 answer

How does one delete a solution using the CRM SDK?

Apologies if this is blindingly obvious, but I can't find info on how to do a deletion of a solution from an organisation via the SDK. I've already done imports sucessfully, using an ImportSolutionRequest object, but can't find the equivalent thing…
Stephen Holt
  • 2,360
  • 4
  • 26
  • 34
2
votes
4 answers

Microsoft Dynamics CRM 2011 sync entities into an outside database table

I have a requirement to sync some entities (account, lead, contact etc) to a database table outside of the crm database but on the same server. I am looking for a supported way for doing this. Here's what I have tried, that don't work: I first…
sb78
  • 23
  • 5
2
votes
1 answer

CRM Dynamics Workflow Waiting Conditions

I have a question regarding a problem I'm facing. Is there any way I can have a workflow waiting for another workflow to finish (or at least fire a couple of seconds after the first has executed)? My scenario: I have a workflow waiting until 6…
A Robben
  • 299
  • 2
  • 5
  • 20
2
votes
2 answers

Update early bound helper file programmatically

is there a way to programmatically update helper file created primarily with CrmSvcUtil.exe in CRM 2011?
2
votes
1 answer

Can't create managed solution in CRM 2011 after importing CRM 4.0 Org

I am upgrading a CRM 4.0 org to a CRM 2011 org. I started the process by importing the CRM 4.0 org into the CRM 2011 org. It seems that I am now unable to create a managed solution from what I have imported. It currently has my customizations all…
user1603734
  • 1,071
  • 2
  • 10
  • 15