Posted by: Pdfprep
Post Date: February 25, 2021
What are three considerations when using the @InvocableMethod annotation in Apex? Choose 3 answers
A . A method using the @InvocableMethod annotation must define a return value.
B . A method using the @InvocableMethod annotation can have multiple input parameters.
C . A method using the @InvocableMethod annotation must be declared as static
D . A method using the @InvocableMethod annotation can be declared as Public or Global.
E . Only one method using the @InvocableMethod annotqation can be defined per Apex class.
Answer: C,D,E