Set a default value in Category field under New Goal (Performance Goal)
I have tried to set a default value via VB Studio in express mode for the Category field using an expression under Value
the Value used is
[[ $fields.performanceGoalsV2.CategoryCode ? $fields.performanceGoalsV2.CategoryCode : 'EIBG_BUSINESS' ]]
We are currently using only 3 categories and for each new goal created we want to default it to the value "Business" (2)
But this does not seem to default the value. Can you please advise?
0