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–2020 Micro Focus or one of its affiliates. All rights reserved.