|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
A Duplicate Lookup Reference Was Found, Using DMMUsing Data Migration Manager to load up products I do not seem to be able to get any products loaded due to the unit of measure of the product. The error message for the unit ID is "A duplicate lookup...
Unable To Save Contact Record With Fields Updated From JavascriptHi, I have 4 fields in my contact form that get updated based on a user selection from picklists. The user selects a value from the picklist, and the onchange event calls a custom web service to...
Change Tooltip For MoreAddress Icon In NAV BAR In Account EntityHi Can anyone tell me how to change the tooltip for More Addresses in Account Entity Nav BAR. Thanks in advance.
CrmService Vs ICrmServiceI see posts that recommend the use of the ICrmService which contains the same methods as the CrmService class. ie "You should use the ICrmService interface. This has all the methods on it the CrmService...
SSL - MS CRM 4.0 - Handshake FailedHi, I have security certificates installed on my server. When i try to run a plugin, and try to retrieve an entity attributes, i get an error: "The underlying connection was closed unexpectedly...
Workflow Fails When Lead Converts To OpportunityI have a workflow that triggers "on create" of an Opportunity. Works fine when creating opportunity from Contact. However, when I use the Convert Lead to Opportunity, it starts the Workflow, creates...
The Object Cannot Be Updated As It Is Read-onlyHi, When I am trying to reactivate (re-open) a resolved or cancelled case I got error saying "The object cannot be updated as it is read-only" and I am not able to reactivate the case. How can...
Error: Need To Start A Transaction Before CommitHi all, I'm creating CRM records (Case) by using dynamic entity. Adding properies to dynamic entity object and calling TargetCreateDynamic() to create record. First time when i call the event...
Redeploy CRM4.0Hi I want to redeploy crm4.0 in the same domain.But I am unable to find a redeployment manager for the same. Regards Ritesh
Grouping Conditions In QueriesHello everybody. Is possible with the QueryExpression/FilterExpression syntax to have grouped conditions? For example: select x from table where (x.field1=yy or x.field1=zz) and x.field2=hh...
Error While Moving CRM3 To Another ServerHi all, Need a help on moving existing CRM3 server to another server. I have a CRM3 (along with SQL2k5) installed on server A and need to move to CRM on server B and SQL database to server C. I followed...
IFrame - Unknown ZoneWhen option "restrict cross-frame scripting" is checked browsing on the iframe forces a new window to open. This is the desired behaviour of our customer. However, when checking the option, the form...
Scrollbars In IframeHi, I have a problem when in sitemap I define a link to my webpage. If my webpage is too long the scrollbars won't appear. I have already tried using style:overflow and it still doesn't work. Can...
RelationShip N:N For CRM 4Hi, I Have a problem with the relationship N:N in CRM 4, i done a relationship between Opportunity Entity and Customer Entity, but i need identifier en SQL this entities asociate, for made a Query...
Format Plugin Error Message With Carriage ReturnsHi everybody, This morning, I'm facing a dumb problem with my plugin... When the code returns an error message, I would like to add carriage returns in the message to display a friendly user message...
Changing The IE Title Bar - HELP PLEASE!My client has asked me to change the title bar in their implementation of CRM - at least I assume it's called the title bar; it's the first element from the top in IE that has the IE logo, and has the...
Populating Second Drop-down Depending On First Drop-down SelectionI want to customize the Case form. I intend to add a "Category" drop down, with a fixed list of values. However, I need a "Sub-category" drop-down as well. This will contain different values depending...
Privileges On Email TemplatesHi, I need to know how i can make an email template only viewable by only one business unit in CRM 4.0. Thanks in advance
Date Field CalculationI am trying to update a date field with the date someone turns 70.5 years old. Using an onchange event from birthdate field in Contact. Here is the code I am trying to run: var oDOB=crmForm....
Retrieve Contact Informatino From External Sql DatabaseHi I need to have the case screen connect to a seperate database in the company to pull up some customer information that is related to the case. Do we have the ability to do this? Eg....
=?windows-1252?Q?New_added_label_alignment_=93Save_and_Close=94_Butto?=Hi, Using CRM4.0 included label "Older Value" to Save and Close button, but output label is not aligned. Here "Older value" appear a bit up. try to set border but no luck, do i am missing some thing...
PrincipalObjectAccess Table Not Getting UpdatedI have a custom entity in CRM 3. We have several statuses for active and inactive instances. The issue I have is that I get a generic sql error when I try to change the status of an active instance...
Filtered Lookup ValuesHi, I have a custom field "Restaurant" and i have a lookup field "Waiters". Usually when i open the lookup "Waiters", all the waiters for all the restaurants appear. I need to know how can i make...
Filtered Lookup : Show Only Contacts Of Parent CustomerHi, I saw a piece of code at: http://groups.google.com/group/microsoft.public.crm.developer/msg/38393dfe2a4969de Now, I changed so I when I search for contact to add to a given accont, I will get...
Change Contact.OwnerId GUID In Vb.net Using Framework 3.0We're in the process of migrating an ancient homegrown crm to MS CRM 4.0. I've downloaded the CRM SDK, and have had considerable success using the examples provided. I need to import contacts from...
Updating State & StatusReason During A PreUpdate CalloutI need to sometimes update the State of an entity in the middle of a PreUpdate callout. I think I've discovered that I can't simply add the State & StatusReason as new property attributes to the entityXml...
Plugins And SharedVariablesI am trying to pass a SharedVariable from one plugin to another, but am not having any luck. I have the following two plugins: CaseCreate : Registered on Incident Create as Synchronous, Post Stage...
IFRAMES - Remove Header Of ViewHi all I know I've seen how to do this somewhere but can't find it again. Can someone please tell me how to remove the heading on an IFRAME - eg areaContacts in an IFRAME - don't want New , Excel...
Changing Fields For Mail MergeI'm kind of amazed that there isn't anything on this out in googleland - which makes me think I'm being stupid. Go into a quote and do print quote for customer. You can create your own template...
OnChange Even (Show Fields Based On The Picklist Selection)Hi There, What code should i right on client side (JScript). to show few fields (Text boxes). based on the Picklist selection. currently i have a picklist with few items: as example Hospital...
Add A Relationship Into CalendarHi, I want add a new relationship 1:N between a new entity and Calendar entity. If anyone could help me ? Thanks Bernard
Registering Pluginsteps In A PluginHello, I a Scenario: I have developed a generic piece of plugincode that can be applied on virtually any CRM entity. Now, I want the user to be able to configure and activate or deactivate...
SdkMessageProcessingStepRegistration ClassWorking with the SdkMessageProcessingStepRegistration and SdkMessageProcessingStepImageRegistration classes (CRM 4.0) I wanted to set the Rank property of a pluginstep. But... it is not supported...
Intercepting Associated ViewsHi Friends, I was wondering what is the event that gets triggered when Associated Views are fired. For example, when you select any View for any Entity, Execute even is fired so that you can write...
Adding Activities To An Order As A Line ItemI have a client that would like to bill for activities: phone call and appointment. The client is billing for time and they would like to have these activities appear as line items in the order...
Test Harness Code For CRM Workflow Plugin?Akezyt has posted a useful example of debugging a plugin by invoking it directly. http://blogs.msdn.com/akezyt/archive/2008/05/07/debugging-plug-in.aspx I would like to do this with a custom workflow...
How Can I Do Recurring Appointments With CRM 4.0 Service Scheduling?I'm pretty confident you can't do recurring appointments with Service Scheduling in CRM 4.0. If this statement is incorrect then how do we do it out of the box? If we can't do recurring appointments...
OpenThreadToken Failed With Hr = 1008I tried to run this code in my web application I am facing the problem as follow: Can anyone suggest me some thing ? using (new CrmImpersonator()) { } these lines.. The error says...
Save Changes Popup DialogI've run into something that I can't seem to find where it's coming from. For some reason when I open an item from Quotes and another Entity we built, don't edit the item at all, just close it, I...
Import DataHi, I want to import contacts from another datasource (no CRM). For this I want to write a C# app which reads the data from the other datasource and creates the contact entities by using the CRM...
Workflows Not WorkingHi, i have workflows on the development environment. When i imported them on the production environment, only the On demand workflows worked, the other ones are not working. Any idea how to fix this...
Count Number Of Rows In An Associated ViewI made a custom entity (Building) and another one (Apartment) I???m trying to write a Jscript code on the onLoad event of the Building form to count the number of Apartments of this building and...
Group By In The FetchXMLHi Guys, I have to create a report, which should group by service activities (service appointment) optionally by customerid.name or partyid.fullname (systemuser). I'm using fetchxml (and stunnware...
& In Button TextI am trying to create a custom button through the isv.config in CRM 4.0 having an ampersand sign in the button text. I am using the following notation: When I am importing the isv.config I get...
Advance Filter Views-Javascript ScriptingI want to pre populate the Advance Search Filter Conditions Grid by passing the required XML. Eg. When we select "Active Accounts from Drop down" some XML is created and assigned to the Advance...
Showing "View" In An IframeHi, My client would like to show some kind of View in an Iframe.. They want to see all the "10" last activities that happened ... So not a link to activities or history .. But all activities.....
WWW:VOLIWARE.COMArticles About Dynamics CRM and .NET in WWW.VOLIWARE.COM How to create DataTable by using C# ? http://www.voliware.com/net/how-to-create-datatable-by-using-c/ Dynamics CRM http://www.voliware....
CRM 4.0 Bug In Advanced FindI've found what seems like a bug in CRM 4.0 advanced find and was wondering if anyone else ran into the same issue. I'm doing an advanced find on an entity called Application which is related into...
VS 2003 And CRM 4We are looking to upgrade from CRM 3.0 to CRM 4.0. We have custom VS2003 .net 1.1 development that is currently running with 3.0 I have a test environment that i have upgraded from 3.0 to 4.0....
Is There Different Capabilities In FetchXML Versus QueryExpressions?Hello, I understand the syntactical differences of FetchXml and Query Expressions in CRM 4, and I believe tha the query expressions can be a little faster. I thought I remember seeing a web page...
|
Latest Tech Bargains
Advertisement
Free Magazine Subscriptions
Today's Pictures
Today's Video
Other Resources
Latest Download
Latest Icons
|