WorkItemComponent

Represents a metadata component or configuration data record that’s linked to a WorkItemComponentList record in a DevOps Center project. The record includes details such as the change type, metadata member, and change tracking information. This object is available in API version 67.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
ChangeType
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update
Description
The type of change applied to the component or configuration data record. The default value is NEW.
Possible values are:
  • CHANGE—An update to an existing component or configuration data record.
  • DATA—A configuration data record change.
  • DELETE—A destructive change that removes the component or configuration data record.
  • MANUAL—A component or configuration data record added manually by you. requiring manual deployment steps.
  • NEW—A new component or configuration data record.
The default value is NEW.
ChangedBy
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The name or identifier of the user who made the change in the development environment.
ChangedOn
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
The date an time when the change occurred.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed this record or list view. If this value is null, and LastReferenceDate is not null, the user accessed this record or list view indirectly.
MemberName
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The name of the metadata component or configuration data record. For example, MyCustomTrigger.
MemberType
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The type of metadata component. For example, ApexClass, CustomObject, or Layout.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The unique, automatically generated name of the work item component record. For example, WIC-XXXXXXXXX.
NumberOfRecords
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The number of records included in the tracked change.
VersionNumber
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The version number for the component or configuration data record.
WorkItemComponentListId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of the parent WorkItemComponentList record that this component belongs to. This is a relationship field.
This field is a relationship field.
Relationship Name
WorkItemComponentList
Relationship Type
Master-detail
Refers To
WorkItemComponentList (the parent object)