CRM 2011 customer portal ACS 2.0 login issue
Hi, I set up the ACS auth so portal users can authenticate with gmail, yahoo etc., It was working fine uptil last month. It is hosted in the Azure. Now when I type the portal URL company.cloudapp.net...
View ArticleCannot find the entity needed when setting up a goal
I'm trying to add a new goal metric but when I try to add the rollup field and select the source record type, I do not see the one called "marketing budget" that I need. The only difference I see is...
View ArticleHow to determine Sharepoint 2013 default site from within CRM 2011 plug in code
Is there some standard mechanism for finding the default Sharepoint 2013 site that has been defined for a CRM account from within a plugin.I have a plugin that extracts documents from a web service on...
View Article"Processes" Navigation Area on Entity Form
It appears by removing the 'read' privliege for dialog sessions on a security role (under customizations in security roles) the dialog sessions navigation link is removed from entities. However, with a...
View ArticleLocking when updating records
Hi, we need your assistance in the following: when we are deleting record from entity A the plagin logic updates related record from entity B (A:B = N:1 relationship). If we start this process...
View ArticleDialogs - How to get owner/user currently running the dialog?
Is there a way to capture the owner/user who is running a dialog?
View ArticleWhen i run a report no data displays
Hi ,I have a report in ms Dynamic CRM2011 ,when i run the report no data displayed even no filter selected .
View ArticleAuto refresh grids view crm 2011
Is there a way to do this that is cross browser compatible?
View ArticleCRM 2011 (UR13): Custom grid view for related records activities
Hi, I have two entities A and B with a 1:N relationship from A to B. I have added a subgrid on entity A form to show the open activities. In this grid I would like to show the activities of entity A as...
View ArticleCRM 2011 Reports Poor performance, timing out on production
We have a report which is running fine on the Development and UAT environments but basically times out in production. So I ran a trace on the report in production and found out that because there are...
View ArticleHow to set the 'sender' field value on phonecall entity in plugin on...
I do it like this, but it can't be saved. why & how to deal with it ?Entity from = new Entity("activityparty"); from["partyid"] = new EntityReference("contact", cntid); EntityCollection froms = new...
View ArticleChange FilterOn Value On Accout form(Opportunity Iframe)
hi Alli want to change filter On Value using js . See below pic . I have written code like document.getElementById('crmGrid_opportunity_customer_accounts_statecode') where underlined item is the id of...
View Articlesigning SOAP message request via ADFS
We are working on an implementation of a Microsoft crm 2011 SOAP connector written in objective-c (without visual studio's libraries). We are already able to contact the adfs server and obtain two...
View ArticleVisual studio refuses to connect to crm through crm explorer
Normally while I develop in crm I use the CRM explorer tool in visual studio but for the last few days it's decided that it's not possible to connect to a crm server.If I select Tools | Connect to crm...
View ArticleCRM 4.0:2 Accounts on 1 Form
Hi,I have created the new entities and need a many account(2-5 Accounts) on one form, and account are not the same name. Pleae suggestion. Thanks in advance
View ArticleBest approach to insert orders into CRM Online
Hi,We have a asp ecommerce website with a sql azure database. We manually add an Account entity in CRM for every website user. There is only a small number of users & about 20 orders per week. Each...
View ArticleExport Report directly to Word in C# in CRM 2011
Hi,I want to save a certain CRM Report directly in Word.I've gotten pretty far thanks to a post I found (an example) but I got stuck.The report (standard Quote report) is running fine and is correctly...
View ArticleUsing SOAP & REST endpoints
HICan some one provide me a simple example to Call SOAP(Organizationservice) and REST(ODataservice) in Javascript.Please, i am not looking for theory concepts, but i need the code from step by step(as...
View Articlejavascript error in filter subgrid online ms crm 2011
am creating a filter subgrid to display an records in online ms crm 2011 function ComponentSubGrid() { var relatedProduct = document.getElementById("Version"); if (relatedProduct ==null ||...
View ArticleFilter subgrid javascript in ms crm 2011 online
am creating a filter subgrid to display an records in online ms crm 2011 function ComponentSubGrid() { var relatedProduct = document.getElementById("Version");if (relatedProduct ==null ||...
View Article