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
ashok dadali 3ashok dadali 3 

New to Apex

HI I am new to To the Ape can anybody tell what is the procedure to learn the Apex language. my problem is that I am unable to do perform practicles Like DML opearion on the Developer console. 
SF AdminSF Admin
Hi,

if you are intrested in apex learning check out this link:
https://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm


Important :
If this is what you were looking for then please mark it as a "SOLUTION" or You can Click on the "Like" Button if this was beneficial for you.

Regards
ashok dadali 3ashok dadali 3
I have this link and I am reading from this but my problem is that I want imlement that on the object .
like we do in C language.
Ex if i learn printf thaen i use this command on turbo C like this can you help me
SF AdminSF Admin

i am not exctly undersstanding what problem you are facing. 

in apex developer console is same as turbo c.. you can execute your program from developer console. 
we use system.debug instead of printf command in apex. hope this helps.

Regards

ashok dadali 3ashok dadali 3
I want to do DML opeartion(inserting and updating ) on my recruting application say on position object write any simple code in apex and copy past here so I  will help me to understand this.
if you want i can give me my Id and password to you.