Skip to content

Commit 9ebd8bd

Browse files
authored
Create mycode.js
inc is created automatically append the assign grp name to the short desc
1 parent dd4a425 commit 9ebd8bd

File tree

1 file changed

+5
-0
lines changed
  • Server-Side Components/Business Rules/my 1st contribution?-

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(function executeRule(current,previous){
2+
if(current.assignment_group){
3+
current.short_description = current.short_description + '_' + current.assignment_group.getValueDisplayValue();
4+
}
5+
}) (current, previous);

0 commit comments

Comments
 (0)