What is an enhancement to Process Builder? A. Administrators receive a fault email when a process fails due to user inactivity. B. Process criteria can be evaluated at a specific …
SFDC
-
-
Replace new line, space, commas characters using Apex Class To Replace the New Line Using Apex Class: It depends on which character is used (that differs between operating systems). If …
- SALESFORCESalesforce CertificationSalesforce Interview QuestionsSOQL
Clear Users from Debug logs using SOQL in Salesforce
Clear Users from Debug logs using SOQL in Salesforce ERROR: sObject type ‘TraceFlag’ is not supported. Follow below steps in Production/Sandbox/Developer Organization if you see the too many users added in …
- APEXSALESFORCETrigger
Automatically convert Lead to Account, Contact and Opportunity using Apex Trigger
Automatically convert Lead to Contact using Apex Trigger Requirement: Automatically convert Lead to Account, Contact and Opportunity using Apex Trigger if the Lead Status = Open For Example: Here we …
- SALESFORCESalesforce CustomizationVisualforce
How to create standard ‘New’ button on Visualforce page
How to create standard ‘New’ button on Visualforce page? Please follow the below instructions: <apex:outputLink value=”{!URLFOR($Action.Account.New)}”>Create New Account</apex:outputLink> use the same way to other objects (both Standard/Custom Objects) to change …
- SALESFORCESalesforce CustomizationVisualforce
How to use the Salesforce (SFDC) Standard Icons on Visualforce page?
How to use the Salesforce (SFDC) Standard Icons on Visualforce page? need to use a relative path to the icons: <img src=”/img/func_icons/util/pencil12.gif”/> standard icons click the below link: SFDC Standard …
-
How do Query Queue Id, Name in Salesforce Apex? Queues are stored as a Group SObject: For Example: Group groupDetail = [SELECT Id, Name, DeveloperName, Email, Type FROM Group where …
- Data LoaderSALESFORCESalesforce Interview QuestionsSalesforce.com
Salesforce Interview questions and answers Users, Profiles, Role and Permission Sets
Salesforce Interview questions and answers Users, Profiles, Role and Permission Sets Profiles and Permission Sets provides security for meta-data (Structure) components. 1. What is Profile? Profile deals with CRED (Create, …
- Data LoaderSALESFORCESalesforce Interview QuestionsSalesforce.com
Salesforce Interview questions and answers for Import Wizard and Data Loader
Salesforce Interview questions and answers for Import Wizard and Data Loader 1. What is Import wizard? Import wizard is a web based tool to process bulk records. With import wizard …
- SALESFORCESalesforce Interview QuestionsSalesforce.com
Salesforce Interview questions and answers for Reports and Dashboard
Salesforce Interview questions and answers for Reports and Dashboard? 1. What is Report? To summarize the information of an object we use reports. 2. What are the types of Reports? …