No announcements
Found 303376 threads
-
2 Votes
Retrieving related entities using RetrieveMultipleRequest
As Daniel correctly pointed out there are two Names one in the section of Relationship Defination which you are using and other in Relationship Attribute which you should ...Answered | 3 Replies | 6413 Views | Created by davidlarkin - Wednesday, February 9, 2011 5:52 PM | Last reply by davidlarkin - Thursday, February 10, 2011 9:23 AM -
2 Votes
Spanish language for custom attributes and custom entities
You can open Labels for translation file using Excel.Answered | 3 Replies | 6650 Views | Created by Anil_Ch - Thursday, January 27, 2011 11:39 AM | Last reply by Andrii Butenko - Thursday, January 27, 2011 1:53 PM -
0 Votes
[CRM 4] Using SOAP javascript to retrieve an entity attribute by name (instead of ID)
Yes, using the retrievemultiple that I had already customized for another implementation worked.Answered | 5 Replies | 3577 Views | Created by Agenteusa - Tuesday, January 21, 2014 2:55 PM | Last reply by Agenteusa - Wednesday, January 22, 2014 11:23 AM -
0 Votes
Get list of all attribute of Entity
If y ou are just trying to get the attributes and are not worried about the data then use the MetadataService and retrieve the entity.Answered | 6 Replies | 6556 Views | Created by Joon84 - Thursday, March 18, 2010 1:07 PM | Last reply by Tanguy T [MVP CRM] - Tuesday, March 23, 2010 12:36 PM -
3 Votes
Dynamic Entity????????
Hi Vedrine, Dynamic Entity Concept is used when you want faster access like you have some Custom Entity.Answered | 4 Replies | 9237 Views | Created by VedrineRick - Monday, November 1, 2010 2:51 PM | Last reply by VedrineRick - Monday, November 1, 2010 4:33 PM -
4 Votes
Retrievemultiple using Dynamic Entity MS CRM 4.0
Hi soumya, Yes it is possible to retrievemultiple against a custom entity in Plug In code using ...Answered | 8 Replies | 30457 Views | Created by Soumya Sasidharan - Thursday, February 14, 2008 1:08 PM | Last reply by Israel Gujjarlapudi - Friday, April 22, 2011 9:06 PM -
0 Votes
getSelectedSubTypes retrieve object attribute value
yes you can use retrieve method of crm service to fetch custom attribute from email entity based on the id as suggested by Andriy Let ...Answered | 4 Replies | 5016 Views | Created by darrmerc - Friday, December 3, 2010 1:47 PM | Last reply by HIMBAP - Friday, December 3, 2010 11:40 PM -
0 Votes
Retrieve Values from Custom entities using CRM 4 plugin
Dear Mostafa, First you can update all reacord in one go you have to use key attribute to update records one by one.Answered | 7 Replies | 7319 Views | Created by Mostafa Moatassem - Thursday, June 16, 2011 5:20 PM | Last reply by HIMBAP - Sunday, June 19, 2011 4:51 PM -
0 Votes
create custom entity and its attribute
But ask one think,can u give my one answer -Is it possible to create new entity using javascript?Answered | 11 Replies | 1309 Views | Created by NikkiShah - Wednesday, August 5, 2015 5:54 AM | Last reply by NikkiShah - Thursday, August 6, 2015 5:53 AM -
0 Votes
retrieve entity with user for impersonalization
For instance, if this code were running in a custom ASPX page, then whichever account is used by the IIS Worker Process Group must be connected to PrivUserGroup.Answered | 2 Replies | 4743 Views | Created by yerayvg - Tuesday, July 27, 2010 2:17 PM | Last reply by yerex_tf - Wednesday, July 28, 2010 11:31 AM -
1 Votes
Custom Entity and Custom Attribute not listed in Web Service
Settings -> Customization - > Download Web Service Description Files 2.Answered | 4 Replies | 5198 Views | Created by Karina Tasha - Saturday, April 10, 2010 8:32 AM | Last reply by Kiran N - Monday, May 24, 2010 7:48 AM -
1 Votes
How to retrieve specific attributes metadata.
Hi, In CRM 4.0, you cannot find out the list of attributes that are place on the form. for that you would need to export the customization and parse the XML file ...Answered | 2 Replies | 3137 Views | Created by dora_san - Monday, October 31, 2011 6:38 AM | Last reply by dora_san - Monday, October 31, 2011 8:44 AM -
1 Votes
How to retrieve custom attributes from a crm plugin
Hi Vinoth, I have tried that but "entity" doesn't contain custom attributes.Answered | 19 Replies | 10150 Views | Created by Brightlin - Wednesday, March 17, 2010 8:37 PM | Last reply by Daniel Cai - KingswaySoft - Wednesday, March 24, 2010 6:32 PM -
4 Votes
Retrieve Custom Attribute(field) display name from CRM Plugin 4.0
Tab is on the form, its not an entity attributeAnswered | 14 Replies | 12591 Views | Created by anate - Friday, April 8, 2011 6:22 PM | Last reply by anate - Monday, April 11, 2011 2:27 PM -
4 Votes
How to copy custom entity to another custom entity?
You could use a retrieve request to get an entity instance, change the GUID for the ID and then use a create request to create it as a new entity.Answered | 8 Replies | 11697 Views | Created by SenthilKumar1986 - Monday, June 13, 2011 1:03 AM | Last reply by Jamie Miley - Monday, June 20, 2011 1:31 AM -
0 Votes
update custom entity (picklist) attribute
First read SDK and following link http://msdn.microsoft.com/en-us/library/cc151183.aspx #region Retrieve Contact ...Answered | 13 Replies | 7601 Views | Created by VarunKumar17 - Thursday, March 4, 2010 1:10 PM | Last reply by Shahid_Hameed - Friday, March 5, 2010 7:13 AM -
0 Votes
1:N custom entities with referential relationship, how to retrieve related entities
please let me know 1st how do I retrieve the values of Approval Entity using Payment Request and then 2nd ...Answered | 4 Replies | 8401 Views | Created by Atomik33 - Thursday, April 30, 2009 8:36 PM | Last reply by Michael AJ Blackburn - Friday, August 12, 2011 10:51 PM -
0 Votes
Retrieving Audit History by Attribute?
Right now I am using RetrieveMultiple to get the audit info, and "RetrieveAuditDetails" to retrieve the old & new values etc.Answered | 2 Replies | 5196 Views | Created by Maarten Ureel - Wednesday, August 17, 2011 4:25 PM | Last reply by Maarten Ureel - Wednesday, August 17, 2011 5:03 PM -
2 Votes
Retrieve related entities of each, using RetrieveMultipleRequest
Hi Milton , I think this may help you so, By using Link Entity you can able to retrieve the related entity ...Answered | 2 Replies | 2445 Views | Created by Milton Rodríguez - Tuesday, December 4, 2012 7:41 PM | Last reply by D Suresh Kumar - Wednesday, December 5, 2012 4:58 AM -
0 Votes
Customizing Entity Form, Attribute Not Found in Add Fields dialog box
I have a custom entity with a N:1 relationship with Business Unit.Answered | 4 Replies | 6015 Views | Created by KKLTE - Wednesday, February 24, 2010 4:48 PM | Last reply by Huub van de Wiel - Friday, February 26, 2010 1:11 PM
No announcements