We can create buttons using formula field. First, we need to create a button image Save this image in Documents object Use this image for creating a formula field...
If we want to see how many selected items in a multi picklist, it would be simple See the below, IF(INCLUDES( Multi_Picklist__c , “value 1”), 1, 0) + IF(INCLUDES(...
Can we schedule the Opportunity Amount instead by Opportunity Product scheduling? Yes, We have a solution for this. We can schedule the Total Opportunity Amount by divide and Repeat...
If we want to show the popup message by clicking the button, Then Click “ok” redirect to another Page and “Cancel” reloads the same page on Javascript. if (confirm(‘Are...
Standard Page URL and Lightning page URL both are totally different. If we want to redirect the page to lightning just given the URL like the below, (‘/one/one.app?source=aloha#/sObject/{!sobject.Id}/view’) ...
Sometimes, We have strucked in a script like drag and drop, here is the simple and easy code. Use below code to achieve this process. <apex:page > <html lang=”en”>...
This is pretty simple, You can either upload Bootstrap as a static resource or, as I personally do, link to CDN. Bootstrap uses MaxCDN, so all you’d need to do is...
I have faced this problem and struck how can I display superscript based on the date field. Finally, I got a good solution, I want to share with you. The...
We want to validate the phone field that it should have 10 digits only and the last name should have text only so how to use the extension. I...
Below code would help to create a table to display detailpage by using the visualforce page. Step1:- Inline Visualforce Page:- <apex:page standardController="Lead" extensions="MonthTableExample"> <apex:form> <apex:pageBlock title="Inline Visualforce Page Example"> <table...
Sometimes we are getting a lot of confused in visualforce page header and footer assignment (when Change to PDF Format). Don’t Worry about it hereafter, You can avoid this...
One Of The Easy Way To Call JavaScript From Static Resource is Following <script> <apex:includeScript value=”{!URLFOR($Resource.MerfantzScript, ‘MerfantzScript/js/jquery-ui.custom.min.js’)}”/> </script> ——————— We Are Happy To Helping You ————————-