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
samyak jain 45samyak jain 45 

Injecting Apex

Is it necessary to write apex code on the force.com platform or it apex can be injected using API or any other method ?
Best Answer chosen by samyak jain 45
Zuinglio Lopes Ribeiro JúniorZuinglio Lopes Ribeiro Júnior
Hello Samyak,

Yes you can! Look for the Tooling API!
https://developer.salesforce.com/page/Tooling_API

Hope to have helped!

Regards.

Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.

All Answers

LBKLBK
APEX is the server-side language for Force.com platform. You need the platform to execute it.
samyak jain 45samyak jain 45
I am not talking about execution of apex.My question was about injecting it into the platform that if we can put it onto the platform using any API or any other methods.
Zuinglio Lopes Ribeiro JúniorZuinglio Lopes Ribeiro Júnior
Hello Samyak,

Yes you can! Look for the Tooling API!
https://developer.salesforce.com/page/Tooling_API

Hope to have helped!

Regards.

Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.
This was selected as the best answer
samyak jain 45samyak jain 45
Thanks a lot !