Salesforce Certified Platform Developer 1 (SP25) CRT-450 Question # 52 Topic 6 Discussion

Salesforce Certified Platform Developer 1 (SP25) CRT-450 Question # 52 Topic 6 Discussion

CRT-450 Exam Topic 6 Question 52 Discussion:
Question #: 52
Topic #: 6

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.