Allow dynamic insertions
I have a requirement where a category set needs to be craeted having 3 segments in it. 1st segement is a LOV of say color having values Red,Green etc. 2nd segment is a LOV of flag Yes/no 3rd segment is a free text of number. like 1,2...
I don't want to create the categories manually because there can be infinite number of categories.So how can I achieve this?
Here is what I did. I created 2 Lov's for Color and Flag of validation type Independent and for the free text number as None.
I created a flex field structure with the "Allow dynamic insertions" check box checked and compiled it. But when I went to create the category set I had to give the default category and there I couldn't give any dynamic value.So I had to go and create the category first and then had to assign it to the default category in category set. Same thing happened when I went to assign the item to the category set.I could not assign any category dynamically without creating an entry for the category in category forms.