How to run Outlook CRM Add-in sync programmatically?
We have an issue with users having to manually sync to CRM within Outlook every time entities are manipulated from our Outlook add-in. This deteriorates the user experience. Is there any way to start...
View ArticleCRM 2011 LINQ Related Entity SELECT/UPDATE Issue
protected void ExecutePreMyEntityUpdate(LocalPluginContext localContext) { if (localContext == null) { throw new ArgumentNullException("localContext");...
View ArticleRE: Manged solution versions in database
YourOrganization_MSCRM tables dbo.SolutionBase
View ArticleManged solution versions in database
which table mainitaing the managed solution versions
View ArticleRequest to fill out survey questionnaire on attractiveness of enterprise...
Hi As part of my MBA I am doing a survey on the attractiveness of cloud based enterprise solutions. Would appreciate your input.Best...
View ArticleRE: Every new field was created twice.
You´ve added new fields of type money. Every time you´re creating money fields a (base) value field will be added by default. (Base) field values will contain value in base currency, while your money...
View ArticleRE: Every new field was created twice.
The "Base" field gets generated when creating currency fields automatically. It stores the value corresponding to the base currency set in the system settings. This field can't be removed.
View ArticleEvery new field was created twice.
Hi,I just customized my Products Form and created a number of new fields. But for some reason, every newly created field was populated twice. An original field disappeared (used it in the form) and a...
View ArticleAssignable Only Queue - Security Roles
Hola all - Back again with another customisation query. Still using CRM Online. Here is the scenario that I am looking to set up - and I am assuming that it is a security role setting:A user logs in...
View ArticleRE: Enable the check box button in entity form
Can you elaborate further on what you are looking to do?Why not just create a Campaign or Quick Campaign with your Marketing List and send the emails that way?
View ArticleOverriding salesorderdetail priceperunit on salesorder creation(CRM 4)
Hi,I would like to know how this is achievable. Let me explain the situation:- I have custom code overriding pricings on opportunityproduct.- I also have custom code overriding quotedetail priceperunit...
View ArticleRE: Overriding salesorderdetail priceperunit on salesorder creation(CRM 4)
I'm still having this issue.Does anyone need for me to be clearer in some point ?Please I really need to sort this out. Thanks
View ArticleRE: Dynamics CRM 2011 and Connector - problem with example SDK XMLAdapter
When I mapped only LastName , I have error:"Field, Last Name, contains errors preventing successful transform generation"But when In the field Last Name wrote "test First Name", mapping was OK and when...
View ArticleDynamics CRM 2011 and Connector - problem with example SDK XMLAdapter
Hi,I have Microsoft Dyniamics CRM 2011 and Connector in version 2.3.1306.1.In SDK I have sample project, XMLAdapter, which import data from xml to CRM 2011.But when i am trying mapping table Contacts I...
View ArticleRE: Activity Feed won't load
Made changes to main.aspx and is working now. Thanks again.
View ArticleRE: IE10 Activity Feeds Glitch post UR12
I unloaded activity feeds and reloaded the newest solution only - still getting these errors but I am able to create rules using workflows. Thank you again.
View ArticleActivity Feeds Wall Refresh
Is there any way to automatically refresh the record wall to see new posts? I do not see new posts until I manually refresh the wall. Thank You
View ArticleRE: Link products to a lead
Create a new 1:N Relationship between Lead and ProductSettings -> Customizations -> Customize the SystemExpand Entities -> Expand LeadClick 1:N Relationships -> New 1-to-Many...
View ArticleLink products to a lead
Hi all,I am new to MS Dynamics CRM and still trying to figure out how to link products to a lead. I have 5 products (services actually) and I would like to track in my lead and customer/account files...
View ArticleRE: Link products to a lead
There are a number of ways to achieve this requirement. You could create a custom lead-to-product relationship and then associate a lead with an existing product. But personally, I would skip using...
View Article