want to show a * on a field in Siebel which is not marked as REQUIRED
Example: Lets say we want to show the red asterisk on “Main Phone Number” field on Contact Form Applet.
Solution:
Select the appropriate applet and check the edit web layout option.
Select the properties of the requied field….
and under Caption String-Override add the following HTML code…
<body><font size=”3″ color=”#FF0000″> *</font> Main Phone Number</body>
No comments yet.