function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SiddharthSiddharth 

Invoke APEX code using salesforce API using .Net

Hi All,
 
Is it possible to send invoke APEX class using API call, which means that using SOSL I query the APEX objects and then trigger that APEX call and perform the desired functionlity.
 
Thanks
 
werewolfwerewolf
You can do this by defining an Apex webService method and then calling that from .net.  Have a look in the force.com cookbook about that Apex webService keyword, I think it's got some good examples.