You need to sign in to do that
Don't have an account?
Brian Nolau 2
Any good video or APEX book recommendations?
I was trying to read through "Learning Salesforce Development with Apex: Write, Run and Deploy Apex Code with Ease (English Edition)" but the author doesn't even introduce basic concepts in APEX and spends 100 pages introducing the entire language. He then introduces two concepts with triggers for creating invoice records when opportunities reach a certain stage and the second opportunity he introduces doesn't even work before getting into even more advanced concepts like Salesforce SQL.
You can check below references that can help you in learning apex.
https://trailhead.salesforce.com/home
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dev_guide.htm
Thanks,