Hello All, The List of Values that are created using LOV fields or TextFileds are currently not validated with the value list of LOV. So, if a user enters a value that doesn’t exist in the list, the value stays in the LOV field even though it’s not a correct value. Is it possible to validate the values entered into a LOV field with the list of values of LOV. Thanks Suranga |
Hi Suranga, LOVFields should be automatically validated when focus goes to another item. However this is not the case for TextFields, you should validate them yourself (by using focusLost or valueChange event). |