You need to sign in to do that
Don't have an account?
LA_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
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
Thank you for reply
But our requirement is Dynamically color change .