Dynamics CRM 2011 Orgnization's Custom URL.
Hi all I want to access my CRM Organizations using custom URLs e.g. organization.com or crm.organization.com etc. The default way to access CRM Organization is servername/organization. Can you please...
View ArticleCRM 2011 - does heavy contact entity can cause performance issues
Hi, I have around 300 fields on custom entity and possibly business will ask us to add more in future as well.If we keep all the custom fields on Contact Entity, does it affect the the performance...
View ArticleFinding regardingobjectid's type name in the plugin
Hi All,I am writing a plugin(crm2011) on Email entity. Once email entity status becomes sent and regardingobjectid (Entity type) is 'account', i want to create a one task record. How can i check in the...
View ArticleBuilding Custom Reports: sending parameters
I am building a Custom Report that displays all the Leads created/qualified in the last week.I can use a prefilter that select only those leads created OR modified in the last seven days. I figured out...
View ArticleCRM 4.0 - Want to remove customer from order when creating from opportunity
Hi All,One of my client is using CRM 4.0. When they create order from opportunity, account field (customerid) automatically get filled due to mapping available. My client don't want this. So i try to...
View ArticleSSIS Exceute SQL Task fails but package runs successfully
Hi I have an SSIS project that has an Execute Task, which calls a stored procedure. The stored procedure has a number of elements to it and takes a long time to complete. The procedure completes...
View ArticleCRM filed mapping
Hi,My requirement is to ceate order in an opportunity entity. So I'm using below code for generating the salesorder. GenerateSalesOrderFromOpportunityRequest req = new...
View ArticleProblem with import solution to CRM programmatically
Hi all, I have problem with import solution to CRM 2011. You can see my source code below:byte[] fileBytes = File.ReadAllBytes(solutionPath); ImportSolutionRequest importSolutionRequest = new...
View ArticleError while creating record with email field in crm 2011
HI,My long pending issue after updating rollup 13 in all entities with email field. while creating a new record with email field filled, it throws a sql error which is not happening when email field...
View ArticleProblem showing aspx page converting CRM 4 code to CRM 2011
Hi,we are converting our existing CRM 4 project to CRM 2011.We have some custom aspx pages.For example we have employerSearch page that we designed ourselves.There is a button on the form which...
View Articledeveloping on two machines
I am creating an extra portable development environment on a laptop. The rationale being that I will have a spare development environment in case the first one goes bang, I can take the laptop to site...
View Articleproblem when retrieving entity reference from another entity
hi frnds,when i retrieve entity reference value from another entity i cant get the name and id of the field.. it retruns the object but if am doing object.id it saying undefined.my code...
View Articlemaintain focus on the field when save the form using field onchange
hi frnds, i have called the save event in field onchange... when the form save, scroll is going upwards.So again i need to search a field which i click.. so i need a solution to keep the focus...
View Articlems crm 2011 - How to calculate how many product unit are ordered?
If I make an order and finish it, I can get an total price for the order based on the products. But where I can calculate how many products are ordered by product name or type.So if customer has...
View ArticleTools to develop and debug on a Mac?
I'm using a Macbook to write javascript code for CRM, obviously I can't install VS on here so what are some good IDEs that I can use to help me debug faster?
View ArticleJavascript Issue
HiI have the following fields on my Contact form: - new_firstname (ex: Elaine) - new_lastname (ex: McKinnon) - new_name (which is the new_firstname + new_lastname)I have put the following code in -...
View ArticleCRM 2011 LINQ and Min
I am using CRM 2011 with LINQ and want to return a Min record based on Money Field (Late Fee Field) from multiple records.What is the code in CRM 2011 and LINQ?
View ArticleHow do I get a records LogicalName?
I get the GUID with Javascript like this: var currentGUID = Xrm.Page.data.entity.getId(); but how do I get the LogicalName?
View Articleplugin naming convention?
Hello - What type of naming convention do you use for plugins? I think that class *library* names should map to entity names. I think that the specific classes that are registered should correspond...
View ArticleCalling Synchronous Web Service that's behind firewall (i.e. not publicly...
We are planning to migrate to MS CRM Online. Although it will be an Online deployment of MS CRM, but the CRM application will be accessed by people from with in the office network only.We have a...
View Article