Hidden Remote Change (sf_devops__Hidden_Remote_Change__c)

Used to hide a Remote Change record from a work item. A sample use case is when a feature branch associated with the work item has a .forceignore file that excludes the metadata represented by the Remote Change record. See How DevOps Center Keeps Track of User Changes for more information. This object is available in all orgs that have DevOps Center installed.

Supported Calls

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

Fields

Field Details
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Name of this Hidden Remote Change record.
sf_devops__Hidden_by_Force_Ignore__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
If true, specifies that this Remote Change is hidden from the work item because it matched a .forceignore rule.
The default value is false.
sf_devops__Remote_Change__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the Remote Change record that’s hidden.
This field is a relationship field.
Relationship Name
sf_devops__Remote_Change__r
Relationship Type
Master-detail
Refers To
sf_devops__Remote_Change__c
sf_devops__Work_Item__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the work item that can’t see the Remote Change record because it’s hidden.
This field is a relationship field.
Relationship Name
sf_devops__Work_Item__r
Relationship Type
Master-detail
Refers To
sf_devops__Work_Item__c