How Do I Resolve List of Values Errors?
You may encounter one of these validation failure messages when you enter a value in a list of values (LOV):
- The value is not a valid choice for the list.
- Unable to determine whether the value is a valid choice for the list.
This occurs if the add-in cannot locate the item in either the locally cached list or the remote list from REST service.
To resolve these issues:
- In search-and-select window, search for the specific item using a search term. If the item appears now, select it to check if the validation error message is gone.
- Make sure the item has been uploaded to the LOV data source.
- If the LOV is on a DFF field, make sure bind parameters are properly configured.
- If these actions don't work, try these additional steps:
- Open the Network Monitor, clear the List of Values cache, then try again.
- Review the specific URL and operation in the Network Monitor.
- Save the network monitor report.
- Review the configuration of the LOV.
- Consult the team that owns the LOV data source business object.
- If the LOV is on a DFF field, consult the team that owns the DFF.