Hi,
I have an item say 'Dept Name', P1_DEPT_NAME
This field is mandatory in case of CREATE and optional in case of UPDATE.
- so in case of CREATE, I need to put the ICON (Required Label with Help) along with the Label 'Dept Name'
- in case of UPDATE, I don't need the ICON (Required Label with Help) along with the Label 'Dept Name' as it is an optional field.
How can I change the label dynamically.
the path of the icon is shown below but don't know where to put this as per my requirement.
<img src="#IMAGE_PREFIX#themes/theme_12/required.gif" alt="Required Field" />
Thanks,
Deepak