retrieve all the attribute from soap request
I need to retrieve all the attribute value from soap request. I have an retrieve soap request method. I need to retrieve each attribute value , like Json methos can you plz give some sample code.
View ArticlePlugin Error - Microsoft.SharePoint.Client version 15.0.0.0
Hi All,I have a created a plugin which will create a folder in sharepoint whenever an account is created.When I am executing it I am getting the following error:"Could not laod file or assembly...
View ArticleThe specified record type does not exist in MS CRM 2013
Hi All,am getting below error when i want to create new Notes in CRM 2013 onlineThe specified record type does not exist in Microsoft dynamics CRMThanks
View Articledynamics crm 2011 import solution programmatically
Hi all,Im using the ImportSolutionrequest to import a zip solution file. the file contain a plugins. I need to now which parameter I must use into the request to activate the plugins steps. thanks.
View ArticleCrm 2013 Upgrade on-premise (from crm 2011 on-premise) Rollup 15
CRM 2011 -> Crm 2013 (on premise)I went through the upgrade without any errors.... fine.- Lost all sections under the main tabs (Services, Marketing, Sales).- Custom Activity Entities are missing...
View ArticleCan not add web reference to CRM2013
I am just starting with VS2013 and trying to replicate a SQLCLR project that was built using VS2010. One of the problems i am facing is not being able to reference the CRM2013 web service. Looking...
View Articlehow to use fetchXML
Hi all, I am very unfamiliar with fetchXML and how to even use it. Would someone please be able to guide me in right direction or share some tutorials? I have the below code but have no idea where to...
View ArticleFiltered SUBGRID MSCRM 2011
Hi,I have a requirement like I have created new entity student details in that I have created Account lookup which is having a 1:N relationship with Account and Student DetailsAccount entity is having...
View Articletrim URL in mscrm 2011
Hi ,I have written a Jscript inside the Ribbon button of Account to generating the URL. My code and URL is working fine in IE 9 when I'm clicking the button but when I'm using IE 10 I'm getting spaces...
View Articledatabase query help
I am not sure how to do this. We have 3 custom fields in the Quote Product entity. I want to get sums of the fields for all product lines for the quote - exactly how the Quote Total is a sum of all...
View ArticleHow to set iframe src using javascript in crm2013?
Hi I am not able to set iframe src in crm2013.I tried with below code but it was not working for me.Xrm.Page.getControl("IFRAME_map").setSrc("http://www.microsoft.com");Please let me know if any one...
View ArticleXrm.Utility.openWebResource opening multiple links in same window
I have three buttons on the custom entity ribbon and each one should open different websites. Also, I need to open these websites in same new window.When I click one of the buttons, it should lunch a...
View ArticleShould I include attributes in a FetchXML query to improve speed?
I am querying using FetchXML using javascript but wondering if I want to improve the speed and execution time should I state which attributes to return? For instance, in most cases I do the...
View ArticleShould I cache IOrganizationService variable?
Hi, I am building a web app which will be called from the CRM ribbon and perform some operations through crm's web service. I am wondering should I cache the proxy variable and what are pros and cons...
View ArticleLooking for way to disable the delete icon on sub-grid - CRM 2013
As some of you are aware the new CRM 2013 subgrid has a small delete icon on the left side when you highlight a record in the subgrid view. I am looking for a way to disable that Icon. We have a 1:N...
View ArticleCRM 2013: Calling actions from javascript
Hi all,I was trying to call action from javascript using the below code:function Approve() { debugger; var reason = "aaaaaaaaaaaaaaaaaa"; var entityId = Xrm.Page.data.entity.getId(); var entityName =...
View ArticleCRM 2011 Convert Lead
Dear All,I want to get the "Notes" tab information whenever I convert the lead to contact or Account or opportunity. This is not a out of box functionality. But how to do this through plugin or...
View ArticleOpen new mail from custom entity with parameters
Hi,I want to open new mail form custom entity. I created one button for this and when I click on this button it open email activity. I need to take default parameters also from custom entity when...
View ArticleUK Day/Light Saving issue
Hi,I am working on CRM online 2011 oncloud for UK region. I need to calculate age of my case. For this I am calculating age according to case creation date. Age is calculating properly if case is...
View ArticleAttached several option within a final offer
Hello,I have to select a CRM application. On of my objective is as follow:When I have to create a new offer to a client, I have few services to include:3 days of trainingDay 1 Start at 8Pm and...
View Article