List of questions
Related questions
Question 279 - Certified Platform Developer II discussion
A developer receives an error when trying to call a global server-side method using the @remoteAction decorator. How can the developer resolve the error?
A.
Add static to the server-side method signature.
B.
Decorate the server-side method with (static=true).
C.
Change the function signature to be private static.
D.
Decorate the server-side method with (static=false)
Your answer:
0 comments
Sorted by
Leave a comment first