dropdown FromField

beasscript-logo-small

BS: Copy drop-down values information from another field

Use this if you need the same drop-down for different fields. This can reduce count of entries and increase the performance.

 

Example: set the same drop-down in mycolumn1 and mycolumn2

item.mycolumn1.dropdown.values=red=1,blue=2,white=3
item.mycolumn2.dropdown.fromfield=mycolumn2