systemform EntityType
Organization-owned entity customizations including form layout and dashboards.
- Entity Set Path
- [organization URI]/api/data/v9.0/systemforms
- Base Type
- crmbaseentity
- Display Name
- System Form
- Primary Key
- formid
- 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 | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| canbedeleted | BooleanManagedProperty |
Information that specifies whether this component can be deleted. Display Name: Can Be Deleted |
||||||||||||||||||||||||||||||||||||||
| componentstate | Edm.Int32 |
For internal use only. Display Name: Component State Read Only
Default Options
|
||||||||||||||||||||||||||||||||||||||
| description | Edm.String |
Description of the form or dashboard. Display Name: Description |
||||||||||||||||||||||||||||||||||||||
| formactivationstate | Edm.Int32 |
Specifies the state of the form. Display Name: Form State
Default Options
|
||||||||||||||||||||||||||||||||||||||
| formid | Edm.Guid |
Unique identifier of the record type form. |
||||||||||||||||||||||||||||||||||||||
| formidunique | Edm.Guid |
Unique identifier of the form used when synchronizing customizations for the Microsoft Dynamics 365 client for Outlook. Read Only
|
||||||||||||||||||||||||||||||||||||||
| formjson | Edm.String |
Json representation of the form layout. |
||||||||||||||||||||||||||||||||||||||
| formpresentation | Edm.Int32 |
Specifies whether this form is in the updated UI layout in Microsoft Dynamics CRM 2015 or Microsoft Dynamics CRM Online 2015 Update. Display Name: AIR Refreshed
Default Options
|
||||||||||||||||||||||||||||||||||||||
| formxml | Edm.String |
XML representation of the form layout. |
||||||||||||||||||||||||||||||||||||||
| introducedversion | Edm.String |
Version in which the form is introduced. Display Name: Introduced Version |
||||||||||||||||||||||||||||||||||||||
| isairmerged | Edm.Boolean |
Specifies whether this form is merged with the updated UI layout in Microsoft Dynamics CRM 2015 or Microsoft Dynamics CRM Online 2015 Update. Display Name: Refreshed
Default Options
|
||||||||||||||||||||||||||||||||||||||
| iscustomizable | BooleanManagedProperty |
Information that specifies whether this component can be customized. Display Name: Customizable |
||||||||||||||||||||||||||||||||||||||
| isdefault | Edm.Boolean |
Information that specifies whether the form or the dashboard is the system default. Display Name: Default Form
Default Options
|
||||||||||||||||||||||||||||||||||||||
| isdesktopenabled | Edm.Boolean |
Information that specifies whether the dashboard is enabled for desktop. Display Name: Is Desktop Enabled
Default Options
|
||||||||||||||||||||||||||||||||||||||
| ismanaged | Edm.Boolean |
Display Name: State Read Only
Default Options
|
||||||||||||||||||||||||||||||||||||||
| istabletenabled | Edm.Boolean |
Information that specifies whether the dashboard is enabled for tablet. Display Name: Is Tablet Enabled
Default Options
|
||||||||||||||||||||||||||||||||||||||
| name | Edm.String |
Name of the form. Display Name: Name |
||||||||||||||||||||||||||||||||||||||
| objecttypecode | Edm.String |
Code that represents the record type. Display Name: Entity Name |
||||||||||||||||||||||||||||||||||||||
| overwritetime | Edm.DateTimeOffset |
For internal use only. Display Name: Record Overwrite Time Read Only
|
||||||||||||||||||||||||||||||||||||||
| publishedon | Edm.DateTimeOffset |
Display Name: Published On Read Only
|
||||||||||||||||||||||||||||||||||||||
| solutionid | Edm.Guid |
Unique identifier of the associated solution. Display Name: Solution Read Only
|
||||||||||||||||||||||||||||||||||||||
| type | Edm.Int32 |
Type of the form, for example, Dashboard or Preview. Display Name: Form Type
Default Options
|
||||||||||||||||||||||||||||||||||||||
| uniquename | Edm.String |
Unique Name Display Name: Unique Name |
||||||||||||||||||||||||||||||||||||||
| version | Edm.Int32 |
For internal use only. |
||||||||||||||||||||||||||||||||||||||
| versionnumber | Edm.Int64 |
Represents a version of customizations to be synchronized with the Microsoft Dynamics 365 client for Outlook. Read Only
|
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 |
|---|---|---|
| _ancestorformid_value | ancestorformid |
Unique identifier of the parent form. |
| _organizationid_value | organizationid |
Unique identifier of the organization. |
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 |
|---|---|---|
| ancestorformid | systemform | form_ancestor_form |
| organizationid | organization | organization_systemforms |
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 |
|---|---|---|
| form_ancestor_form | systemform | ancestorformid |
| processtrigger_systemform | processtrigger | formid |
| SystemForm_AsyncOperations | asyncoperation | regardingobjectid_systemform |
| SystemForm_BulkDeleteFailures | bulkdeletefailure | regardingobjectid_systemform |
Operations
The following operations can be used with the systemform entity type.
| Name | Binding |
|---|---|
| CopySystemForm | Entity |
| RetrieveFilteredForms | Collection |
| RetrieveUnpublished | Entity |
| RetrieveUnpublishedMultiple | Collection |
Solutions
The following solutions include the systemform entity type.
| Name | Description |
|---|---|
| Second Patch for Application Common | For internal use only. |
| systemform | |
| Application Common | For internal use only. |
| Application Common Patch | For internal use only. |