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
1 file changed
Lines changed: 7 additions & 0 deletions
File tree
- Server-Side Components/Business Rules/Dynamic Field Population from CMDB
Lines 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