Skip to content

Commit b8607ce

Browse files
authored
Update br_derive_dependent_fields.js
1 parent 2c802d0 commit b8607ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GlideElement/Smart Field Validation and Dependent Field Derivation Using getError() and setError()/br_derive_dependent_fields.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
// Proceed only if no prior validation error
2121
var desc = current.getValue('short_description').toLowerCase();
22-
gs.info('[BR:200 - Derive] Validation passed. Deriving dependent fields...');
2322

2423
// Example 1: Derive category
2524
if (desc.includes('server')) {
@@ -43,6 +42,4 @@
4342
current.impact = 3; // Low
4443
}
4544

46-
gs.info('[BR:200 - Derive] Fields updated → Category: ' + current.category + ', Subcategory: ' + current.subcategory + ', Impact: ' + current.impact);
47-
4845
})(current, previous);

0 commit comments

Comments
 (0)