function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rupesh ranjanrupesh ranjan 

I want to display value like this. (highlighted with Cross cancel)

I want to display value like this. (highlighted with Cross cancel)

User-added image

 
Vijay NagarathinamVijay Nagarathinam
Hi Rupesh,

you can acheive this by using visualforce page.

Thanks,
Vijay
rupesh ranjanrupesh ranjan
How can you please give me some sample of code
Vijay NagarathinamVijay Nagarathinam
Use that code for ur background hightlight
<span style="Margin-Left:15.95%; Font-Family:Arial,Helvetica,sans-serif; Font-Size:11px; Font-Weight:Bold; Color:#4a4a56;">No Interest Status </span> <apex:outputText value="{!Account.No_Interest_Status__c}" style="{!IF(Account.test__c != NULL,'Background:Red; Color:White; Margin-Left:3.11%;','Background:#bbff99; Margin-Left: 3.11%')}"/> <br/><br/>