Unfortunately there is no menu for configuration menu to create/update user after login just like you see in the screenshot I attached earlier.
hmm i thought we did exactly what you meant. Which tables should be updated for permissions?
hmm i thought we did exactly what you meant. Which tables should be updated for pemissions?
Hi We just installed ART in a new server and started using MySQL connection for Art database this time. Everything went good but getting error at first log-in as Admin. (we have tested with hsql before and it was very successful!) Art schema setup was completed, Admin account was created in the table: ART_USER with 'ACCESS_LEVEL: 100', Table:ART_LOGS is updated every time admin logged in and out but getting Access Denied error in the page after login and no menu shows up. The screenshot is attached....
Thank you!
Hi, I am very new to the product. Just installed 4.18 and wondering if there is a way to skip any empty parameters if user did not input. For example: Parameter: order_id, customer_id select order_id, customer_id from orders where order_id = '' and customer_id ='' limit 50; --> show 50 rows from orders table. This will be very useful when user does not know order_id# or customer_id#. Thanks,