014 How to Enable Master/Details Screens (Active Table Edtor)

Enable Master/Details screen objects for Active Table Editor with the required repository SQL update.

Repository Database Updates
4.9 ★★★★★ Based on 16 reviews on Capterra See all reviews on Capterra →

The Update procedure

This update adds the Master/Details object type used by Active Table Editor. Run it when the application supports Master/Details screens but the repository has not been updated with the matching object type. Parent rows, child rows, and one repository row to keep them on speaking terms.

This page is for Active Table Editor. Other repository update guides in this section cover Advanced ETL Processor and Visual Importer ETL repositories.

The SQL inserts the Master/Details object type and assigns it to the object type group used by Active Table Editor.

Before you run the SQL

  1. Create a repository backup.
  2. Stop Active Table Editor and any services using the repository.
  3. Confirm that you are updating the active repository database.
  4. Restart Active Table Editor after applying the update.

Run this SQL against the repository

Insert into OBJECT_TYPES
(OBJECT_TYPE,OBJECT_TYPE_NAME)
Values
('1005','Master/Details')

UPDATE OBJECT_TYPES
set OBJECT_TYPE_GROUP=160000
WHERE OBJECT_TYPE= '1005' /* Master Details*/

After the repository update

Restart Active Table Editor and check that Master/Details screens are available. If the option is missing, check the repository connection first. The wrong database is very good at accepting SQL and then contributing absolutely nothing useful.

Note: If you are having problems upgrading our software please let us know and we will do our best to assist you.