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
salesforce_newbiesalesforce_newbie 

How to decide what displays on a webpage

Hi All,

 

I still trying to figure out Salesforce and would like your advice and guidance on something.

I have a page and on it will display information about a job, e.g., description, qualifications required etc.  

My problem is when I don't fill out some of the information in salesforce the headers, i.e., 'Preferred Qualifications' will display and have no more info underneath them.  I would like to set it up so when there is no info filled in on some of these sections then they don't display the header of the section on the webpage.

Can I do this using some 'If' code somewhere, for example, if preferred qualification is empty then don't display?

 

I hope this makes sense :)

Thanks in advance!

Pradeep_NavatarPradeep_Navatar

You can not achieve this functionality on the standard salesforce pages. You need to have a custom visualforce page.