Bulk deletion in mscrm 2011 online everyday in the mroning
Dear all;i want to bulk delete everyday in the morning in mscrm 2011 online i know we can start with every after 7 days is there any way we can do it for everyday in the morning
View ArticleCRM 4.0:How can i change the ownership of attribute
Hi,I have created new attribute and ownership is "user" But, this ownership cannot define security role for custom entities. Please help. Thanks in advance
View ArticleCustom Entity Email Templates
I am aware of the fact the Email Templates are not available for custom entities. I am also aware that custom entities can send emails through workflows. Is there ANY alternative or design...
View ArticleHow to access asp.net application from ms crm 2011 forms ribbon button click
Hi all,I have a requirement to Login a asp.net application(PMS) from a link in CRM custom entity forms ribbon button to the allocation tab in asp.net application.I have created the Asp.net...
View ArticleIs it possible to hide the 'Workflows" navigation link on left navigation for...
We need to hide the "workflow" link on the left navigation for just about all of our entities but we need to hide based on security role. Can this be done ?Thanks,Robert
View Articlewhat is the difference between AddToContactSet and AddObject
Hi, Can anyone explain, what is the difference between following those?Approach 1 _context.AddToContactSet(contactToBeAdded); Approach 2 _context.AddObject("ContactSet", contactToBeAdded);...
View ArticleRunning asp project or aspx pages along with codebehind file from CRM Email...
I am bit new using aspx pages for CRM 2011 and wonder if I can open a aspx page upon a ribbon button click. This aspx page has codebehind c# file, where I have defined what it should do afterwards....
View ArticleIs there any quicker way to delete and Entity with millions of records
Hi, I want to delete an entity which holds millions of records. I tried to delete it through UI and it times out after spending some time. Is there any quicker & possible way to get rid of this...
View ArticleCRM 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 Articlevisual studio crm project unavailable?
Hello - I just inherited a CRM project with a Visual Studio solution. The solution has a project that is not loading, I'm guessing due to the project type, which may require an install of some other...
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 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 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 Article