Welcome Guest. Sign in or Signup

1 Answers

Asterisk (*) near PeopleSoft Field

Asked by: 4587 views PeopleCode

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

1 Answers



  1. anpvikas on Mar 09, 2012 Reply

    With PeopleTools 8, an asterisk (*) is displayed on pages beside fields that are defined as Required in PeopleSoft Application Designer. You can use this property to specify whether this asterisk, also called the required field cue, is displayed for a particular field.

    For example, many fields are made required or non-required either procedurally or through PeopleCode. This means they aren’t defined as Required in PeopleSoft Application Designer, and the end-user may be confused. For these fields, you can use this property.

    example code:

    &DATE_FORMAT.ShowRequiredFieldCue = True;

    +1 Votes Thumb up 0 Votes Thumb down 0 Votes


Answer Question