CRM 2013 - Multiline textbox - set not expandable
Hi all,Can anyone help me how to set the multiline textbox not expandable.I have set the number of rows to 5.BUt when it exceeds 5 rows, it gets expanded.Is there a way to prevent it?Many...
View ArticleUnable to get the Password using CrmMembershipProvider (Custom Membership)...
HI,I've implemented the Portal Website and using CRM 2011 as Backend Database. I've used the Custom Membership Provider i.e. CrmMembershipProvider It allows me to retrieve the Password when the User...
View ArticleChange /Update Owner of Existing Records
Hi, I am using CRM 2011 (on-Pramise). I have 2000 contact of owner "Demo User". Now I want to change Owner with CreatedBy. How can I do this. CreatedBy is different like "Zahid Rao" , Riaz and etc. If...
View ArticleCRM 2013 Sharing Qualifying Opportunity using workflows
Dear all,I have a requirement that whenever a lead is being qualified, it should be shared with some users.I am trying to do it using using workflow but can get it to work using the "Crmworkflow...
View ArticleCRM 2011 to 2013 Migration error
Hii upgrated 2011 to 2013 my solution. while clicking any entity am getting following erroreven i disable the all events also same error is comming can you please suggest me on thisRammohan
View Articlecrm 2011 -- REST Endpoint for qualified leads
I'm trying to get list of my leads that have been qualified http://myServerCRM/xrmservices/2011/organizationdata.svc/LeadSet()$filter=StatusCode eq 3returns Operator 'eq' incompatible with operand...
View ArticleCRM 2013 Odata JavaScirpt how get optionset value.?
I am using CRM 2013...I want to get optionset value retrun from Odata Rest Single Retrieve queryI am using this code i know to get textfiled value but how get Optionset value return by jquery Odata...
View ArticleCRM Calendar Not Showing Full ttile of Appointment Activity.
I have CRM 2013 Online.when I add Appointment Activity on CRM calendar it only shows the hardly one word of Appointment title In CRM calender cell.can we set Calendar to show full title of Appoinment...
View ArticleHow do I Create the OptionSet.cs File
I'm a bit new to CRM C# Developement, but I have successfully run the CrmSvcUtil.exe utility to generate the C# file containing all of our Entity classes and used that file in code. Some of the SDK...
View ArticleHow to set lookup field while using Xrm.Utility reference
Hi all,I am using Xrm.Utility reference to open a new record of other entity type.While opening i have to fill a lookup which is present on the other entity from current entity.This is how i am...
View ArticleWhat is the proper way to check if the connection succeeded?
We use a CrmConnection in our .NET project to connect to CRM. It's working fine. However, we're currently doing a WhoAmIRequest after connecting to verify the connection succeeded. This feels hacky...
View ArticleCRM 2013 : Opportunity Sales Access Team Replication in Other Entities
Hi Forum,Currently we are trying our hands around new CRM 2013 on premise version.One nifty feature we like about it is a OOB 'Sales Team' on opportunity form. When we looked behind the scene on this...
View ArticleGetting "BadContextToken" fault with reason as "The security context token is...
We have a client to MSD CRM WebServices interface written in Java. Intermittently we get below fault from MSD CRM :-We receive below SOAP response from MSD CRM server :- <?xml version="1.0"...
View ArticleAccess outside database within silver light web resource
Hi All,I have created web resource in silverlight which access external database to populate its dropdown i used wcf in my silverlight app for fetching data. which is working fine in VS 2010 , but when...
View ArticleCRM Silverlight and RIA Services to access external DB
Hi Can anyone point me an article or post about how to access external DB using RIA Services from Silverlight app in CRM? I've found articles aboute Silverlight and RIA (client and server project,...
View Articlesend email with attachment crm 2011 c#
hi , i need to send email to list of customer with pdf attachment. how can i achieve this through custom workflow c#. can you plz share some code for online instance . thanks.
View ArticleIE8 and CRM 2013 Form Navigation issue to Related Entity
Hi,Our team is facing issues with CRM 2013 and IE 8. On any of the CRM forms, if primary name field is too long, the navigation to related entity is not coming up(down arrow itself doesn't show up)....
View ArticleCRM 2013 : Opportunity Sales Team Replication in Other Entities
Hi Forum,Currently we are trying our hands around new CRM 2013 on premise version.One nifty feature we like about it is a OOB 'Sales Team' on opportunity form. When we looked behind the scene on this...
View ArticleProblem with QueryExpression crm 2011
Hi,I have this QueryExpression to get all records where custom attribute 'attr' is null: QueryExpression qry = new QueryExpression("opportunity"); qry.ColumnSet = new ColumnSet("opportunityid");...
View ArticleMS CRM 2011 ONLINE - sum quantities but remove lines
So I have made a report using report wizard.The report groups products and then sums every product quantities so I can get a total sum of quantities from each product. The problem is that when CRM...
View Article