Fundamentals Flashcards

1
Q

How many fields per object can be setup for history tracking?

A

20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

For how long history data tracked from fields remain in Salesforce?

A

18 months

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What fields are required when creating Share record?

A
  • UserOrGroupId
  • AccessLevel
  • RowCause
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What methods are available for MetadataAPI?

A

retrieve()

deploy()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What suffix is applied to History objects

A

History or __History

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What system class is used to retrieve info about current user?

A

UserInfo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What objects / fields became available when multi-currency enabled?

A

CurrencyType obj
DatedConversionRate obj
CurrencyIso field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What can be used in Visualforce to ensure data comes to user with respect to locale settings?

A

apex:outputField

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What can be used in Flow to schedule action to run in the future?

A

Scheduled Path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Who can edit Share records (Apex managed sharing)?

A

Users with view all / modify all data permissions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What declarative tools can be used to send Custom Notification?

A

Flow, Process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which SOQL functions are useful for multi-currency orgs?

A

format, convertCurrency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How to convert SOSL results to user locale language?

A

use toLabel() on returning fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly