Biotics 6 Specific Documentation

Solutions for functionality that differs significantly between Biotics 5 and Biotics 6 (will eventually be moved to online help)

Connecting to the Prostgres Database via PgAdmin
To connect to the Biotics 6 database, you will need to download PgAdmin or another Database access tool of your choice. You will also need database access w...
Wed, 11 Feb, 2026 at 3:25 PM
DELIMLIST replacement in B6
Following is an example to pull the list of user groups as found within security_users_vw: ( SELECT string_agg(su.security_users_name::text, ', '::...
Tue, 24 Feb, 2026 at 2:01 PM