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
sforcetigersforcetiger 

What is he Use Of Apex Code I am new to Apex

What is he Use Of Apex Code I am new to Apex, please give solutions
pfarrellpfarrell
Have you looked at any of the documentation?  There are some good videos that show how to create Apex code.

My understanding of Apex is this: it allows you insert code which will be run based on various actions in the Salesforce server.  Instead of having to have code run in your server and then update Salesforce's data, you can insert scripts that can alter salesforce data as that data is being modified on the Salesforce server. 

More experienced users may weigh in with a more specific description, but I think that's a decently accurate elevator pitch.
sforcetigersforcetiger
thanks for reply,i read so many documents about Apex and i know how to develope apex code but i do not know about where we are going to implement our apex code in salesforce,because we have customization in salesforce thats why i asked,thank you for your reply