You have a field with a Prompt table on a page. The logic is that based on the value that the user selects for this field, another field should be made a Required Field in certain cases. As the filed is not always a Required Field, you decide to do a validation using PeopleCode in SaveEdit. However, for the sake of completeness, you would need to add an asterisk (*) after the Field name when it become a required field. How would you add this?
Related Questions