In some cases I wanted to hide the label in the standard layout.
For example, such requirement might seems logical if you are using image link and the information text is already in the image.
In such case, the labels redundant, but you can't hide them with the layout property, and no one want to build VF page just for hiding those labels.
The trick is in the label value. You cannot leave it empty, but you can add css properties (carefull, which attributes you adding!).
Before the label just add: <font style="font-size:0px">
Note that you might need to shortcut the previous text, but since you want to hide it, you won't mind.
The result:
Subscribe to:
Post Comments (Atom)
Retire of Permission on Profiles
If you are working as a Salesforce admin/developer you've probably heard somewhere that Salesforce is planning to make a significant cha...
-
I recently came across the following issue. I created custom metadata, where I can set mathematical expression with combination of fixed va...
-
There are some actions in SF which cannot use long text fields. For example: * Filters in look up window. * Filter in where clauses in SO...
-
When using approval process you may not specify email template. In this case SF will use the default template for approval processes with t...
No comments:
Post a Comment