SBM JavaScript Library Guide → Reference → Field Methods → MakeFieldValid
Marks the specified field as valid (that is, not invalid), if it is not already marked as such. It does not update the field or the label.
| Name | Type | Description | 
|---|---|---|
| fieldName | String | The name of the field. | 
| Result | Value | 
|---|---|
| (none) | 
This example marks the Unit Price field as valid:
MakeFieldValid("Unit Price");
    (none)
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.