You need to sign in to do that
Don't have an account?

Opportunity opp = [SELECT Id, StageName FROM Opportunity LIMIT 1];
how can a developer get the label for the stageName field?
A. Call "Opportunity.StageNamelabel";.
B. Call "Opportunity.StageName.getDescribe0.getLabel()"
C. Call -opp.StageName.getDescrIbe0.getLabel()"
D. Call opp.StageName.Label
A. Call "Opportunity.StageNamelabel";.
B. Call "Opportunity.StageName.getDescribe0.getLabel()"
C. Call -opp.StageName.getDescrIbe0.getLabel()"
D. Call opp.StageName.Label
Opportunity.stagename.getDescribe().getLabel()
Please mark this question as solved if it was right