• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/42

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

42 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

Total number of soql queries issued per transaction for synchronous as well as asynchronous

100 and 200 respectively

Asynchronous is double the synchronous limit

Total number of records retrieved by SOQL queries per transaction

50000

Huge number

Total number of records retrieved by database.getquerylocator()

10000

Less than normal limit

Total number OF SOSL queries issued

20

SOSL is costly

Total number of records retrieved by a single SOSL query

2000

This is a combine limit for all the objects searched in SOSL

Total number of DML statements issued

150

Total number of records processed as a DML statements, approval.process or database.emptyRecycleBin

10000

Total stack depth for any apex invocation that recursively fires triggers due to insert , update or delete statements

16

Total number of call outs HTTP request or web service

100

Maximum time out for all call outs

120 seconds

Call outs are synchronous

Maximum number of methods with @FUTURE annotation

50

Maximum number of jobs added to the queue with system.enqueuejob

50

Jobs are big so limit must be small

Total number of sendEmail methods allowed

10

Total heap size synchronous and asynchronous

6 mb and 12 mb

As always asynchronous double the synchronous

Maximum CPU time on the salesforce servers synchronous and asynchronous

10000 ms and 60000ms

Maximum execution time for each apex transaction

10 minutes

Maximum number of push notification method calls allowed per apex transaction

10

Max push notifications (payloads) allowed per push notification call

2000

For loop list batch size

200

Maximum number of records returned for a batch apex query

5o million

Keyword is batch apex

Default timeout for call outs

10 sec

Key word is default

Maximum size of call out request

6mb or 12mb

Equivalent to maximum allowed heap size

Maximum number of class and trigger code units in a deployment of apex

5000

Maximum size of email message body + attachment

25 mb

It is 25 mb on demand email to case

Maximum number of visual workflow versions

50

Maximum number of visual workflows and processes per org

1000

Active 50%

Total workflow rules per object

500

Active 10%

Total approval process per object and per org

300 and 1000

Custom objects

200 400 2000

Maximum fields per custom setting

300

Maximum standard or custom fields tracked for history

20

Maximum permission sets created

1000

Recycle bin maximum records stored

25 times storage place in mb

Sharing rules and criteria based percentage

300 and 50

Static resource total and each

250 mb per org and 5mb per resource

Custom pick lists and custom multi pick lists

1000 and 500

Per value 255 character

Maximum roll up summary fields allowed

25

Maximum number of relationship

40

Custom fields per object

500 500 800

Custom labels

5000

Custom objects

200 400 2000

Maximum number of time trigger actions

40