Function Question
I have a text field (popup list of items) "Ingredients"
I create a simple Auto-assign rule for "Ingredients": AME: #onion
When I change the Ingredients field the onion Tag is properly checked.
I then change the Auto-assign rule for "Ingredients" to use a function: AME: SetIngredientsTags([Ingredients])
with the function in the VB editor:
Function SetIngredientsTags(Ingredients)
SetIngredientsTags="#onion"
end function
- Read more about Function Question
- 27 comments
- Log in or register to post comments