Hello. I have just installed Una for the first time and am doing initial configuration.
I would like to import a few data lists... how do I do this? I created a new table in phpMyAdmin but how do I connect this to the data list request in Una?
I want to use Una as a directory. I have several lists already created that I want to import for different form options. All lists are already in .csv format.
"Groups" - I have a list to import to use as categories
If you need to add the new categories then you may insert them to `sys_form_pre_values` table. For example, you need to add some new categories to Groups app. So you need to import your list with common `Key`='bx_groups', `Value` = some number (auto-incremented) and `LKey`='_bx_groups_cat_[name of the category]'
M
Thank you so much for responding.
I want to use Una as a directory. I have several lists already created that I want to import for different form options. All lists are already in .csv format.
What can I do?
If you need to add the new categories then you may insert them to `sys_form_pre_values` table. For example, you need to add some new categories to Groups app. So you need to import your list with common `Key`='bx_groups', `Value` = some number (auto-incremented) and `LKey`='_bx_groups_cat_[name of the category]'
L
Did you get this to work? I'm looking to do the same