How to reactivate my inactive picklist values in Salesforce?
1. Create a new Picklist list value as the inactive one. 2. Delete the inactive list value. 3. While deleting replace it with the new list value.
1. Create a new Picklist list value as the inactive one. 2. Delete the inactive list value. 3. While deleting replace it with the new list value.
1. Delete the LOV which you want to move it to inactive. 2. Click "Ok" button. 3. In "With Existing Value" field give none and click "Save" button. 4. Now ....
In order to use Tabular report in Dashboard, you have to set row limit and dashboard settings for the report. Sample Tabular Report: Adding row limit: After setting the Row ....
Sample code: Visualforce page: <apex:page controller="Sample" ><apex:form ><apex:pageblock id="pg" > <apex:pageblockSection columns="1" title="PBS1" rendered="{!pbs1}" > <apex:pageblocksectionItem > <apex:inputCheckbox value="{!pbs1cb1}"> <apex:actionSupport event="onchange" action="{!check}" reRender="pg"/> </apex:inputCheckbox> </apex:pageblocksectionItem> <apex:pageblocksectionItem > <apex:inputCheckbox value="{!pbs1cb2}"> <apex:actionSupport ....
1. What are the Governor Limits in Salesforce? http://infallibletechie.blogspot.in/2012/12/governor-limits-in-salesforce_26.html 2. What is the difference b/w Trigger & Workflow? Triggered can be fired before or after some operation.Workflow cab be fired ....
We can monitor the Salesforce Import Activities from Setup. Go to Setup --> Administration Setup --> Monitoring --> Imports to check Import activities history done through standard import wizard in ....
An Analytic Snapshot helps us to create report on historical data. Analytic Snapshots comprises of three things: A source Report of type Tabular or Summary A Custom Object with fields ....
Lockout effective period in Password Policies determines Lockout effective period after Maximum invalid login attempts. Login History: Password Policies: An Administrator has to click "Unlock" button so that the ....
1. Go to Setup --> Administer --> Domain Management --> My Domain. 2. Check the availability of your domain name. 3. Check the terms and condition checkbox. 4. Click "Register Domain" ....
An approver's delegate may also approve the record in his/her absence. Usually it will be an user's manager. In order to set delegate, select the user in "Delegated Approver" field ....