We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4a425 commit 9ebd8bdCopy full SHA for 9ebd8bd
1 file changed
Server-Side Components/Business Rules/my 1st contribution?-/mycode.js
@@ -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