Important topics to be covered for Salesforce developers interview questions
Customization Development Data Migration Apex Visual Force Triggers Cheers!!!
Customization Development Data Migration Apex Visual Force Triggers Cheers!!!
1. Go to My Settings. 2. Go to Personal --> Advanced User Details. 3. Enable Development Mode Check box. Cheers!!!
Sample Code: <apex:page > <apex:listViews type="Account"/> </apex:page> Output:
$Action $Api $Component $componentLabel $Label $Label.Site $ObjectType $Page $Profile $SControl $Site $System.OriginDateTime $User $User.UITheme and $User.UIThemeDisplayed $UserRole The difference between the $User.UITheme and $User.UIThemeDisplayed is that $User.UITheme variable returns the ....
Sample Code: <apex:page> <p>Let's find a maximum: {! MAX(1,2,3,4,5,6,5,4,3,2,1)} </p><p>The square root of 49 is {! SQRT(49)}</p> </apex:page> Output:
1. Open the command prompt by either clicking Start, All Programs, Accessories, Command Prompt, or by clicking Start, Run then typing in "cmd" and pressing enter. 2. Click on the ....
To run or execute .wsf file from Command Prompt, use the below syntax Syntax: Drive:>cscript filename.wsf
Tool for administering Salesforce from the command line. A productivity tool to manage your organization through powerful commands. Salesforce.com can now be managed through the console, as if it were ....
1. Workflow rules can perform which of the following actions using standard Salesforce.com functionality? A. Update a FieldB. Send an Outbound MessageC. Send an EmailD. ....
An outbound change set contains customizations that you want to send from this organization to another organization. These customizations can include new components or modifications to existing components, such as ....