Pre-filtering SSRS reports based on CRM login Id's
Hi all, I have few SSRS reports built, i would like to integrate them with CRM 2011 Dashboards but i need the reports to pre filter based on the Sales person who is logged into CRM (We are using an...
View ArticleHow to get the Current Grid Name and the records on Ribbon button click
Hello Experts, I would like to get the selected entity's Grid Name, all present record detail and entity name on Ribbon button Click. There are multiple grid in one entity and i do not have to select...
View Articlegrouping common plugin code
i have a lot of repeating code in many plugins - how can i group them into a utility class so they can be reused for each plugin? example code like this is used in all my plugins. any suggestions?...
View ArticleChanging Date Field according to what is selected in another field
Hi, I currently have the code below which should take the kf_tech_ref_received date value add either 16 or 32 weeks depending on which option is selected from a dropdown and then populate the...
View ArticleHow to get a date field to be blank if option 1 is selected from a dropdown...
Hi, I currently have some code which populates a datefield depending on which option is used from a drop down. However what i would like to be able to do is if option 1 is selected from the dropdown...
View ArticleHelp with a Java Script to pre-populate description field
Hi,Can anyone supply the exact java script code in order to achieve this -I need that when a phone call is created (phone call screen opened in order to create a phone call, so Form type 1 ), the...
View ArticleProblem in opening a new window with QueryString Parameter
Hello Experts, i am unable to open an html page. I am passing two parameter but its not opening.here i am doing like belowwindow.open(serverUrl + "/WebResources/new_EditableHtml.htm?ent=" + entName +...
View ArticleHow to convert a string type to a money type or how to typecast a string type...
HiI want to convert a string type to money type in crm2011.Is it possible? Is there any alternative way to handle this?I am using the following piece of code and it is throwing error.It says cannot...
View ArticleTrying to import the default solution developed on CRM on-premise, to CRM...
Trying to import the default solution developed on CRM on-premise, to CRM Online - I'm getting an error:
View ArticleDaylight saving is not being acommodated in the returned DateTime (using CRM...
Hi All,I am trying to pull appointment data using CRM data services. I am not able to get the correct timings in Appointment Start and End date time. The offset is 1 hour which is based on current...
View ArticleXrm.Page.ui.formSelector.items.get(itemId).navigate(); error
Hi there,Working on customization of the forms and I'm using Xrm.Page.ui.formSelector.items.get(itemId).navigate(); method to switch between 3 entity forms however I'm getting an error below every time...
View ArticleDelete message plugin not working
I am trying to write a plugin for account delete. So that when an account is deleted a task is created with just the subject field auto populated to "Created through plugin". Below is the code for my...
View ArticleOdata query filter on boolean type fails
I have an existing Silverlight web resource application. I have a few queries based OptionSet fields and I want to add an additional query using a filter on a Boolean field, but I haven't been able get...
View ArticleHaving problems with DynamicEntity in crm 4.0
Hello everyone,I am trying to update a custom entity through a plug-in in CRM 4. Since it is a custom entity, I can't retrieve it with the ICrmService Retrieve method, so I tried using DynamicEntity...
View ArticleCRM 2011 : UI Datetime problem
Hi,I am using current date time to be set on CRM field in my plug-in as follows. Entity contact = new Entity("contact"); contact.Attributes.Add("contactid", contactid);...
View ArticleAdd entityreference to webresource
Hi all.Does anyone know a supported way of showing an entityreference to a custom webresource?Thanks!
View ArticleCRM 2011 - RetrieveMultiple and Retrieve (Generic SQL Error) - Deadlock issue
Experts/Guru, Would really appreciate if you can share your thoughts on this, just from knowledge base perspective. In our plugin code we use .Retrieve and .RetrieveMultiple left/right/up/down,One of...
View Articlems crm 2011 - I am having 5 checkboxes, when I select one checkbox other four...
Hi,ms crm 2011 - I am having 5 checkboxes, when I select one checkbox other four checkboxes should get selected?How can I achieve this.Thanks, Rajeev
View ArticleUsing .setVisible() with Subgrids in CRM 2011 with Rollup 12
I have a simple JS function that displays or hides a subgrid based on the value of a Two Option control. After Rollup 12, I modified it as shown in...
View ArticleCRm 2011 OData - return all records
Hi all, does anyone know how to change the limit of 50 records returned by OData query? I need to return all rows to my silverlight application. Thank you Jan
View Article