+ Start a Discussion
SuvraSuvra 

Calling Apex Class from S-Control

Hi all,

 

Does anyone have any idea on how to call Apex Class methods directly from a S-Control without using Visualforce page?

If it is possible, what is the code syntax in S-control??

 

Please help..

 

Thanks in advance,

Suvra

shillyershillyer

Yes - you can use the AJAX toolkit to execute your Apex Class, more here.

 

Hope that helps,

Sati