runtimedependency EntityType
Form Level dependencies in CRM.
- Entity Set Path
- [organization URI]/api/data/v9.0/runtimedependencies
- Base Type
- crmbaseentity
- 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 |