Fundamentals Flashcards
How many fields per object can be setup for history tracking?
20
For how long history data tracked from fields remain in Salesforce?
18 months
What fields are required when creating Share record?
- UserOrGroupId
- AccessLevel
- RowCause
What methods are available for MetadataAPI?
retrieve()
deploy()
What suffix is applied to History objects
History or __History
What system class is used to retrieve info about current user?
UserInfo
What objects / fields became available when multi-currency enabled?
CurrencyType obj
DatedConversionRate obj
CurrencyIso field
What can be used in Visualforce to ensure data comes to user with respect to locale settings?
apex:outputField
What can be used in Flow to schedule action to run in the future?
Scheduled Path
Who can edit Share records (Apex managed sharing)?
Users with view all / modify all data permissions
What declarative tools can be used to send Custom Notification?
Flow, Process
Which SOQL functions are useful for multi-currency orgs?
format, convertCurrency
How to convert SOSL results to user locale language?
use toLabel() on returning fields