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
LA_193LA_193 

I have 2 custom objects (assume total fields 200) its very urgent....

Hi

 

I have 2 custom objects (assume total fields 200) where am pulling the data (only filled ) into PDF.

 

Here my requirement is,  am filled 40 fields so in PDF only 40 fields info available, next i have updated more 10 feilds total 50 feilds I need

10 feilds data in Bold or different color in PDF.

 

please adivce the possible workaround to achieve it.

 

Thanks

SurekaSureka
Hi,

To apply styles use this,

<apex:outputText value="{!account.Name}" style="text-align:center;color:blue;"/>

If you use outputField, you might not be able to apply styles.

Thanks
Bhuvana
LA_193LA_193

Thank  you for reply

 

                       But our requirement is Dynamically color change .