No announcements
Found 303748 threads
-
0 Votes
Retrieving custom attributes in default entity in a Plugin
My question is why is it null if it´s custom attribute added to the quote?Answered | 6 Replies | 3632 Views | Created by Agenteusa - Tuesday, October 11, 2011 1:29 PM | Last reply by Agenteusa - Wednesday, October 12, 2011 10:32 AM -
3 Votes
Retrieve all attribute in an entity
I want to get all the attributes present in an entity for CRM 4.0 using metadataservice.Answered | 6 Replies | 8097 Views | Created by Kneo1611 - Thursday, April 7, 2011 1:51 PM | Last reply by leepaowen - Tuesday, September 23, 2014 9:24 PM -
0 Votes
Retrieve attribute of linked entity
Hi, see http://msdn.microsoft.com/en-us/library/cc151015.aspx or download it in the customizations sectionAnswered | 7 Replies | 5526 Views | Created by btkneena - Monday, November 9, 2009 9:21 AM | Last reply by btkneena - Tuesday, November 10, 2009 6:05 AM -
0 Votes
Get Custom Attribute in Entity Instance
I have a contact entity, where i'm mapping fields to it from an external system.Answered | 5 Replies | 4604 Views | Created by GKSPLB - Monday, April 18, 2011 7:37 AM | Last reply by GKSPLB - Wednesday, April 20, 2011 1:09 PM -
0 Votes
get the attribute of an dynamic entity
Hi Kamal, You can access attribute for the queue entity same like others.Answered | 4 Replies | 5404 Views | Created by kamal211186 - Saturday, February 6, 2010 5:23 AM | Last reply by kamal211186 - Saturday, February 6, 2010 7:16 AM -
0 Votes
retrieve the datatypes of CRM entity attributes
Hi, I think you want to retrieve the entity attributes datatype: Below is the code which return the Entity Metadata: private ...Answered | 5 Replies | 6107 Views | Created by Hari nvp - Thursday, July 15, 2010 7:22 AM | Last reply by Ranjitsingh R - Monday, July 19, 2010 9:10 AM -
0 Votes
Default name attribute for custom entity
The actual scenario is this: We have a personalized entity with the attribute: new_name, and this attribute is used in ...Answered | 11 Replies | 8079 Views | Created by Courageous_Heart - Friday, February 11, 2011 10:44 AM | Last reply by Luis Manuel Gallegos - Tuesday, March 8, 2011 3:34 PM -
0 Votes
How to Retrieve All attributes of an Entity
The ColumnSet option is when you retrieve a record (or a collection of records) you can speciofy which attributes to retrieve (or all if you instantiate as new ...Answered | 2 Replies | 15055 Views | Created by Rajeev Gupta at DBSync - Sunday, July 17, 2011 1:09 PM | Last reply by Gonzalo Ruiz R - Sunday, July 17, 2011 8:10 PM -
3 Votes
Retrieve an entity using a relationship in a Plugin.
Not sure why you are retrieving data from entity b.Answered | 5 Replies | 1544 Views | Created by rbwildeman - Monday, September 16, 2013 3:53 PM | Last reply by HIMBAP - Tuesday, September 17, 2013 4:30 PM -
0 Votes
Retrieving Attribute names of an Entity in MS CRM 4.0
The follwoing code retrieves all the attributes for an entity and adds to a List box.Answered | 7 Replies | 9475 Views | Created by vikramjb - Friday, October 17, 2008 9:11 PM | Last reply by Bangar Raju - Wednesday, February 2, 2011 5:36 AM -
0 Votes
primary attribute in custom entity
But you can put another one datetime field onto your custom entity and when this field is modified - you can update primary attribute with new value ...Answered | 1 Replies | 5584 Views | Created by kishanraj - Monday, July 27, 2009 10:26 AM | Last reply by Andrii Butenko - Monday, July 27, 2009 10:30 AM -
1 Votes
Retrieve attributes values from entity calling plugin
Yes you can, you don't have to use retrieve, one exception is attribute collection will only contain the attributes which are modified by the user.Answered | 7 Replies | 22950 Views | Created by ms_crm - Wednesday, November 23, 2011 10:13 AM | Last reply by ms_crm - Tuesday, November 29, 2011 9:46 AM -
0 Votes
Replace the prefix new_ (for custom entities and attributes) with another.
Try to export one entity and then remove all instances of new_ form that customization file.Answered | 7 Replies | 6547 Views | Created by Itzik Ben-Shitrit - Sunday, April 5, 2009 2:17 PM | Last reply by Ayaz.Ahmad - Wednesday, April 8, 2009 11:09 PM -
0 Votes
Hide the Custom Entity attributes
Following this thinking you would have to create a custom entity that connects Account/Contact with Users.Answered | 2 Replies | 5899 Views | Created by Arun Lal Prasanth - Tuesday, April 28, 2009 6:07 AM | Last reply by Arun Lal Prasanth - Tuesday, April 28, 2009 7:08 AM -
3 Votes
Retrieving data from a custom entity
Option 1 only works with custom entities when using the Web Service reference, rather than the SDK DLLs.Answered | 25 Replies | 10749 Views | Created by Craigster - Friday, January 21, 2011 10:35 PM | Last reply by Craigster - Thursday, January 27, 2011 2:50 PM -
1 Votes
Create custom entity and its attributes and open form in dynamic crm 2015
Each entity has 2 tables and custom entities are no exception.Answered | 9 Replies | 1940 Views | Created by NikkiShah - Thursday, July 23, 2015 9:07 AM | Last reply by Edwin2win - Sunday, August 9, 2015 7:08 AM -
0 Votes
RETRIEVE ENTITY ATTRIBUTE VALUES BY SPECIFYING METADATA
Hi, I think you want to retrieve the entity attributes: Below is the code which return the Entity Metadata: private ...Answered | 4 Replies | 6087 Views | Created by Hari nvp - Wednesday, July 14, 2010 1:10 PM | Last reply by Ranjitsingh R - Friday, July 16, 2010 5:33 AM -
0 Votes
Q: How to retrieve notes from a custom entity?
if you want to reterive all the notes against an entity use QueryByAttribute. see below.Answered | 3 Replies | 10019 Views | Created by bb2j3z - Thursday, May 20, 2010 3:09 PM | Last reply by Shan McArthur (CRM MVP) - Thursday, May 20, 2010 5:19 PM -
0 Votes
Custom Entity Retrieval
Settings -> Customization - > Download Web Service Description Files 2.Answered | 4 Replies | 4626 Views | Created by RiverX - Wednesday, June 16, 2010 5:33 PM | Last reply by Mayank Pujara - Wednesday, June 16, 2010 8:52 PM -
0 Votes
Unavailable custom entity in .net
You can use a debugger visualizer to help you see inside the Dynamic Entity.Answered | 6 Replies | 6425 Views | Created by ms_crm - Tuesday, March 31, 2009 9:31 AM | Last reply by Amanda Mattson - Saturday, April 11, 2009 10:09 PM - Items 1 to 20 of 303748 Next ›
No announcements