runtimedependency EntityType
Form Level dependencies in CRM.
- Entity set path:
- [organization URI]/api/data/v9.2/runtimedependencies
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- RuntimeDependency
- Primary key:
- dependencyid
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details |
---|---|---|
createdtime | Edm.DateTimeOffset |
Date and time when the record was created. Display name: Created On Read only
|
dependencyid | Edm.Guid |
Unique identifier of a dependency. Display name: Dependency Identifier Read only
|
dependentcomponentnodeid | Edm.Guid |
Unique identifier of the dependent component's node. Display name: Dependent Component |
dependentcomponenttype | Edm.Int32 |
Dependent Component Node Type Display name: Dependent Component Node Type |
ispublished | BooleanManagedProperty |
Determines whether required component is published Display name: IsPublished |
requiredcomponentmodifiedtime | Edm.DateTimeOffset |
Date and time when the required component was modified. Display name: Created On Read only
|
requiredcomponentnodeid | Edm.String |
Unique identifier of the required component's node Display name: Required Component |
requiredcomponenttype | Edm.Int32 |
Required Component Node Type Display name: Required Component Node Type |