cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down with different labels and values

leftright
Champ on-the-rise
Champ on-the-rise
Hello!
I am trying to have in my custom worflow a drop-down, that has different value and label for the same dropdown element.
Alfresco by default uses the same value and label for drop-down elements.
Drop-down gets its data from database table, and sets the ID field as drop-down values and the Name field as drop-down labels.
I managed to do this for Alfresco Explorer with component-generator and converter(found the instructions on this forum) and it works fine,
but how do I do this for Alfresco Share?
I just can't find any instructions for doing this for Share specifically.
Please help!
1 REPLY 1

leftright
Champ on-the-rise
Champ on-the-rise
I have figured it out.
For share all I have to do is add values in the field in this format:   value|label,
where value is the value in drop-down and label is the label in drop-down,
and then use the selectone.ftl