Commit fb93964
authored
Smart Field Validation and Dependent Field Derivation Using getError() and setError() (#2036)
* Create custom_alert.js
If you need HTML beautified alert box, use this.
* Create custom_alert_box.js
UI Page to render the custom alert
* ExampleScreenShots
These are example ScreenShots for reference
* Create readme.md
Example Screenshots
* Rename Catalog Client Script/CustomAlert/ExampleScreenShotCustomAlertInfo.png to Catalog Client Script/CustomAlert/Screenshots/ExampleScreenShotCustomAlertInfo.png
* Rename Catalog Client Script/CustomAlert/ExampleScreenShotForCustomAlertSuccess.png to Catalog Client Script/CustomAlert/Screenshots/ExampleScreenShotForCustomAlertSuccess.png
* Rename Catalog Client Script/CustomAlert/ExampleScrenShotForCustomAlertDanger.png to Catalog Client Script/CustomAlert/Screenshots/ExampleScrenShotForCustomAlertDanger.png
* Create readme.md
Notes for installation or Implementation
* Create update_notes_tag_addition.js
Business rule to add work notes on record if notes for tag entries are allowed.
It is very hard to track who added the tag to the record and when, this will help to manage to understand who has added what tags on record.
* Create update_notes_tag_removal.js
Business rule to add work notes on record if notes for tag removal are allowed.
It is very hard to track who removed the tag to the record and when, this will help to manage to understand who has removed what tags on record.
* Create readme.md
Notes for the implementation
* Revert "Create update_notes_tag_addition.js"
This reverts commit a56fd1f.
* Revert "Create update_notes_tag_removal.js"
This reverts commit deb75b1.
* Revert "Create readme.md"
This reverts commit 064f919.
* Create br_validate_short_description.js
* Create README.md
* Create br_derive_dependent_fields.js
* Update br_derive_dependent_fields.js
* Update README.md
* Delete GlideElement/Smart Field Validation and Dependent Field Derivation Using getError() and setError() directory
* Create README.md
Readme File
* Create br_validate_short_description.js
Validate Short Description BR
* Create br_derive_dependent_fields.js
Dependent BR1 parent 89992b8 commit fb93964
File tree
3 files changed
+96
-0
lines changed- GlideElement/Smart Field Validation and Dependent Field Derivation Using getError() and setError()
3 files changed
+96
-0
lines changedLines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments