Commit 304dacb
authored
Create beforeBusinessRule.js
(function executeRule(current, previous /*null when async*/) {
// Call the Script Include
var populator = new DynamicFieldPopulator();
populator.populateFields(current, current.getTableName());
})(current, previous);1 parent 1a74789 commit 304dacb
File tree
1 file changed
+7
-0
lines changed- Server-Side Components/Business Rules/Dynamic Field Population from CMDB
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments