ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 132 - Certified Platform Developer II discussion

Report
Export

What is the optimal syntax for adding a link to a case in a Visualforce page? (Choose two.)

A.
<apex:outputLink value="{$ URLFOR($Action.Case.Open, case)}" target="blank"> {lease.Name}</apex:outputLink>
Answers
A.
<apex:outputLink value="{$ URLFOR($Action.Case.Open, case)}" target="blank"> {lease.Name}</apex:outputLink>
B.
<apex:outputLink value="/{!case.Id}" target="blank"> {lease.Name}</ apex:outputLink>
Answers
B.
<apex:outputLink value="/{!case.Id}" target="blank"> {lease.Name}</ apex:outputLink>
C.
<apex:outputLink value="{!URLFOR($Action.Case.View,case.Id)}" target="blank">(LIE{!case.Name}</apex:outputLink>
Answers
C.
<apex:outputLink value="{!URLFOR($Action.Case.View,case.Id)}" target="blank">(LIE{!case.Name}</apex:outputLink>
D.
<apex:outputLink value="!viewCase(case.Id)}" target="_blank">{lease.Name} </apex:outputLink>
Answers
D.
<apex:outputLink value="!viewCase(case.Id)}" target="_blank">{lease.Name} </apex:outputLink>
Suggested answer: B, C
asked 23/09/2024
Alajauan Adams
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first