CoreBOSBB
Use one table for multple picklists? - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18)
+--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4)
+--- Thread: Use one table for multple picklists? (/showthread.php?tid=458)



Use one table for multple picklists? - Guido1982 - 10-10-2016

Is it possible to create multiple UI15 or 16 fields (in multiple modules) that use the same source table for the picklist values?


RE: Use one table for multple picklists? - joebordes - 10-10-2016

Yes, this works very well. You have to make sure the fieldname is the same in all the modules you define the list in. In other words, you define the picklist on all the modules and set the fieldname to be the same. You can define the values in any of the modules and they share the values.


RE: Use one table for multple picklists? - Guido1982 - 10-11-2016

Great, thanks! I'll get experimenting...