Skip to content

Commit 4c16d96

Browse files
authored
Create PopulateCaller.js
1 parent c517dd5 commit 4c16d96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
2+
if (isLoading || newValue === '') {
3+
return;
4+
}
5+
6+
//Type appropriate comment here, and begin script below
7+
var manager= g_user.manager;
8+
g_form.setValue('manger',manager);
9+
10+
}

0 commit comments

Comments
 (0)