- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2018 05:23 AM
Hi,
I have a field of type List, I am trying to assign values to it with the help of a business rule...
proj.setValue("u_users", current.u_user.toString());
i see that this field of type List has red asterisk even though it has value in it.
It looks similar to the above one.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2018 06:51 AM
Hi Vineeth
This occurs in fields which type is list and the system is assigning the value to the field.
You would expect it to be grey since it is populated. You will still be able to save or submit the record without getting the mandatory error message.
You should be able eliminate this by creating a conditional UI policy (make sure Reverse if false is set)
If user is not empty, then set Read only = Leave alone, Mandatory = false, Visible = Leave alone

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2018 06:51 AM
Hi Vineeth
This occurs in fields which type is list and the system is assigning the value to the field.
You would expect it to be grey since it is populated. You will still be able to save or submit the record without getting the mandatory error message.
You should be able eliminate this by creating a conditional UI policy (make sure Reverse if false is set)
If user is not empty, then set Read only = Leave alone, Mandatory = false, Visible = Leave alone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2019 11:52 PM
Hi Kelly
I have face the same issue not only particular type field all type of fields shows the red asterisk even though it has value in, it is only on service portals.
could you please help me any one ASAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2018 07:00 AM
I think you will need to use g_form.setValue() for the value to be registered properly and the asterisk will go grey.
Regards
Greg