appaction EntityType
- Entity Set Path
- [organization URI]/api/data/v9.0/appactions
- Base Type
- crmbaseentity
- Display Name
- App Action
- Primary Key
- appactionid
- Primary Key Attribute
- name
- Operations Supported
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity.Some properties are read-only.
Name | Type | Details | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
appactionid | Edm.Guid |
Unique identifier for entity instances Display Name: App Action |
||||||||||||||||
buttonaccessibilitytext | Edm.String |
Display Name: Button Accessibility Text |
||||||||||||||||
buttonlabeltext | Edm.String |
Display Name: Button Label Text |
||||||||||||||||
buttonsequencepriority | Edm.Decimal |
Display Name: Button Sequence Priority (Depreciated) |
||||||||||||||||
buttontooltipdescription | Edm.String |
Display Name: Button Tooltip Description |
||||||||||||||||
buttontooltiptitle | Edm.String |
Display Name: Button Tooltip Title |
||||||||||||||||
clienttype | Edm.String |
Display Name: Client Type |
||||||||||||||||
componentidunique | Edm.Guid |
For internal use only. Display Name: Row id unique Read Only
|
||||||||||||||||
componentstate | Edm.Int32 |
For internal use only. Display Name: Component State Read Only
Default Options
|
||||||||||||||||
context | Edm.Int32 |
Display Name: Context
Default Options
|
||||||||||||||||
contextvalue | Edm.String |
Display Name: Context Value |
||||||||||||||||
createdon | Edm.DateTimeOffset |
Date and time when the record was created. Display Name: Created On Read Only
|
||||||||||||||||
fonticon | Edm.String |
Display Name: Font Icon |
||||||||||||||||
grouptitle | Edm.String |
Display Name: Group Title |
||||||||||||||||
hidden | Edm.Boolean |
Display Name: Hidden
Default Options
|
||||||||||||||||
importsequencenumber | Edm.Int32 |
Sequence number of the import that created this record. Display Name: Import Sequence Number |
||||||||||||||||
iscustomizable | BooleanManagedProperty |
For internal use only. Display Name: Is Customizable |
||||||||||||||||
isgrouptitlehidden | Edm.Boolean |
Display Name: isGroupTitleHidden
Default Options
|
||||||||||||||||
ismanaged | Edm.Boolean |
Indicates whether the solution component is part of a managed solution. Display Name: Is Managed Read Only
Default Options
|
||||||||||||||||
location | Edm.Int32 |
Display Name: Location
Default Options
|
||||||||||||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the record was modified. Display Name: Modified On Read Only
|
||||||||||||||||
name | Edm.String |
The name of the custom entity. Display Name: Name |
||||||||||||||||
onclickeventformulacomponentlibrary | Edm.String |
Display Name: On Click Event Formula Component Library |
||||||||||||||||
onclickeventformulacomponentname | Edm.String |
Display Name: On Click Event Formula Component Name |
||||||||||||||||
onclickeventformulafunctionname | Edm.String |
Display Name: On Click Event Formula Function Name |
||||||||||||||||
onclickeventjavascriptfunctionname | Edm.String |
Display Name: On Click Event JavaScript Function Name |
||||||||||||||||
onclickeventjavascriptparameters | Edm.String |
Display Name: On Click Event JavaScript Parameters |
||||||||||||||||
onclickeventtype | Edm.Int32 |
Display Name: On Click Event Type
Default Options
|
||||||||||||||||
overriddencreatedon | Edm.DateTimeOffset |
Date and time that the record was migrated. Display Name: Record Created On |
||||||||||||||||
overwritetime | Edm.DateTimeOffset |
For internal use only. Display Name: Record Overwrite Time Read Only
|
||||||||||||||||
sequence | Edm.Decimal |
Display Name: Sequence |
||||||||||||||||
solutionid | Edm.Guid |
Unique identifier of the associated solution. Display Name: Solution Read Only
|
||||||||||||||||
statecode | Edm.Int32 |
Status of the App Action Display Name: Status
Default Options
|
||||||||||||||||
statuscode | Edm.Int32 |
Reason for the status of the App Action Display Name: Status Reason
Default Options
|
||||||||||||||||
timezoneruleversionnumber | Edm.Int32 |
For internal use only. Display Name: Time Zone Rule Version Number |
||||||||||||||||
type | Edm.Int32 |
Display Name: Type
Default Options
|
||||||||||||||||
uniquename | Edm.String |
Display Name: Unique Name |
||||||||||||||||
utcconversiontimezonecode | Edm.Int32 |
Time zone code that was in use when the record was created. Display Name: UTC Conversion Time Zone Code |
||||||||||||||||
versionnumber | Edm.Int64 |
Version Number Display Name: Version Number Read Only
|
||||||||||||||||
visibilityformulacomponentlibrary | Edm.String |
Display Name: Visibility Formula Component Library |
||||||||||||||||
visibilityformulacomponentname | Edm.String |
Display Name: Visibility Formula Component Name |
||||||||||||||||
visibilityformulafunctionname | Edm.String |
Display Name: Visibility Formula Function Name |
||||||||||||||||
visibilitytype | Edm.Int32 |
Display Name: Visibility Type
Default Options
|
Lookup Properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties.
Name | Single-valued navigation property | Description |
---|---|---|
_appmoduleid_value | AppModuleId | |
_contextentity_value | ContextEntity | |
_createdby_value | createdby |
Unique identifier of the user who created the record. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the record. |
_iconwebresourceid_value | IconWebResourceId | |
_modifiedby_value | modifiedby |
Unique identifier of the user who modified the record. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who modified the record. |
_onclickeventformulacomponentlibraryid_value | OnClickEventFormulaComponentLibraryId | |
_onclickeventjavascriptwebresourceid_value | OnClickEventJavaScriptWebResourceId | |
_organizationid_value | organizationid |
Unique identifier for the organization |
_parentappactionid_value | ParentAppActionId |
Unique identifier for App Action associated with App Action. |
_visibilityformulacomponentlibraryid_value | VisibilityFormulaComponentLibraryId |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
AppModuleId | appmodule | appmodule_appaction_appmoduleid |
ContextEntity | entity | entity_appaction_ContextEntity |
createdby | systemuser | lk_appaction_createdby |
createdonbehalfby | systemuser | lk_appaction_createdonbehalfby |
IconWebResourceId | webresource | webresource_appaction_iconwebresourceid |
modifiedby | systemuser | lk_appaction_modifiedby |
modifiedonbehalfby | systemuser | lk_appaction_modifiedonbehalfby |
OnClickEventFormulaComponentLibraryId | canvasapp | canvasapp_appaction_onclickeventformulacomponentlibraryid |
OnClickEventJavaScriptWebResourceId | webresource | webresource_appaction_onclickeventjavascriptwebresourceid |
organizationid | organization | organization_appaction |
ParentAppActionId | appaction | appaction_appaction |
VisibilityFormulaComponentLibraryId | canvasapp | canvasapp_appaction_visibilityformulacomponentlibraryid |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
appaction_appaction | appaction | ParentAppActionId |
appaction_appactionrule_classicrules | appactionrule | appaction_appactionrule_classicrules |
appaction_AsyncOperations | asyncoperation | regardingobjectid_appaction |
appaction_BulkDeleteFailures | bulkdeletefailure | regardingobjectid_appaction |
appaction_MailboxTrackingFolders | mailboxtrackingfolder | regardingobjectid_appaction |
appaction_PrincipalObjectAttributeAccesses | principalobjectattributeaccess | objectid_appaction |
appaction_ProcessSession | processsession | regardingobjectid_appaction |
appaction_SyncErrors | syncerror | regardingobjectid_appaction |
Operations
The following operations can be used with the appaction entity type.
Name | Binding |
---|---|
IsValidStateTransition | Not Bound |
Solutions
The following solutions include the appaction entity type.
Name | Description |
---|---|
Power Apps Actions | Power Apps Actions |