A developer needs to provide a way to mass edit, update, and delete records from a list view. In which two ways can this be accomplished?
A. Configure the user interface and enable both inline editing and enhanced lists B. Download a managed package from the AppExchange that provides customizable Enhanced List Views and buttons C. Download an unmanaged package from the AppExchange that provides customizable mass edit, update and delete functionality D. Create a new Visualforce page and Apex Controller for the list view that provides mass edit, update and delete functionality
定義を見るには、カードをクリックです👆
定義を見るには、カードをタップです👆
C. Download an unmanaged package from the AppExchange that provides customizable mass edit, update and delete functionality D. Create a new Visualforce page and Apex Controller for the list view that provides mass edit, update and delete functionality
用語を見るには、もう一度クリックです👆
用語を見るには、もう一度タップです👆
Opportunity opp = [SELECT Id, Stagename FROM Opportunity LIMIT 1]; Given the code above, how can a developer get the label for the Stagename field?
A. Call "opp.StageName.getLabel". B. Call "opp.StageName.getDescribe().getLabel()". C. Call "Opportunity.StageName.getDescribe().getLabel()". D. Call "Opportunity.StageName.Label"
定義を見るには、カードをクリックです👆
定義を見るには、カードをタップです👆
C. Call "Opportunity.StageName.getDescribe().getLabel()".
用語を見るには、もう一度クリックです👆
用語を見るには、もう一度タップです👆
1/355
Compilation of practice questions with (most) duplicates removed (Winter 2020)