Not able to add script reference in configuration page in crm 2011
Hi have created a crm 2011 Package project and added the one script file, one HTML page and one css file and deployed the solution on crm solution that have prefix new_I am trying to add the reference...
View ArticleAuto Populate Service Activity Fields
Hi all, Is it possible auto populate fields in a service activity based on the client selected and their previous service activities. Basically, each service activity logged will be a 'session' in an...
View ArticleJavascript - Trying to hide section containing a subgrid when the subgrid has...
I have a subgrid in a section. If there are no values in the subgrid, then I want to hide the whole section.I'm having trouble checking if there are values in the subgrid. I think it might be something...
View ArticleCRM 2011: How to get the text of an option set value instead of the integer
In the onLoad of one entity form I am trying to retrieve the label of an option set value from another entity record.I can retrieve the integer value, but not the label. I've found links like this, but...
View Articlecustomer portal for CRM 2011 jscripts are not compatible with CRM 2013
Hi, I found some of jscripts shipped with the customer portal framework for CRM 2011 is not compatible with CRM 2013. Any idea when the updated version will be released? Or is it already out there?...
View ArticleCreating Email Activity + ActivityMimeAttachment with oData in Offline mode -...
Hi guys, I wrote some javascript code that creates an email activity with a PDF attachment. It's functional from the CRM web client (On-Premise) and using the Outlook client when I'm in online mode,...
View ArticleUpdate recurring Workflow instances
Hi, I've a recurring workflow running in production. I've updated some logic in the workflow in development environment and import it into the production. I found that the instances of the workflow...
View Articlebasic JScript - call in other entity field to perform calculation
Here's the situation:In my Project entity, I've added a field named "Total Allocated Hrs".My Task entity contains a "Time Allocated" field. I must be able to add several Tasks in a Project, that's why...
View ArticleService Calendar Color Code
Hello,I found the following article related to color coding the Service Calendar: http://msdn.microsoft.com/en-us/library/gg309501.aspx#BKMK_TimeBlock.Can somebody explain in a little more detail how I...
View ArticleUse jquery/json to create contact record and create account lookup
I have a custom entity, Machine, that has lookup field to select a contact associated with the machine record. If the contact does not exist the user has a couple of fields to enter First Name, Last...
View ArticleIE 10 compatibility issue when editing web resources
When I click OK after modifying the source code for a web resource I'm finding that CRM is automatically removing parts of my code. This only occurs when I use Internet Explorer 10 (IE 10). If I do...
View ArticleDescription about Customization.xml
I am looking for information about the structure and description of each element present in the cusotmizations.xml file. Can anyone tell me where I can find the information?e.g.,...
View ArticleUnable to Change Domain Logon Name You do not have the necessary permissions...
I have crm online version, everything was ok for all the plugins , but suddenly I always get this error on every plugin registered synchronously but there is no problem with plugins registered...
View ArticleAdd multiple Custom views in Party Lookup (Regarding)
I have set up the Regarding lookup (in Email entity) to show only Incidents and a custom entity, called Problem. I can set up through JavaScript a custom view (filtered) only for one of these...
View ArticleRetrieve user name and and security role for that user
I need to disable a field for users who don't have a certain security role via javascript.So far I have got the user ID of the person:// Get user ID var userID = Xrm.Page.context.getUserId(); alert...
View ArticleMS CRM 2011 Outlook - Offline mode - All Appointments downloaded not related...
MS CRM 2011 Outlook - Offline mode - All Appointments downloaded not related to user have saved to calendar-needs to be removed I created a outlook offline filter for Appointments without adding...
View Articleconfiguring CRM in c# application for IFD
Hi,I have developed a c# windows application that connects with CRM to update some entities. When tested on premise, the application worked successfully, however when I deployed it at the actual live...
View ArticleCustom Import Application creating Import System Job - Records are not...
Hi,I have created a console application intended to read a XML data file and create records in CRM.1. I have defined a Data map in crm and retrieving it in the code and passing it.2. The code executes...
View ArticleAny idea about the cause of this error?
Hi, I have a workflow which is triggered by the update of some fields. It uses a custom activity for mathematical operations, but the error happens with simple Update record step. It is strange that it...
View ArticleInvalid URI: The format of the URI could not be determined.
Currently I'm developing a windows service. This service polls a database on a regular basis, the records found must end up as a lead in CRM 4. In my project I included the webreferences to CrmSdk and...
View Article