What are three considerations when using the @InvocableMethod annotation in Apex? (Choose three.)
A. A method using the @InvocableMethod annotation must be declared as static.
B. A method using the @InvocableMethod annotation can be declared as Public or Global.
C. A method using the @InvocableMethod annotation can have multiple input parameters.
D. A method using the @InvocableMethod annotation must define a return value.
E. Only one method using the @InvocableMethod annotation can be defined per Apex class.
Suggest answer: ABE
Reference:
No comments:
Please share to make the community better.