Object Activity (sf_devops__Object_Activity__c)
Represents an activity by one of the DevOps Center custom objects.
Object Activity records determine the items that are listed in the Activity Histories of
work items and pipelines. When DevOps Center performs an operation, it creates an activity
record and inserts it in the appropriate user interface view; each activity references the
associated custom object. For example, when a user promotes a work item, DevOps Center
inserts a promotion initiation activity in the work item Activity History; the activity
references the Work Item and Pipeline Stage objects. When the promotion terminates, DevOps
Center inserts a second activity that references the same two objects and Async Operation
Result. This object is available in all orgs that have DevOps Center installed.
Supported Calls
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()
Fields
Field | Details |
---|---|
Name |
|
sf_devops__Activity_Date__c |
|
sf_devops__Activity_Type__c |
|
sf_devops__Change_Submission__c |
|
sf_devops__Environment__c |
|
sf_devops__Hidden__c |
|
sf_devops__Operation_Result__c |
|
sf_devops__Parent_Activity__c |
|
sf_devops__Pipeline__c |
|
sf_devops__Project__c |
|
sf_devops__Summary__c |
|
sf_devops__Target_Pipeline_Stage__c |
|
sf_devops__Work_Item__c |
|