Premium

Salesforce Developer Certifications Questions and Answers (Dumps and Practice Questions)



Question : Multi select picklist can be dependant field only and not a controlling field

  : Multi select picklist can be dependant field only and not a controlling field
1. True
2. False




Correct Answer : 1


Explanation: Dependent Picklist Considerations
Consider the following when defining dependent picklists:
Checkboxes : Checkbox fields can be controlling fields but not dependent fields.
Converting fields : Convert your existing fields to dependent picklists or controlling fields without affecting the existing values in your records. Going forward, dependency rules apply to any changes to existing records or new records.
Default values : You can set default values for controlling fields but not for dependent picklists.
Field-level security
Field-level security settings for a controlling field and dependent picklist are completely independent. Remember to hide controlling fields whenever its correlating dependent picklist is hidden.
Import : The import wizards do not consider field dependencies. Any value can be imported into a dependent picklist regardless of the value imported for a controlling field.
Lead conversion : If you create a dependency for lead fields that map to account, contact, and opportunity fields for lead conversion, create the same dependency on the account, contact, or opportunity as well.
Dependent picklists and controlling lead fields can be mapped to account, contact, or opportunity fields with different dependency rules.
Multi-select picklists : Multi-select picklists can be dependent picklists but not controlling fields.
Connect Offline : While controlling fields and dependent picklists are available in Connect Offline, the logic between them is not.
Page layouts : Make sure controlling fields exist on any page layout that contains their associated dependent picklist. When the controlling field is not on the same page layout, the dependent picklist shows no available values.
For visually-impaired users, make sure the dependent picklist is lower on the page layout than its controlling field.
If a dependent picklist is required and no values are available for it based on the controlling field value, users can save the record without entering a value. The record is saved with no value for that field.
Record types : The values in your controlling fields are determined by the record type selected. The values in your dependent picklists are determined by the record type and controlling field value selected. In short, the values available in dependent picklists are an intersection of the record type and controlling field selections.
A checkbox screen field is of type boolean. Use a checkbox screen field to offer flow users a yes-or-no choice.
Available in: Enterprise, Performance, Unlimited, and Developer Editions
For example:
" Whether to opt into a marketing campaign.
" Whether to receive a follow-up call after a purchase or case resolution.
" Whether an important policy is understood.
In this case, you can validate that the user selects the checkbox before proceeding to the next screen.






Question : External id can be created for field of type text, number or email.


 : External id can be created for field of type text, number or email.
1. True
2. False




Correct Answer : 1


Explanation: External ID Attribute on Custom Fields

In the Salesforce CRM user interface, you can identify up to seven (7) custom fields on an object as being an external ID field. The field type must be a text, number or email field. An external ID contains record IDs from a system outside of Salesforce. You can match against this field during importing or integration or when using the upsert call. Also, external ID fields are indexed, so selective filters on them should run quickly.

I haven't hit the limit of seven but I am still unable to mark a custom field as External. Why is this?

When a field has been designated as an External ID, it is also indexed as mentioned earlier. There is another limit that determines the amount of custom indexes per entity. Most likely, you are hitting this limit, who's default is 13. Please log a case with support, providing us an organization ID and what you are looking to do. We can review your current indexes and, with a sufficient business case, increase the limit in some situations.
When importing custom objects, solutions, or person accounts, you can use external IDs to prevent duplicate records from being created as a result of the import operation.
An external ID is a custom field that has the "External ID" attribute, meaning that it contains unique record identifiers from a system outside of Salesforce. When you select this option, the import wizard will detect existing records in Salesforce that have the same external ID. Note that this operation is not case-sensitive - for example, "ABC" will be matched with "abc". However, there is an exception: if the custom field has the separate "Unique" attribute and the case-sensitive option for that attribute is selected, uppercase and lowercase letters will not be considered identical.








Question : . What are the different ways a flow can be deployed? (Select all that apply.)
A. Custom button
B. Custom link
C. Visualforce page
D. Apex trigger
E. Field Updates
F. Custom actions

  : . What are the different ways a flow can be deployed? (Select all that apply.)
1. A,B,C
2. B,C,E
3. C,D,E
4. D,E,F
5. A,E,F



Correct Answer : 1


Explanation: Flows can be executed in several ways, depending on whether you need to enable them to be run by internal users, external users, or systems.
Available in: Enterprise, Performance, Unlimited, and Developer Editions

" Distribute a Flow to Internal Users
Enable your internal users to run your flow through the flow URL or a Visualforce page.
" Distribute a Flow to External Users
Enable external users to run your flow by adding the flow to a Visualforce page and distributing that page through a Force.com site, Customer Portal, or Partner Portal.
" Launch a Flow Automatically
Some flows don't require any user interaction to start. To enable a system to automatically launch a flow, use the start Apex method or a workflow action.
" Deploy a Flow to Other Organizations
Flows created in the Cloud Flow Designer can be included in both change sets and packages. The recipient organization of either the change set or package must have Visual Workflow enabled.


Related Questions


Question : What is the record limit for loading records using import wizards?

 :  What is the record limit for loading records using import wizards?
1. 50
2. 500
3. 5000
4. 50,000


Question : What records can be loaded using import wizards?

A. Accounts
B. Contacts
C. Leads
D. Solutions
E. Custom objects

 :  What records can be loaded using import wizards?
1. A,B,C,D
2. B,C,D
3. A,B,D,E
4. A,B,C,D,E


Question : Where can you monitor bulk data load jobs?


 : Where can you monitor bulk data load jobs?
1. In the Monitor section in the start menu
2. In the Monitor section in the manage menu
3. In the Monitor section in the Setup menu
4. In the Monitor section in the handle menu
5. Not allowed



Question : Data Loader does not use the SOAP-based Web services by default.



 : Data Loader does not use the SOAP-based Web services by default.
1. True
2. False




Question : The sales team would like to have a map displaying the company location on the Account page. What tool should you use?



 : The sales team would like to have a map displaying the company location on the Account page. What tool should you use?
1. Visualforce
2. Apex
3. Both
4. None of the above



Question : The sales team would like to include a Chatter feed about the record on the Contact page. What tool should you use?
 : The sales team would like to include a Chatter feed about the record on the Contact page. What tool should you use?
1. Page layout
2. Chater layout
3. Visualforce
4. Apex