An Admin's Guide to the Developer Console by Francis Pindar

47
Admins Guide to the Developer Console Francis Pindar Technical Architect www.radnip.com @radnip Drag picture to placeholder or click icon to add

Transcript of An Admin's Guide to the Developer Console by Francis Pindar

Page 1: An Admin's Guide to the Developer Console by Francis Pindar

Admins Guide to the Developer ConsoleFrancis PindarTechnical Architectwww.radnip.com@radnip

Drag picture to placeholder or click icon to add

Page 2: An Admin's Guide to the Developer Console by Francis Pindar

Forward-Looking StatementsStatement under the Private Securities Litigation Reform Act of 1995:

This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services.

The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site.

Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

Page 3: An Admin's Guide to the Developer Console by Francis Pindar

Admins Guide to the Developer ConsoleFrancis PindarTechnical Architectwww.radnip.com@radnip

Drag picture to placeholder or click icon to add

Page 4: An Admin's Guide to the Developer Console by Francis Pindar

An Admins guide too…

Page 5: An Admin's Guide to the Developer Console by Francis Pindar
Page 6: An Admin's Guide to the Developer Console by Francis Pindar
Page 7: An Admin's Guide to the Developer Console by Francis Pindar

What is the Developer Console?

Debugging & TroubleshootingView Logs, Set and View Checkpoints in Apex Code

Editing and Navigating Source CodeBrowse Packages, Source Code Editor, View & Edit: Classes, Triggers, Lightning Components & VisualForce pages

Testing and Validating PerformanceTest Apex Code, Inspect Logs (Save Order, Limits etc) and Performance Issue checking

Executing SOQL and SOSL QueriesEdit and Execute SOQL and SOSL Queries, View Query Results

1

2

3

4

Page 8: An Admin's Guide to the Developer Console by Francis Pindar

What’s in it for the Admin?

Debugging & TroubleshootingView Logs, Set and View Checkpoints in Apex Code

Editing and Navigating Source CodeBrowse Packages, Source Code Editor, View & Edit: Classes, Triggers, Lightning Components & VisualForce pages

Testing and Validating PerformanceTest Apex Code, Inspect Logs (Save Order, Limits etc) and Performance Issue checking

Executing SOQL and SOSL QueriesEdit and Execute SOQL and SOSL Queries, View Query Results

1

2

3

4

Page 9: An Admin's Guide to the Developer Console by Francis Pindar

Salesforce Execution Order (some of the 20+ steps)Validation checksChecks compliance with Page Layout rules (required rules, maximum field lengths etc) & Validation Rules

Execute Before Apex TriggersExecute any code that has been written in a “before” trigger (before the record is saved to Salesforce)

Execute Duplicate RulesChecking if a record is a duplicate

Saves the record to the database(but not committed)

Execute After Apex TriggersExecute any code that has been written in a “after” trigger (after the record is saved to Salesforce)

Execute RulesAssignment Rules then Auto-Response rules then Workflow Rules (and re-runs if required).

Execute ProcessesFlows / Process Builder are run

1

2

3

4

5

6

7

Page 10: An Admin's Guide to the Developer Console by Francis Pindar

Salesforce Execution Order (some of the 20 steps)Escalation Rules

Entitlement Rules

Roll up Summaries on Parent record?Update parent record

Roll-up Summaries on Grandfather record?Update grandfather record

Commit the record to the database

Execute any post logicEg sending emails

8

9

10

11

12

13

Page 11: An Admin's Guide to the Developer Console by Francis Pindar

Salesforce isn’t that simple…

Page 12: An Admin's Guide to the Developer Console by Francis Pindar

Salesforce isn’t that simple…

Page 13: An Admin's Guide to the Developer Console by Francis Pindar

Salesforce isn’t that simple…

Page 14: An Admin's Guide to the Developer Console by Francis Pindar
Page 15: An Admin's Guide to the Developer Console by Francis Pindar
Page 16: An Admin's Guide to the Developer Console by Francis Pindar
Page 17: An Admin's Guide to the Developer Console by Francis Pindar
Page 18: An Admin's Guide to the Developer Console by Francis Pindar
Page 19: An Admin's Guide to the Developer Console by Francis Pindar
Page 20: An Admin's Guide to the Developer Console by Francis Pindar
Page 21: An Admin's Guide to the Developer Console by Francis Pindar
Page 22: An Admin's Guide to the Developer Console by Francis Pindar
Page 23: An Admin's Guide to the Developer Console by Francis Pindar

List of Log Event Types

CALLOUT_REQUEST – Sending something to an external system outside Salesforce VALIDATION_RULE, VALIDATION_PASS, VALIDATION_FAIL – Validation Rules WF_CRITERIA_BEGIN, WF_ACTION, WF_EMAIL_SENT – Standard Workflow WF_FLOW_?? or FLOW_?? – Flow running DUPLICATE_DETECTION_?? – Duplicate Management Rules evaluating SLA_?? – Case Milestone evaluation …

Page 24: An Admin's Guide to the Developer Console by Francis Pindar
Page 25: An Admin's Guide to the Developer Console by Francis Pindar
Page 26: An Admin's Guide to the Developer Console by Francis Pindar
Page 27: An Admin's Guide to the Developer Console by Francis Pindar
Page 28: An Admin's Guide to the Developer Console by Francis Pindar
Page 29: An Admin's Guide to the Developer Console by Francis Pindar
Page 30: An Admin's Guide to the Developer Console by Francis Pindar
Page 31: An Admin's Guide to the Developer Console by Francis Pindar
Page 32: An Admin's Guide to the Developer Console by Francis Pindar
Page 33: An Admin's Guide to the Developer Console by Francis Pindar
Page 34: An Admin's Guide to the Developer Console by Francis Pindar
Page 35: An Admin's Guide to the Developer Console by Francis Pindar
Page 36: An Admin's Guide to the Developer Console by Francis Pindar
Page 37: An Admin's Guide to the Developer Console by Francis Pindar
Page 38: An Admin's Guide to the Developer Console by Francis Pindar
Page 39: An Admin's Guide to the Developer Console by Francis Pindar
Page 40: An Admin's Guide to the Developer Console by Francis Pindar
Page 41: An Admin's Guide to the Developer Console by Francis Pindar
Page 42: An Admin's Guide to the Developer Console by Francis Pindar
Page 43: An Admin's Guide to the Developer Console by Francis Pindar
Page 44: An Admin's Guide to the Developer Console by Francis Pindar

AppExchange Demo Jam Admin Keynote Salesforce Connect & Custom Adapters

Time: Fri 8.30am – 9.10amLocation: Moscone West - 2002

Time: Wed 12-1pmLocation: Hilton Plaza Ballroom

Time: Thu 5.00pm – 6pmLocation: Moscone West - 2002

My other presentations

Page 45: An Admin's Guide to the Developer Console by Francis Pindar

Any Questions?

www.radnip.com@radnip

Francis Pindar Technical Architect

Page 46: An Admin's Guide to the Developer Console by Francis Pindar

What else is in Developer Console?

Debugging & TroubleshootingView Logs, Set and View Checkpoints in Apex Code

Editing and Navigating Source CodeBrowse Packages, Source Code Editor, View & Edit: Classes, Triggers, Lightning Components & VisualForce pages

Testing and Validating PerformanceTest Apex Code, Inspect Logs (Save Order, Limits etc) and Performance Issue checking

Executing SOQL and SOSL QueriesEdit and Execute SOQL and SOSL Queries, View Query Results

1

2

3

4

Page 47: An Admin's Guide to the Developer Console by Francis Pindar