Submit Component (sf_devops__Submit_Component__c)

Represents a metadata component that was committed to a feature branch in the source control repository. The commit can be initiated in one of two ways, either from within DevOps Center or directly in the source control repository. Each metadata component that’s part of the commit must also be deployed to an environment, and DevOps Center uses the Submit Component object to model the metadata. The Submit Component object is a child of Change Submission. 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 Submit Component record.
sf_devops__Change_Submission__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the parent Change Submission record that this Submit Component record is a child of.
This field is a relationship field.
Relationship Name
sf_devops__Change_Submission__r
Relationship Type
Master-detail
Refers To
sf_devops__Change_Submission__c
sf_devops__Empty__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
If true, indicates that the metadata component didn’t change anything on the associated feature branch. This scenario occurs when a user pulls removed metadata from a development environment, but the metadata source doesn’t yet exist on the feature branch. DevOps Center still removes the metadata from the environment but doesn’t change the feature branch.
The default value is false.
sf_devops__File_Path__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Full pathname of the -meta.xml source file for this component on the feature branch.
sf_devops__Operation__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Specifies the operation that was executed on this component. Either ADD, CHANGE, or DELETE.
sf_devops__Source_Component__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Combination of the metadata name and type.
sf_devops__Source_Remote_Change__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
If a user in DevOps Center initiated the commit, this field is a reference to the associated Remote Change record that displayed the component in the user interface.
This field is a relationship field.
Relationship Name
sf_devops__Source_Remote_Change__r
Relationship Type
Lookup
Refers To
sf_devops__Remote_Change__c