Skip to main content

DAY 8 : Apex Basics & Database

 

 

WELCOME TO DAY 8

Day 8 target:

  •  Apex Basics & Database
Estimated time required: 2 hours 45 min + t

where t is the time required for more understanding.

Remember: This is a programming part. It will start from scratch. Java knowledge will help.You will be able to do it. Go slow. Take time. 

Here you go:

 

 

If completed, you can mail me at guide2salesforce@gmail.com to let me know or ask any doubt. I will try to find an answer or will direct you a reliable source.

Congratulations you are closer to understanding Salesforce. Salesforce suggests point and click method over programming. However, you will require this in complex tasks..

Sit back, enjoy or complete other errands you have to do. We will meet on Day 9 to continue.

 

 

 

Comments

Popular posts from this blog

Connected App

 A connected app is a framework that enables an external application to integrate with Salesforce using APIs and standard protocols, such as SAML, OAuth, and OpenID Connect. Connected apps use these protocols to authenticate, authorize, and provide single sign-on (SSO) for external apps. The external apps that are integrated with Salesforce can run on the customer success platform, other platforms, devices, or SaaS subscriptions. For example, when you log in to your Salesforce mobile app and see your data from your Salesforce org, you’re using a connected app. https://help.salesforce.com/articleView?id=sf.connected_app_overview.htm&type=5 By capturing metadata about an external app, a connected app tells Salesforce which protocol—SAML, OAuth, and OpenID Connect—the external app uses, and where the external app runs. Salesforce can then grant the external app access to its data, and attach policies that define access restrictions, such as when the app’s access expires. Salesforc...