Form Selector on Bulk Edit
For bulk edit, I want the user to be redirected to a different form other than the one pulled from UserEntityUISettings. I am usingXrm.Page.ui.formSelector.items.get(itemId).navigate();However items...
View ArticleError when selecting Service on a new Service Activity form
When I select a service in a service activity, I get this error message. How do I resolve this error?
View ArticleCustomize opportunity pricing
Hey All,This is my first question here :) and so i am new to CRM development. Here is the deal , the price list that the customer has got same products on different units , some of which is a discount...
View ArticleHow to get selected record id in an iframe using JavaScript in MS CRM 2011?
Hi Friends,I am setting up the url of iframe in Contract entity using JS. My ifram url points to Associated View url. Now, I want to get the id of a record which has been selected in an iframe using...
View ArticleMS CRM 2011: How to get objecttypecode from a record id in silverlight
Hi,I need to get ObjectTypeCode for an entity record selected in a datagrid of silverlight app.How to achieve it? Silverlight window is opened on click of application ribbon button.I have used...
View ArticleGuid of newly created record?
I'm trying to get the GUID of new account created but there is no values in the SaveChangesResultCollection:Account account = new Account(); Account.name = "test"; DbContext.Create(account);...
View ArticleDashboard error - Try again?
I have created a new sales dashboard but upon loading I get an error message like this: An error has occurred; Try again; Check on-line community, contact system administrator, contact support. I...
View ArticleRibbon Bar Disabled After Importing the Customizations??
Hi All, I Just Exported a solution from an organization and Imported the solution into other organization. Every thing is fine except ribbon bar. Ribbon Bar was disabled for a custom enity where...
View ArticleAuto-populate field JavaScript Basics Question
Hello CRM community,I am pretty new to writing JavaScript and extending CRM. I was self learning pretty well just from other posts and the SDK but am now trying to write a piece of code to...
View Articleattachevent on SubGrid onrefresh event
I wrote some some JavaScript code in CRM 4.0 that triggers when the datagrid inside of an IFrame refreshes. I have upgraded the system to CRM 2011 and changed the IFrame to a SubGrid. Now I am trying...
View ArticleHow to retrieve metadata for optionset from particular entity
Hi AllI want to retrieve metadata for optionset from particular entity. How can i do it?Reply asapThanks & RegardsRavideep BansalRavideep Bansal
View ArticleCRM-NAV Connector problem while integrating Account and Contact
Situation:There are 2 maps: 1) NAV Contact Card to Contact2) NAV Customer Card to AccountThe problem is exposing while integrating Account with Primary Contact. Connector tries to integrate Account and...
View ArticleCRM 2011. Send an outlook appointment (.ics) through a workflow that sends an...
Hello, CRM 2011, Rollup 7.I have an Activity Entity (DoctorVisit) that stores information of doctor appointments for the child. In the visit, a number of different "Contacts" need to be present. This...
View ArticleCan we access MSCRM 2011 OData APIs outside web resources? Like from a third...
Hi Tech Friends,Can we use/consume MSCRM 2011 OData APIs outside web resources? Like from a third party application?-Jai
View ArticleAutoComplete textbox in mscrm 2011 online
The Scope is to get the value of city and zip code from custom entity country and i need to populate these value in account entity in the text-box .if user type starting letter like "a" in the...
View ArticleI want to Delete entity that have relationship with another entity
I want to Delete entity that have relationship with another entity so when I want to delete him have this error:and when I want delete it in anotherplace justlike:N:1 relationship or in foroum have...
View ArticleUpdate one field from another in all the records of an entity using CRM 4...
Hi,I have a requirement which I have to delete alookup field and add a text field instead.Before deleteing this lookup field, I have to update the new text field with the content of lookup field.Would...
View ArticleHow to achieve this using workflow?
Dear All,We have a requirement to send notification on Case creation the requirement is like this"Notify User1 and from 4th hour send email to user2 every hour till case is open".I tried this but still...
View ArticleReport Error "The next row of data for the DataSet1 dataset can not be read"...
Dear All,Getting error when I am trying to run the report "The next row of data for dataset1 can not be read".Report working fine when runnig for small amount of data & failing for full...
View Article