The following table lists the attributes, child elements, and parent elements.
Attributi
Attribute
Description
Type
Usage
Name
Rappresenta il nome di un parametro stringa di query passato per il valore quando si utilizza un elemento URL.
Represents the name of a query string parameter passed using the <Url> (RibbonDiffXml) element.
String
See Remarks
Value
Specifica il valore da passare come parametro.
Valid values:
Value
Description
CommandProperties
Oggetto con le tre proprietà seguenti: SourceControlId, CommandValueId e 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.
PrimaryEntityTypeCode
Numero che rappresenta il tipo univoco dell'entità per una distribuzione specifica di Microsoft CRM.
PrimaryEntityTypeName
Stringa che rappresenta il nome univoco di un'entità.
PrimaryItemIds
Matrice di stringhe che fornisce i valori ID GUID per l'elemento primario.
FirstPrimaryItemId
Fornisce un identificatore GUID come stringa per il record visualizzato.
PrimaryControl
Oggetto che fa riferimento al controllo che presentava lo stato attivo quando si è verificata l'azione del Comando barra multifunzione.
PrimaryControlId
Stringa che fornisce il valore ID del controllo con lo stato attivo.
SelectedEntityTypeCode
Numero che rappresenta il tipo univoco dell'entità per un record selezionato in una griglia. Il codice del tipo di entità varia a seconda della distribuzione.
SelectedEntityTypeName
Stringa che rappresenta il nome univoco dell'entità per un record selezionato in una griglia.
FirstSelectedItemId
Fornisce un identificatore GUID come stringa per il primo elemento selezionato in una griglia.
SelectedControl
Oggetto che fa riferimento al controllo che presentava lo stato attivo quando si è verificata l'azione del Comando barra multifunzione.
SelectedControlSelectedItemCount
Numero di elementi selezionati in una griglia.
SelectedControlSelectedItemIds
Matrice di stringhe di valori ID GUID per tutti gli elementi selezionati in una griglia.
SelectedControlSelectedItemReferences
Matrice di oggetti EntityReference che rappresentano tutti gli elementi selezionati nella griglia.
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.
Nota
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.