What is true about the enhancements to user management permissions? Choose 2 answers The answers are 1. User management permissions can be assigned using a profile or permission set. 2. …
SFDC
-
-
How can an administrator customize pice book entrics? Choose 2 answers The answers are 1. Add a custom field to manage pricing. 2. create a validation rule to improve data …
-
How can a support agent use the console for service? Choose 2 answers The answers are 1. Retain multi-component settings when logging out and back in. 2. clear logs in …
-
What is a capability of user sharing? 1. Administrators can enable or disable the sharing button for individuals user records.
-
What can an administrator configure for activities? Choose 2 answers Answers are 1. A validation rule based on the due date of the task. 2. A custom report type to …
- APEXSALESFORCESalesforce ConfigurationSalesforce Customization
How to identify the Parent Event ID from Child Event in Salesforce?
How to identify the Parent Event ID from Child Event in Salesforce? Using Apex Class/Trigger if we tried to update the Events (Child Events) if isChild = True, then the …
-
Which API Should I Use in Salesforce? following user permission need: User Permissions Needed – API Enabled under the profile level Application Programming Interface (API) API Name What It’s For When …
-
How to Identify the Salesforce.com Known Issues Salesforce.com has had a Known Issues site that can help you when you run into something that is not working as expected in …
- APEXSALESFORCESalesforce CustomizationVisualforce
How to enable the inline editing using Visualforce page
How to enable the inline editing using Visualforce page Step 1: Create a new Custom Visualforce page with following code. (Setup-> Develop – > Pages) <apex:page StandardController=”Account” tabStyle=”Account” sidebar=”true” > …
- SALESFORCESalesforce ConfigurationSalesforce.com
Inline Editing is not available after override the standard Edit and Delete buttons in salesforce object
Inline Editing is not available after override the standard Edit and Delete buttons in salesforce object Whenever we override Standard Buttons (“Edit, Delete”) of any object in sales force then …