Skip to content

Commit 81a2f98

Browse files
authored
Update isValid.md
Attempt to fix the links
1 parent fc3c503 commit 81a2f98

File tree

1 file changed

+1
-1
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes/isValid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ All
3232
**Type**: Boolean.
3333

3434
**Description**: true if the column value is valid; false otherwise. <br />
35-
The validity logic is performed against the properties of the [Dataverse column](../maker/data-platform/types-of-fields). For instance, if the column is of type [whole number](../maker/data-platform/types-of-fields) with a minimun of 0 and a maximum of 100, the `isValid` function will return `false` when the current unsaved value on the form is 1000 and `true` whenever the current value falls between 0 and 100.
35+
The validity logic is performed against the properties of the [Dataverse column](../../maker/data-platform/types-of-fields). For instance, if the column is of type [whole number](../../maker/data-platform/types-of-fields) with a minimun of 0 and a maximum of 100, the `isValid` function will return `false` when the current unsaved value on the form is 1000 and `true` whenever the current value falls between 0 and 100.
3636

3737

3838

0 commit comments

Comments
 (0)