Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam CRT-450 All Questions
Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Salesforce Developers CRT-450 Question # 11 Topic 2 Discussion

CRT-450 Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

A Next Best Action strategy uses an Enhance Element that invokes an Apex method to determine a discount level for a Contact, based on a number of factors.

What is the correct definition of the Apex method?


A.

apex

Copy

@InvocableMethod

global static List> getLevel(List input)

{ /*implementation*/ }


B.

apex

Copy

@InvocableMethod

global Recommendation getLevel(ContactWrapper input)

{ /*implementation*/ }


C.

apex

Copy

@InvocableMethod

global List> getLevel(List input)

{ /*implementation*/ }


D.

apex

Copy

@InvocableMethod

global static List getLevel(List input)

{ /*implementation*/ }


Get Premium CRT-450 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.