Missed/Remember questions Flashcards
What are the two options you have for field properties on page layouts?
Make a field required and Make a field read-only
What are activities made up of?
Task: A to-do item with no duration but may optionally have a due date.
Event: Is a meeting that has a duration and therefore requires a start date/time and end date/time
What is the limit for data loader vs mass delete for deleting records?
Data loader: 100 records
Mass Delete: 250 records Accounts, Leads Activities, Contacts, Cases, Solutions, Products, and Reports
C.C.L.A.A.S.P.R
What is the acronym CCLAASPR for?
What can be used for mass delete:
Cases,Contacts,Leads,Accounts,
Activities,Solutions,Products,Reports
In addition to score what other information does Einstein opportunity scoring provide to assist sales users close deals
Indicates both positive and negative factors that contributed to the score.
When an opportunity is closed won, and order record should be automatically be created as the administrator. What would should you recommend?
Process builder: ‘Create a record’ action
Workflow: Does not give this option
Apex: Can be done with code but best practice is to you a declarative approach before a programmatic one is implemented.
How many objects in total can be in a report type?
4: 1 primary and 3 child objects.
You can also then add fields from additional related objects
What action is available in workflow that is not available in process builder?
Out bound messages
What is not a type of workflow action? \+ Email alert \+ Custom Notification \+ Outbound Message \+ Field Update \+ Create Tasks
Custom Notification
Only things work flow offers is \+ Email alert \+ Outbound Message \+ Field Update \+ Create Tasks
What is not a type of macro:
Invokable Macro
Regular Macro
Irreversible Macro
Bulk Macro
Invokable Macro
Only types of Macro available are:
- Regular Macro*: These macros perform actions that can be undone, for example the Marco selected the correct email template, but didn’t send it
- Irreversible Macro*: These macros perform actions such as sending an email to a customer and cannot be undone
- Bulk Macro*: These macros can be run on multiple records at the same time
What does Text area(rich) support?
Color,
Formatting-font(bold, italic, underline, strikethrough),
Format body ( bulleted list, Numbered list, Indent, and outdent)
Align Text( Left, Right Center)
Insert Link
Insert Image
Cloudy consulting would like to perform a backup of all internal systems every week, what feature could be used to ensure that salesforce is backed up every week?
Data export service
What is required for a standard fiscal year?
The start month. The end month is not required unless that’s when they want their year to be counted as
What are contact roles?
Enable you to define which contacts are involved in a case and what their roles are. This feature makes it easier to quickly identify who to contact and when.
Data loss can occur from changing what field types.
- Changing TO a number from any other type of field
- Changing TO currency from any other type
- Change TO multi-select picklist from any other type
- Changing FROM a checkbox to any other type of field
- Changing FROM a multi-select picklist to any other type of field
- Changing FROM percent to any other type of field.
What do record types control?
Path, Page layouts, Picklists P.P.P
How can you reserve a particular conference room for a meeting?
Add the conference room resource as an attendee
How can you create a resource?
By navigating to public calendars and resources in setup
How can a Joined report be used as the data source of a dashboard component?
If the report contains a chart
Where do you Configure IP addresses?
Setup>Network Access
What record attribute is required to update a record using Data Loader?
Record ID
A Salesforce Administrator accesses Flow Builder to make final changes to flow before activating it. Where can the flow be quickly activated?
Flow Builder Interface
The Flow Debug page is used for?
Testing and debugging a flow.
The Flow run page does what? and can it activate it too?
Runs the flow, but does not activate it.