Initial Commit
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
(function calculatedFieldValue(current) {
|
||||
|
||||
// Add your code here
|
||||
return ''; // return the calculated value
|
||||
|
||||
})(current);
|
||||
Reference in New Issue
Block a user