Wednesday, May 30, 2012

Adding asterisk * on a field which is not marked as REQUIRED


Scenario:
We have scenario like where we have to show a * on a field in Siebel which is not marked as REQUIRED in configuration.
Let’s say requirement is to show the red asterisk ( * ) on “Main Phone Number” field on Contact Form Applet.

Solution: 

·         Select the appropriate applet ( In our example “Contact Form Applet” ) and check the edit web layout option.
·         Select the properties of the desired field ( In our example “Main Phone Number” ).
·         Under Caption String-Override add the following HTML code.

     <body><font size=”3″ color=”#FF0000″> *</font> Main Phone Number</body>

No comments:

Post a Comment