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?
PHPMyAdmin has the option "Import data" for every table. But UNA has many tables which are connected with others. So direct import may not cover all issues. Please specify what info do you want to insert?
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]'
Hello menumaster !
PHPMyAdmin has the option "Import data" for every table. But UNA has many tables which are connected with others. So direct import may not cover all issues. Please specify what info do you want to insert?
Here you see some examples https://una.io/cmts.php?sys=bx_forum&id=2095&cmt_id=8475
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