The following table lists the attributes, child elements, and parent elements.
Kenmerken
Attribute
Description
Type
Usage
Name
Geeft de naam weer van een querytekenreeksparameter die is doorgegeven voor deze waarde wanneer u een URL-element gebruikt.
Represents the name of a query string parameter passed using the <Url> (RibbonDiffXml) element.
String
See Remarks
Value
Geeft de waarde aan die wordt doorgegeven als parameter.
Valid values:
Value
Description
CommandProperties
Een object met de volgende drie eigenschappen: SourceControlId, CommandValueId en MenuItemId
SourceControlId : The Id value of the Ribbon control that initiated the event.
CommandValueId : A string that is sent with the command event when a button is clicked.
MenuItemId: A reference from a control to the Id of a menu item.
Most entities will not return a MenuItemId value. Only the following entities will return this value:
BusinessUnit
Connection
CustomerAddress
Equipment
Goal
InvoiceDetail
Mailbox
MailMergeTemplate
PartnerApplication
QueueItem
QuoteDetail
RoutingRuleItem
SalesOrderDetail
ServiceAppointment
SharePointDocumentLocation
SharePointSite
Territory
PrimaryEntityTypeCode
Een getal dat het unieke entiteitstype weergeeft voor een specifieke Microsoft CRM-installatie.
PrimaryEntityTypeName
Een tekenreeks die de unieke naam van een entiteit weergeeft.
PrimaryItemIds
Een tekenreeksmatrix met de GUID-id-waarden voor het primaire item.
FirstPrimaryItemId
Biedt een GUID-id in de vorm van een tekenreeks voor de record die wordt weergegeven.
PrimaryControl
Een object dat verwijst naar het besturingselement dat was geselecteerd toen de lintopdrachtactie optrad.
PrimaryControlId
Een tekenreeks met de id-waarde van het besturingselement dat de focus had.
SelectedEntityTypeCode
Een getal dat het unieke entiteitstype weergeeft voor een record dat is geselecteerd in een raster. De code van het entiteitstype kan variëren tussen de verschillende installaties.
SelectedEntityTypeName
Een tekenreeks die de unieke entiteitsnaam weergeeft voor een record dat is geselecteerd in een raster.
FirstSelectedItemId
Biedt een GUID-id in de vorm van een tekenreeks voor het eerste item dat is geselecteerd in het raster.
SelectedControl
Een object dat verwijst naar het besturingselement dat was geselecteerd toen de lintopdrachtactie optrad.
SelectedControlSelectedItemCount
Het aantal geselecteerde items in een raster.
SelectedControlSelectedItemIds
Een tekenreeksmatrix van GUID-id-waarden voor alle geselecteerde items in een raster.
SelectedControlSelectedItemReferences
Een matrix van EntityReference-objecten waarmee alle geselecteerde items in het raster worden weergegeven.
Value attributes referring to a "Primary..." item refer to the record being viewed in the form.
Value attributes referring to the "Selected..." item refer to rows selected within a grid.
When a grid is presented within a form or as an associated view the "Primary.." values refer to the record context in which the grid is displayed. This is true as long as the grid is associated with an entity relationship.
When a grid is displayed independently from any entity relationship, such as in the Homepage grid or if a subgrid is added to a form without being associated with an entity relationship, the "Primary..." values will be null.
Notitie
Some CrmParameter values pass an EntityReference object. This object contains the following properties:
Id: A string of the GUID Id value for the record.
Name: A string of the value of the Primary field for the record.
TypeCode: A number representing the unique type of entity for the record.
TypeName: A string representing the unique name of the entity for the record.