Redirect to Visualforce page from Custom Button using OnClick Javascript
You have to write javascipt code to redirect to VF page standard custom button. Should use window.location function to redirect to VF page. Example: {!REQUIRESCRIPT('/soap/ajax/26.0/connection.js')} var accReq = "{!Account.Name}"; if(accReq != '') { window.location="/apex/VisualforceName?id={!Account.Id}"; } else { alert('Name is mandatory'); window.location.reload(); }
Override standard tab to hide recent item and unwanted section
You can customize the standard tab to display specific list view and hide unwanted section. You can’t customize the standard tab page using point and click. Need to use Visualforce page to accomplish this functionality. You can use apex:enhancedlist to customize
How to skip salesforce lookup filter?
How to Avoid Performing a Salesforce Lookup Filter Uses a Picklist? There are many scenario user don’t want to fire lookup filter like while running some apex job or generating billing related record. How to skip lookup filter? Create a checkbox field on
Not able to Change email Deliverability in Sandbox org
Learn How Do I Change Email Deliverability Option In Salesforce? We got many request in success community saying not able to change the “Deliverability” option in sandbox org. By default you will have “System email only” after the sandbox refresh. If you