Salesforce
PDII · Question #114
PDII Question #114: Real Exam Question with Answer & Explanation
Sign in or unlock PDII to reveal the answer and full explanation for question #114. The question stem and answer options stay visible for context.
Question
What is the optimal syntax for adding a link to a case in a Visualforce page? (Choose two.)
Options
- A<apex:outputLink value="{$URLFOR($Action.Case.Open, case)}" target="blank"> {Icase.Name}
- B<apex:outputLink value="/{!case.Id}" target="blank"> {Icase.Name}</apex:outputLink>
- C<apex:outputLink value="{!URLFOR($Action.Case.View,case.Id)}"
- D<apex:outputLink value="!viewCase(case.Id)}" target="_blank">{Icase.Name} </apex:outputLink>
Unlock PDII to see the answer
You've previewed enough free PDII questions. Unlock PDII for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.