Hi Vaibhaw,
Can you help me in creating this one please:
You can display a image that account is inactive by using a formula field.
IF(Active__c = True, "Active",IMAGE("/sfc/servlet.shepherd/version/renditionDownload?rendition=ORIGINAL_Png&versionId=0687F00000d14jN&operationContext=CHATTER&contentId=05T7F00001yhOdp", "Account is inactive" , 150, 120))
Create a formula field which will check wheather your account status is active or not if active it will display active and when inactive it will display whatever image you want to display.
Hope it helps.
16 comentários