Customization on Look up dialog form in CRM 2011
Hi,As for my requirement, i need to customize the lookup dialog 'New' button. My scenario is to create a new record using 'New' button with some fields pre filled from where the lookup field is...
View ArticleFileupload: resize image
I use below method to upload Picture to CRM 2011 Online Can anyone point me in right direction on how i can resize the image to save disk space if (FileUploadFormbilde.HasFile) { Annotation note = new...
View ArticleRetrieveMultiple on Custom Entity for Chart not working
Hi All,We have written a plug-in RetrieveMultiple on Custom entity. It works perfectly for the records fetched in the grid, while for the respective charts are not working means not considering the...
View ArticleSilverlight DataServiceQuery TimeZone Conversion
I have the following DataServiceQuery running in a Silverlight applications:query = (DataServiceQuery<ServiceAppointment>)LSLContext.ServiceAppointmentSet .AddQueryOption("$select",...
View ArticleChanging publishers once fields have already been created
We created a solution (I'll call it Solution A) and started creating entities and fields for that solution using one Publisher. We then realized that we wanted to use a different Publisher in the...
View ArticleImported Report as Iframe into Dashboard, Not Utilizing CRM's security
I created a report that references a CRM custom entity and an another database seperate of CRM, but on the same server.I am using the CRM custom entity to handle the security of the report, ie. When a...
View ArticleHow can I create a Javascript seconds counter?
Anyone have a simple Javascript seconds counter? I need a seconds counter to load on a form, and then onSave, insert the seconds to a specific field? Everything I can find so far is a CountDown timer.
View ArticleCRM 2011 Plugin showing up error when it is called from a normal workflow .
Hi all,I'm facing an issue with custom autonumber plugin when it is called from a normal CRM workflow . it is running independently while creating a record in CRM 2011 .Error Message :Plugin...
View Articlesynch tasks between sharepoint and CRM online. Is it possible?
Hi, we are using Sharepoint 2013 online and CRM 2011 online - Is there a way to synch the tasks list that we create in SharePoint back to CRM 2011 online? its a very basic tasks that has state/end...
View ArticleCRM 2011 - Silverlight App that execute synchronous plug-in
Hi Im new at Silverlight/async programmingSituation: Silverlight app as a webresource that make CRUD operationsProblem: The entity have a plugin step registered to it as Synchronous. Then in...
View ArticleCRM 4 - Retrieve Fiscal Year Settings through JavaScript
Hi all, I have a requirement where I need to use the Start Date specified in the Fiscal Year Settings (under Business Management) as part of a calculation on the Opportunity form. I don't know of a way...
View ArticleSQL timeout expired on CRM 2011 when Plugin is fired(Inconsistent behavior)
We are getting SQL Timeout Expired error when we try to create, Share/Unshare an Account record. It is an Inconsistent BehaviorPlugins are registered on these operations. Could you please help me to...
View Article[CRM 2011]
Hello,Actually i work on Microsoft Dynamics 2011, in french.I try to work with an example of the SDK (generatepicklistenums). With it, I succeeded in generate a file OptionSet.cs which contains all...
View ArticleThe type or namespace name 'Xrm' does not exist in the namespace 'Microsoft'...
I'm creating some .Net components that read/write CRM data, but during building it fails.I've looked at some tutorials and started. All works fine, adding references no problem.Changed target from...
View ArticleMSCRM 2011 Incoming Email on Prevalidation
Hi All, When i set email with "create" message and on prevalidation step for incoming emails,the plugin is not firing.This works fine for preoperation step.The reason behind using prevalidation is to...
View ArticleCopy function to clipboard not working on an entity with multiple function...
Hi have a ribbon button on a contact entity which copies few fields from the contact from to a clip board. The entity has multiple forms and it looks like the JavaScript gets executed only the default...
View ArticleGetting error while trying to import solution in CRM 2011 online
Hi All,Can anyone please help me on this,I am trying to import a solution in MS CRM 2011 online I am getting this error : The evaluation of the current component(name=Entity,...
View ArticleCalculate total amount of a column in a subgrid after Rollup 12
HiWe have used the following javascript to calculate the total from a column in a subgrid and put the value in another field. function CostoTotal(){ var gridControl =...
View ArticleXrmServiceToolkit.Soap.RetrieveAllEntitiesMetadata
I am trying to use this method from XrmServiceToolkit.XrmServiceToolkit.Soap.RetrieveAllEntitiesMetadata(Array entityFilters,BooleanretriveIfPublished,callback) Can any one tell me what parameters...
View ArticleMapping relationship for silverlight
Hey guys, I have a mapping problem in ms dynamics crm. The example shows, that by creating a new account. The fields of the related account will be used by relationshipmapping. I was already told, that...
View Article