using oData and javascript to retrieve record form CRM 2011 DB
Hi all, I've tried to use the below code sample and the Jquery web resource on the onLoad event of account to retrieve record form CRM 2011 DB: function init() {// write required ODATA queryvar guid =...
View Articlecrm 2011 textbox onFocus event
Hi Experts,Is it possible to use crm 2011 textfield onfocus event.Actually i need a popup when ever anyone focus on a text field within crm 2011.I have designed the popup and now it is showing in...
View ArticleSave and close message
Hi everybody,I'm developing an iframe which is basically a grid view of accounts.When a user double click on a company name, a primary contact or any similar information, the CRM window of the...
View ArticleCRM 2011: Editable Subgrid
hy allI have a custom entity with a 1:N Relationship to another custom entity (children) and I show the children on the parent in a subgrid. It would be very nice, if the user could edit directly the...
View ArticleHow to retrieve optionset value from other entity using CRMRestKit?
Hi,I am using CRMRestKit solution to make crossentity operations with jscript easier for me. I am able to retrive value of string fields from other entity based on its guid (which I get from current...
View ArticleJavaScript - Save Contact, Open Account, Close Contact form
We are trying to accomplish the following:1) User changes a field value on the Contact form which triggers a JS method 2) The JS method performs the following: a) Saves the Contact form (this...
View ArticleFetch XML query
Can anybody help in adapting this query to only report 'active' contacts linked to an account<fetch distinct="false" no-lock="false" mapping="logical"> <entity name="account"...
View ArticleCRM 2011: How can I show a hidden web resource using JScript?
Quick one: How can I show a hidden web resource using JScript?I triedXrm.Page.ui.controls.get("WebResource_name").setVisible(true);but it didn't work...Thanks for the help!P.
View ArticleCRM 2011 Custom Subgrid Development
Hey Guys,What are the options available to us using javascript to specify the number of rows to present in javascript? Using the CRM Form editing tool you can specify the number of rows to present, but...
View ArticleCan't work out the difference between 2 values.
Hi,I'm using SQL Server Data Tools to create fetch based reports for my CRM online installation.In my data query I pull 2 fields that contain values in currency (linetotal and grandtotal).I'm trying to...
View ArticleTrying to import the default solution developed on CRM on-premise, to CRM...
Trying to import the default solution developed on CRM on-premise, to CRM Online - I'm getting an error:
View ArticleRollup 12 - problem with web resources and jquery
Hi all,Before Rollup 12, the main form iframe of an entity added js script references in the <head> section. After RU12 the scripts are added in the body and scripts aren't always executed in...
View ArticleHow to Attach Annotation File to Email Attachment in Crm 2011
Hi,I have a requirement to attach lead annotation content to email attachments. i can able to retrieve annotation file , but while setting into activitymimeattachment itz not able to set. using bellow...
View ArticleMS CRM 2011 ONLINE - default lookup issue
I debugged these values from lookup:id: 03D34054-8209-E311-89B1-FE5DF65E5123 name: Remember add customer, entityType: accountHow I should enter those values to this correctly if I want to set a default...
View ArticleTrying to set lookup value via Javascript
Here's my code, some of which I got online, so I don't fully understand it all, but I know what it's doing, pretty much. // Check if it's a create form var CREATE_FORM = 1; var userName1; var formType=...
View ArticleDeep Subgrid Query: Show other contacts that share the same Parent Customer...
I thought I'd throw this out and see if anybody can offer any help, or let me know if what I want is simply not supported within the existing "Deep Subgrid Query" functionality...
View ArticleUnable to Open an Existing Entity with Xrm.page Library
I am using Xrm.page library to create contact entity form pop-ups. These pop-ups are not event triggered. New forms are successfully opening, but when I try to open an existing entity corresponding to...
View ArticleContact 'Add Existing' showing Existing Account in CRM 2011?
Hello,I was having one customization of hiding 'Add Existing' Contact ribbon button on 'new_training' Entity.I did that using CRM Context Rule.But now i am having a problem, when i click 'Add Existing'...
View ArticleCRM 2011 Plugin - not able to retrieve list of all attributes(columns) of an...
Hi,I have LINQ query as like below:if(some condition) { var Column = "new_columnname"; var key = new Guid("xxxxxx.. - guid - value -...xx "); var Q1 = (from d context.CreateQuery(entity_name)...
View ArticleForm scripting...
I am looking to do my first bit of form scripting, I need to update the name field on the project relationship form to be the Opportunity + " - " + AccountNow I have gone into form properties and tried...
View Article