Salesforce DEV-401 - Building Applications with Force.com and Visualforce
When loading a new account using Apex Data Loader and specifying the owner id to whom the account should belong, under which of these cases, the data load will fail?
i. The owner id is an invalid id. There is no user in salesforce with this id
ii. The owner id belongs to an inactive user.
While creating an approval process and assigning the next approver using the hierarchy relationship field on user [Option’s exact name is “Automatically assign an approver using a standard or custom hierarchy fieldâ€], which is the standard user field available?
A lead can have more than one values in the lead status picklist with the ‘Converted’ checkbox checked for them so that these values are available while converting the lead to be assigned to the ‘Status’ picklist as the converted status.
A single Sales Process can be assigned to multiple opportunity record types.
What is the drawback of loading leads/cases using the Apex Data Loader as compared to creating them from the UI?
What levels of access can be granted using sharing rules?
How to find out if SFDC environment uses packages?
Using workflow rule field update action on a child object, any field of its parent can be given a value.
A workflow rule with workflow action of field update is active but is not giving the desired result. What could be the reason?
Account object has a custom field 'Tax' of type number. Two account records are present in Salesforce, account name Acc1 has value 7 in this field while account name Acc2 does not have any value in this field. This custom field Tax is now given a default value of 89 by editing it. Which of these cases will happen: