Module Builder: Changing Module Names Prevents Deployment

I have a situation where I changed a submodule name in a custom module I built after I deployed it, now when I go to deploy the module, it just spins and nothing happens.
The permissions are correct is there any way to resolve this?

please check your logs, if nothing happens something is being written in the logs.

best regards

Nothing in the logs. Also right after I changed the name of a sub-module I get a warning pop up in the browser after I click deploy that says “Any customization’s that you made in Studio will be overwritten when this module is re-deployed. Are you sure you want to proceed?”

Here is the debug output durring the time the module is being deployed.


Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] current_language is: en_us
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheRedis
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheAPC
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCachesMash
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemcached
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheZend
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemory
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Using cache backend SugarCacheMemory, since 999 is less than 1000
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemcache
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheFile
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheWincache
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Found language file: en_us.lang.php
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:8.392333984375E-5
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT category, name, value FROM config
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:8.9168548583984E-5
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:6.6041946411133E-5
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '7cd59fd8-a55a-2cfa-c3d0-57573c7588e0'
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:7.7009201049805E-5
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: ::after_entry_point
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including module specific hook file for custom/modules
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including Ext hook file for custom/application
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: ::after_session_start
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] We have an authenticated user id: 1
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: Users::before_retrieve
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including module specific hook file for custom/modules/Users
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Retrieve User : SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Limit Query:SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0 Start: 0 count: 1
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0 LIMIT 0,1
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.0001380443572998
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] get_user_array query: SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:8.1062316894531E-5
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '1' and u1.deleted=0
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:6.6995620727539E-5
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] SugarBean[User].load_relationships, Loading relationship (reports_to_link).
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT ea.email_address, ea.email_address_caps, ea.invalid_email, ea.opt_out, ea.date_created, ea.date_modified,
                ear.id, ear.email_address_id, ear.bean_id, ear.bean_module, ear.primary_address, ear.reply_to_address, ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE ear.bean_module = 'Users'
                AND ear.bean_id = '1'
                AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.00017309188842773
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: Users::after_retrieve
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Current user is: admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Current user is: admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] setting cookie ck_login_id_20 to 1
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] setting cookie ck_login_language_20 to en_us
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] current_language is: en_us
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Found language file: en_us.lang.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] ModuleBuilderController:
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Performing action: action_savepackage MODULE: ModuleBuilder
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/language
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/Dashlets
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/Dashlets/CSTS1_Hardware_InventoryDashlet
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/Dashlets/CSTS1_Hardware_Inventory_trackingDashlet
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/metadata
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/metadata/subpanels
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: saving relationships to custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/language
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/Dashlets
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/Dashlets/CSTS1_System_Diagnostic_TrackingDashlet
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/metadata
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/metadata/subpanels
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: saving relationships to custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/language
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/Dashlets
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/Dashlets/CSTS1_System_Test_TrackingDashlet
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/Dashlets/CSTS1_Hardware_Test_TrackingDashlet
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/metadata
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] MBModule.php->renameMetaData: new_dir=custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/metadata/subpanels
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: saving relationships to custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ModuleBuilder::after_ui_frame
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class hooks without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class AssignGroups without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ::after_ui_footer
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class AssignGroups without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ::server_round_trip
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Calling MySQLi::disconnect()
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] current_language is: en_us
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheRedis
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheAPC
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCachesMash
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemcached
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheZend
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemory
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Using cache backend SugarCacheMemory, since 999 is less than 1000
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemcache
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheFile
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheWincache
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Found language file: en_us.lang.php
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.00014519691467285
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT category, name, value FROM config
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.0001528263092041
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:9.608268737793E-5
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '7cd59fd8-a55a-2cfa-c3d0-57573c7588e0'
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.00011897087097168
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: ::after_entry_point
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including module specific hook file for custom/modules
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including Ext hook file for custom/application
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: ::after_session_start
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] We have an authenticated user id: 1
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: Users::before_retrieve
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including module specific hook file for custom/modules/Users
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Retrieve User : SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Limit Query:SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0 Start: 0 count: 1
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0 LIMIT 0,1
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.00015091896057129
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] get_user_array query: SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.00010895729064941
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '1' and u1.deleted=0
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:9.8943710327148E-5
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] SugarBean[User].load_relationships, Loading relationship (reports_to_link).
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT ea.email_address, ea.email_address_caps, ea.invalid_email, ea.opt_out, ea.date_created, ea.date_modified,
                ear.id, ear.email_address_id, ear.bean_id, ear.bean_module, ear.primary_address, ear.reply_to_address, ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE ear.bean_module = 'Users'
                AND ear.bean_id = '1'
                AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.00014901161193848
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: Users::after_retrieve
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Current user is: admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Current user is: admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] setting cookie ck_login_id_20 to 1
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] setting cookie ck_login_language_20 to en_us
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] current_language is: en_us
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Found language file: en_us.lang.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] ModuleBuilderController:
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Using Action View Map:displaydeploy
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ModuleBuilder::after_ui_frame
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class hooks without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class AssignGroups without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ::after_ui_footer
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class AssignGroups without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ::server_round_trip
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Calling MySQLi::disconnect()
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] current_language is: en_us
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheRedis
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheAPC
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCachesMash
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemcached
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheZend
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemory
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Using cache backend SugarCacheMemory, since 999 is less than 1000
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemcache
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheFile
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheWincache
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Found language file: en_us.lang.php
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.00014209747314453
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT category, name, value FROM config
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:8.2015991210938E-5
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:6.4849853515625E-5
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '7cd59fd8-a55a-2cfa-c3d0-57573c7588e0'
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:7.8916549682617E-5
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: ::after_entry_point
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including module specific hook file for custom/modules
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including Ext hook file for custom/application
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: ::after_session_start
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] We have an authenticated user id: 1
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: Users::before_retrieve
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including module specific hook file for custom/modules/Users
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Retrieve User : SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Limit Query:SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0 Start: 0 count: 1
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0 LIMIT 0,1
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.00012803077697754
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] get_user_array query: SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:7.2002410888672E-5
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '1' and u1.deleted=0
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:6.0081481933594E-5
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] SugarBean[User].load_relationships, Loading relationship (reports_to_link).
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT ea.email_address, ea.email_address_caps, ea.invalid_email, ea.opt_out, ea.date_created, ea.date_modified,
                ear.id, ear.email_address_id, ear.bean_id, ear.bean_module, ear.primary_address, ear.reply_to_address, ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE ear.bean_module = 'Users'
                AND ear.bean_id = '1'
                AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.00013208389282227
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: Users::after_retrieve
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Current user is: admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Current user is: admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] setting cookie ck_login_id_20 to 1
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] setting cookie ck_login_language_20 to en_us
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] current_language is: en_us
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Found language file: en_us.lang.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] ModuleBuilderController:
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Using Action View Map:displaydeploy
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ModuleBuilder::after_ui_frame
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class hooks without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class AssignGroups without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ::after_ui_footer
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class AssignGroups without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ::server_round_trip
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Calling MySQLi::disconnect()
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] current_language is: en_us
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheRedis
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheAPC
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCachesMash
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemcached
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheZend
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemory
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Using cache backend SugarCacheMemory, since 999 is less than 1000
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheMemcache
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheFile
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Found cache backend SugarCacheWincache
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Found language file: en_us.lang.php
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = 'Active' and deleted = 0
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.00014305114746094
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT category, name, value FROM config
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.00012707710266113
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT id FROM outbound_email WHERE type = 'system'
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.00010204315185547
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT * FROM outbound_email WHERE id = '7cd59fd8-a55a-2cfa-c3d0-57573c7588e0'
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.00011396408081055
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: ::after_entry_point
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including module specific hook file for custom/modules
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including Ext hook file for custom/application
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: ::after_session_start
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] We have an authenticated user id: 1
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Hook called: Users::before_retrieve
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Including module specific hook file for custom/modules/Users
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Retrieve User : SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0
Tue Jun  7 15:02:23 2016 [3629][-none-][DEBUG] Limit Query:SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0 Start: 0 count: 1
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query:SELECT users.* FROM users  WHERE users.id = '1' AND users.deleted=0 LIMIT 0,1
Tue Jun  7 15:02:23 2016 [3629][-none-][INFO] Query Execution Time:0.0001220703125
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] get_user_array query: SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT id, first_name, last_name, user_name FROM users WHERE 1=1 ORDER BY first_name, last_name ASC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:7.2002410888672E-5
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT u1.first_name, u1.last_name from users  u1, users  u2 where u1.id = u2.reports_to_id AND u2.id = '1' and u1.deleted=0
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:5.8889389038086E-5
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] SugarBean[User].load_relationships, Loading relationship (reports_to_link).
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT ea.email_address, ea.email_address_caps, ea.invalid_email, ea.opt_out, ea.date_created, ea.date_modified,
                ear.id, ear.email_address_id, ear.bean_id, ear.bean_module, ear.primary_address, ear.reply_to_address, ear.deleted
                FROM email_addresses ea LEFT JOIN email_addr_bean_rel ear ON ea.id = ear.email_address_id
                WHERE ear.bean_module = 'Users'
                AND ear.bean_id = '1'
                AND ear.deleted = 0
                ORDER BY ear.reply_to_address, ear.primary_address DESC
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.00013899803161621
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: Users::after_retrieve
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Current user is: admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Current user is: admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] setting cookie ck_login_id_20 to 1
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] setting cookie ck_login_language_20 to en_us
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] current_language is: en_us
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Found language file: en_us.lang.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] ModuleBuilderController:
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Performing action: action_deploypackage MODULE: ModuleBuilder
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: saving relationships to custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveLabels
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/CSTS1_Hardware_Inventory_tracking.phpArray
(
    [module] => CSTS1_Hardware_Inventory_tracking
    [system_label] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CONTACTS_TITLE
    [display_label] => Contacts
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/Contacts.phpArray
(
    [module] => Contacts
    [system_label] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
    [display_label] => CSHIT1
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveLabels
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/CSTS1_Hardware_Inventory_tracking.phpArray
(
    [module] => CSTS1_Hardware_Inventory_tracking
    [system_label] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_ACCOUNTS_TITLE
    [display_label] => Accounts
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/Accounts.phpArray
(
    [module] => Accounts
    [system_label] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
    [display_label] => CSHIT1
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveRelationshipMetaData
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveRelationshipMetaData(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/relationships/csts1_hardware_inventory_contactsMetaData.phpArray
(
    [true_relationship_type] => one-to-many
    [relationships] => Array
        (
            [csts1_hardware_inventory_contacts] => Array
                (
                    [lhs_module] => Contacts
                    [lhs_table] => contacts
                    [lhs_key] => id
                    [rhs_module] => CSTS1_Hardware_Inventory_tracking
                    [rhs_table] => csts1_hardware_inventory_tracking
                    [rhs_key] => id
                    [relationship_type] => many-to-many
                    [join_table] => csts1_hardware_inventory_contacts_c
                    [join_key_lhs] => csts1_hardware_inventory_contactscontacts_ida
                    [join_key_rhs] => csts1_hard4f2fracking_idb
                )

        )

    [table] => csts1_hardware_inventory_contacts_c
    [fields] => Array
        (
            [0] => Array
                (
                    [name] => id
                    [type] => varchar
                    [len] => 36
                )

            [1] => Array
                (
                    [name] => date_modified
                    [type] => datetime
                )

            [2] => Array
                (
                    [name] => deleted
                    [type] => bool
                    [len] => 1
                    [default] => 0
                    [required] => 1
                )

            [3] => Array
                (
                    [name] => csts1_hardware_inventory_contactscontacts_ida
                    [type] => varchar
                    [len] => 36
                )

            [4] => Array
                (
                    [name] => csts1_hard4f2fracking_idb
                    [type] => varchar
                    [len] => 36
                )

        )

    [indices] => Array
        (
            [0] => Array
                (
                    [name] => csts1_hardware_inventory_contactsspk
                    [type] => primary
                    [fields] => Array
                        (
                            [0] => id
                        )

                )

            [1] => Array
                (
                    [name] => csts1_hardware_inventory_contacts_ida1
                    [type] => index
                    [fields] => Array
                        (
                            [0] => csts1_hardware_inventory_contactscontacts_ida
                        )

                )

            [2] => Array
                (
                    [name] => csts1_hardware_inventory_contacts_alt
                    [type] => alternate_key
                    [fields] => Array
                        (
                            [0] => csts1_hard4f2fracking_idb
                        )

                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveRelationshipMetaData
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveRelationshipMetaData(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/relationships/csts1_hardware_inventory_accountsMetaData.phpArray
(
    [true_relationship_type] => one-to-many
    [relationships] => Array
        (
            [csts1_hardware_inventory_accounts] => Array
                (
                    [lhs_module] => Accounts
                    [lhs_table] => accounts
                    [lhs_key] => id
                    [rhs_module] => CSTS1_Hardware_Inventory_tracking
                    [rhs_table] => csts1_hardware_inventory_tracking
                    [rhs_key] => id
                    [relationship_type] => many-to-many
                    [join_table] => csts1_hardware_inventory_accounts_c
                    [join_key_lhs] => csts1_hardware_inventory_accountsaccounts_ida
                    [join_key_rhs] => csts1_hardca39racking_idb
                )

        )

    [table] => csts1_hardware_inventory_accounts_c
    [fields] => Array
        (
            [0] => Array
                (
                    [name] => id
                    [type] => varchar
                    [len] => 36
                )

            [1] => Array
                (
                    [name] => date_modified
                    [type] => datetime
                )

            [2] => Array
                (
                    [name] => deleted
                    [type] => bool
                    [len] => 1
                    [default] => 0
                    [required] => 1
                )

            [3] => Array
                (
                    [name] => csts1_hardware_inventory_accountsaccounts_ida
                    [type] => varchar
                    [len] => 36
                )

            [4] => Array
                (
                    [name] => csts1_hardca39racking_idb
                    [type] => varchar
                    [len] => 36
                )

        )

    [indices] => Array
        (
            [0] => Array
                (
                    [name] => csts1_hardware_inventory_accountsspk
                    [type] => primary
                    [fields] => Array
                        (
                            [0] => id
                        )

                )

            [1] => Array
                (
                    [name] => csts1_hardware_inventory_accounts_ida1
                    [type] => index
                    [fields] => Array
                        (
                            [0] => csts1_hardware_inventory_accountsaccounts_ida
                        )

                )

            [2] => Array
                (
                    [name] => csts1_hardware_inventory_accounts_alt
                    [type] => alternate_key
                    [fields] => Array
                        (
                            [0] => csts1_hardca39racking_idb
                        )

                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveSubpanelDefinitions
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveSubpanelDefinitions(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/layoutdefs/csts1_hardware_inventory_contacts_Contacts.phpArray
(
    [order] => 100
    [module] => CSTS1_Hardware_Inventory_tracking
    [subpanel_name] => default
    [sort_order] => asc
    [sort_by] => id
    [title_key] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
    [get_subpanel_data] => csts1_hardware_inventory_contacts
    [top_buttons] => Array
        (
            [0] => Array
                (
                    [widget_class] => SubPanelTopButtonQuickCreate
                )

            [1] => Array
                (
                    [widget_class] => SubPanelTopSelectButton
                    [mode] => MultiSelect
                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveSubpanelDefinitions
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveSubpanelDefinitions(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/layoutdefs/csts1_hardware_inventory_accounts_Accounts.phpArray
(
    [order] => 100
    [module] => CSTS1_Hardware_Inventory_tracking
    [subpanel_name] => default
    [sort_order] => asc
    [sort_by] => id
    [title_key] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
    [get_subpanel_data] => csts1_hardware_inventory_accounts
    [top_buttons] => Array
        (
            [0] => Array
                (
                    [widget_class] => SubPanelTopButtonQuickCreate
                )

            [1] => Array
                (
                    [widget_class] => SubPanelTopSelectButton
                    [mode] => MultiSelect
                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveVardefs
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): vardefs =Array
(
    [CSTS1_Hardware_Inventory_tracking] => Array
        (
            [0] => Array
                (
                    [name] => csts1_hardware_inventory_contacts
                    [type] => link
                    [relationship] => csts1_hardware_inventory_contacts
                    [source] => non-db
                    [module] => Contacts
                    [bean_name] => Contact
                    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CONTACTS_TITLE
                    [id_name] => csts1_hardware_inventory_contactscontacts_ida
                )

            [1] => Array
                (
                    [name] => csts1_hardware_inventory_contacts_name
                    [type] => relate
                    [source] => non-db
                    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CONTACTS_TITLE
                    [save] => 1
                    [id_name] => csts1_hardware_inventory_contactscontacts_ida
                    [link] => csts1_hardware_inventory_contacts
                    [table] => contacts
                    [module] => Contacts
                    [rname] => name
                    [db_concat_fields] => Array
                        (
                            [0] => first_name
                            [1] => last_name
                        )

                )

            [2] => Array
                (
                    [name] => csts1_hardware_inventory_contactscontacts_ida
                    [type] => link
                    [relationship] => csts1_hardware_inventory_contacts
                    [source] => non-db
                    [reportable] => 
                    [side] => right
                    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
                )

        )

    [Contacts] => Array
        (
            [0] => Array
                (
                    [name] => csts1_hardware_inventory_contacts
                    [type] => link
                    [relationship] => csts1_hardware_inventory_contacts
                    [source] => non-db
                    [module] => CSTS1_Hardware_Inventory_tracking
                    [bean_name] => 
                    [side] => right
                    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_hardware_inventory_contacts_CSTS1_Hardware_Inventory_tracking.phpArray
(
    [name] => csts1_hardware_inventory_contacts
    [type] => link
    [relationship] => csts1_hardware_inventory_contacts
    [source] => non-db
    [module] => Contacts
    [bean_name] => Contact
    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CONTACTS_TITLE
    [id_name] => csts1_hardware_inventory_contactscontacts_ida
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_hardware_inventory_contacts_CSTS1_Hardware_Inventory_tracking.phpArray
(
    [name] => csts1_hardware_inventory_contacts_name
    [type] => relate
    [source] => non-db
    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CONTACTS_TITLE
    [save] => 1
    [id_name] => csts1_hardware_inventory_contactscontacts_ida
    [link] => csts1_hardware_inventory_contacts
    [table] => contacts
    [module] => Contacts
    [rname] => name
    [db_concat_fields] => Array
        (
            [0] => first_name
            [1] => last_name
        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_hardware_inventory_contacts_CSTS1_Hardware_Inventory_tracking.phpArray
(
    [name] => csts1_hardware_inventory_contactscontacts_ida
    [type] => link
    [relationship] => csts1_hardware_inventory_contacts
    [source] => non-db
    [reportable] => 
    [side] => right
    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_hardware_inventory_contacts_Contacts.phpArray
(
    [name] => csts1_hardware_inventory_contacts
    [type] => link
    [relationship] => csts1_hardware_inventory_contacts
    [source] => non-db
    [module] => CSTS1_Hardware_Inventory_tracking
    [bean_name] => 
    [side] => right
    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_CONTACTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): installDefs =Array
(
    [CSTS1_Hardware_Inventory_tracking] => Array
        (
            [from] => <basepath>/SugarModules/relationships/vardefs/csts1_hardware_inventory_contacts_CSTS1_Hardware_Inventory_tracking.php
            [to_module] => CSTS1_Hardware_Inventory_tracking
        )

    [Contacts] => Array
        (
            [from] => <basepath>/SugarModules/relationships/vardefs/csts1_hardware_inventory_contacts_Contacts.php
            [to_module] => Contacts
        )

)

Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveVardefs
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): vardefs =Array
(
    [CSTS1_Hardware_Inventory_tracking] => Array
        (
            [0] => Array
                (
                    [name] => csts1_hardware_inventory_accounts
                    [type] => link
                    [relationship] => csts1_hardware_inventory_accounts
                    [source] => non-db
                    [module] => Accounts
                    [bean_name] => Account
                    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_ACCOUNTS_TITLE
                    [id_name] => csts1_hardware_inventory_accountsaccounts_ida
                )

            [1] => Array
                (
                    [name] => csts1_hardware_inventory_accounts_name
                    [type] => relate
                    [source] => non-db
                    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_ACCOUNTS_TITLE
                    [save] => 1
                    [id_name] => csts1_hardware_inventory_accountsaccounts_ida
                    [link] => csts1_hardware_inventory_accounts
                    [table] => accounts
                    [module] => Accounts
                    [rname] => name
                )

            [2] => Array
                (
                    [name] => csts1_hardware_inventory_accountsaccounts_ida
                    [type] => link
                    [relationship] => csts1_hardware_inventory_accounts
                    [source] => non-db
                    [reportable] => 
                    [side] => right
                    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
                )

        )

    [Accounts] => Array
        (
            [0] => Array
                (
                    [name] => csts1_hardware_inventory_accounts
                    [type] => link
                    [relationship] => csts1_hardware_inventory_accounts
                    [source] => non-db
                    [module] => CSTS1_Hardware_Inventory_tracking
                    [bean_name] => 
                    [side] => right
                    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_hardware_inventory_accounts_CSTS1_Hardware_Inventory_tracking.phpArray
(
    [name] => csts1_hardware_inventory_accounts
    [type] => link
    [relationship] => csts1_hardware_inventory_accounts
    [source] => non-db
    [module] => Accounts
    [bean_name] => Account
    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_ACCOUNTS_TITLE
    [id_name] => csts1_hardware_inventory_accountsaccounts_ida
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_hardware_inventory_accounts_CSTS1_Hardware_Inventory_tracking.phpArray
(
    [name] => csts1_hardware_inventory_accounts_name
    [type] => relate
    [source] => non-db
    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_ACCOUNTS_TITLE
    [save] => 1
    [id_name] => csts1_hardware_inventory_accountsaccounts_ida
    [link] => csts1_hardware_inventory_accounts
    [table] => accounts
    [module] => Accounts
    [rname] => name
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_hardware_inventory_accounts_CSTS1_Hardware_Inventory_tracking.phpArray
(
    [name] => csts1_hardware_inventory_accountsaccounts_ida
    [type] => link
    [relationship] => csts1_hardware_inventory_accounts
    [source] => non-db
    [reportable] => 
    [side] => right
    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_hardware_inventory_accounts_Accounts.phpArray
(
    [name] => csts1_hardware_inventory_accounts
    [type] => link
    [relationship] => csts1_hardware_inventory_accounts
    [source] => non-db
    [module] => CSTS1_Hardware_Inventory_tracking
    [bean_name] => 
    [side] => right
    [vname] => LBL_CSTS1_HARDWARE_INVENTORY_ACCOUNTS_FROM_CSTS1_HARDWARE_INVENTORY_TRACKING_TITLE
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): installDefs =Array
(
    [CSTS1_Hardware_Inventory_tracking] => Array
        (
            [from] => <basepath>/SugarModules/relationships/vardefs/csts1_hardware_inventory_accounts_CSTS1_Hardware_Inventory_tracking.php
            [to_module] => CSTS1_Hardware_Inventory_tracking
        )

    [Accounts] => Array
        (
            [from] => <basepath>/SugarModules/relationships/vardefs/csts1_hardware_inventory_accounts_Accounts.php
            [to_module] => Accounts
        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveFieldsToLayouts
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: adding csts1_hardware_inventory_contacts_name to editview layout for module CSTS1_Hardware_Inventory_tracking
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: adding csts1_hardware_inventory_contacts_name to detailview layout for module CSTS1_Hardware_Inventory_tracking
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveFieldsToLayouts
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: adding csts1_hardware_inventory_accounts_name to editview layout for module CSTS1_Hardware_Inventory_tracking
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: adding csts1_hardware_inventory_accounts_name to detailview layout for module CSTS1_Hardware_Inventory_tracking
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: saving relationships to custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveLabels
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/CSTS1_System_Diagnostic_Tracking.phpArray
(
    [module] => CSTS1_System_Diagnostic_Tracking
    [system_label] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_ACCOUNTS_TITLE
    [display_label] => Accounts
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/Accounts.phpArray
(
    [module] => Accounts
    [system_label] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
    [display_label] => System Diagnostic Tracking
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveLabels
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/CSTS1_System_Diagnostic_Tracking.phpArray
(
    [module] => CSTS1_System_Diagnostic_Tracking
    [system_label] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CONTACTS_TITLE
    [display_label] => Contacts
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/Contacts.phpArray
(
    [module] => Contacts
    [system_label] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
    [display_label] => System Diagnostic Tracking
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveLabels
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/CSTS1_System_Diagnostic_Tracking.phpArray
(
    [module] => CSTS1_System_Diagnostic_Tracking
    [system_label] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CSTS1_HARDWARE_INVENTORY_FROM_CSTS1_HARDWARE_INVENTORY_TITLE
    [display_label] => CSHIT1
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveLabels(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/language/CSTS1_Hardware_Inventory.phpArray
(
    [module] => CSTS1_Hardware_Inventory
    [system_label] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CSTS1_HARDWARE_INVENTORY_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
    [display_label] => System Diagnostic Tracking
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveRelationshipMetaData
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveRelationshipMetaData(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/relationships/csts1_system_diagnostic_tracking_accountsMetaData.phpArray
(
    [true_relationship_type] => one-to-many
    [relationships] => Array
        (
            [csts1_system_diagnostic_tracking_accounts] => Array
                (
                    [lhs_module] => Accounts
                    [lhs_table] => accounts
                    [lhs_key] => id
                    [rhs_module] => CSTS1_System_Diagnostic_Tracking
                    [rhs_table] => csts1_system_diagnostic_tracking
                    [rhs_key] => id
                    [relationship_type] => many-to-many
                    [join_table] => csts1_system_diagnostic_tracking_accounts_c
                    [join_key_lhs] => csts1_system_diagnostic_tracking_accountsaccounts_ida
                    [join_key_rhs] => csts1_syst82beracking_idb
                )

        )

    [table] => csts1_system_diagnostic_tracking_accounts_c
    [fields] => Array
        (
            [0] => Array
                (
                    [name] => id
                    [type] => varchar
                    [len] => 36
                )

            [1] => Array
                (
                    [name] => date_modified
                    [type] => datetime
                )

            [2] => Array
                (
                    [name] => deleted
                    [type] => bool
                    [len] => 1
                    [default] => 0
                    [required] => 1
                )

            [3] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_accountsaccounts_ida
                    [type] => varchar
                    [len] => 36
                )

            [4] => Array
                (
                    [name] => csts1_syst82beracking_idb
                    [type] => varchar
                    [len] => 36
                )

        )

    [indices] => Array
        (
            [0] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_accountsspk
                    [type] => primary
                    [fields] => Array
                        (
                            [0] => id
                        )

                )

            [1] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_accounts_ida1
                    [type] => index
                    [fields] => Array
                        (
                            [0] => csts1_system_diagnostic_tracking_accountsaccounts_ida
                        )

                )

            [2] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_accounts_alt
                    [type] => alternate_key
                    [fields] => Array
                        (
                            [0] => csts1_syst82beracking_idb
                        )

                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveRelationshipMetaData
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveRelationshipMetaData(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/relationships/csts1_system_diagnostic_tracking_contactsMetaData.phpArray
(
    [true_relationship_type] => one-to-many
    [relationships] => Array
        (
            [csts1_system_diagnostic_tracking_contacts] => Array
                (
                    [lhs_module] => Contacts
                    [lhs_table] => contacts
                    [lhs_key] => id
                    [rhs_module] => CSTS1_System_Diagnostic_Tracking
                    [rhs_table] => csts1_system_diagnostic_tracking
                    [rhs_key] => id
                    [relationship_type] => many-to-many
                    [join_table] => csts1_system_diagnostic_tracking_contacts_c
                    [join_key_lhs] => csts1_system_diagnostic_tracking_contactscontacts_ida
                    [join_key_rhs] => csts1_systd0aaracking_idb
                )

        )

    [table] => csts1_system_diagnostic_tracking_contacts_c
    [fields] => Array
        (
            [0] => Array
                (
                    [name] => id
                    [type] => varchar
                    [len] => 36
                )

            [1] => Array
                (
                    [name] => date_modified
                    [type] => datetime
                )

            [2] => Array
                (
                    [name] => deleted
                    [type] => bool
                    [len] => 1
                    [default] => 0
                    [required] => 1
                )

            [3] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_contactscontacts_ida
                    [type] => varchar
                    [len] => 36
                )

            [4] => Array
                (
                    [name] => csts1_systd0aaracking_idb
                    [type] => varchar
                    [len] => 36
                )

        )

    [indices] => Array
        (
            [0] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_contactsspk
                    [type] => primary
                    [fields] => Array
                        (
                            [0] => id
                        )

                )

            [1] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_contacts_ida1
                    [type] => index
                    [fields] => Array
                        (
                            [0] => csts1_system_diagnostic_tracking_contactscontacts_ida
                        )

                )

            [2] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_contacts_alt
                    [type] => alternate_key
                    [fields] => Array
                        (
                            [0] => csts1_systd0aaracking_idb
                        )

                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveRelationshipMetaData
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveRelationshipMetaData(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/relationships/csts1_system_diagnostic_tracking_csts1_hardware_inventoryMetaData.phpArray
(
    [true_relationship_type] => one-to-many
    [relationships] => Array
        (
            [csts1_system_diagnostic_tracking_csts1_hardware_inventory] => Array
                (
                    [lhs_module] => CSTS1_Hardware_Inventory
                    [lhs_table] => csts1_hardware_inventory
                    [lhs_key] => id
                    [rhs_module] => CSTS1_System_Diagnostic_Tracking
                    [rhs_table] => csts1_system_diagnostic_tracking
                    [rhs_key] => id
                    [relationship_type] => many-to-many
                    [join_table] => csts1_system_diagnostic_tracking_csts1_hardware_inventory_c
                    [join_key_lhs] => csts1_syst8621ventory_ida
                    [join_key_rhs] => csts1_syst9517racking_idb
                )

        )

    [table] => csts1_system_diagnostic_tracking_csts1_hardware_inventory_c
    [fields] => Array
        (
            [0] => Array
                (
                    [name] => id
                    [type] => varchar
                    [len] => 36
                )

            [1] => Array
                (
                    [name] => date_modified
                    [type] => datetime
                )

            [2] => Array
                (
                    [name] => deleted
                    [type] => bool
                    [len] => 1
                    [default] => 0
                    [required] => 1
                )

            [3] => Array
                (
                    [name] => csts1_syst8621ventory_ida
                    [type] => varchar
                    [len] => 36
                )

            [4] => Array
                (
                    [name] => csts1_syst9517racking_idb
                    [type] => varchar
                    [len] => 36
                )

        )

    [indices] => Array
        (
            [0] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_csts1_hardware_inventoryspk
                    [type] => primary
                    [fields] => Array
                        (
                            [0] => id
                        )

                )

            [1] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_csts1_hardware_inventory_ida1
                    [type] => index
                    [fields] => Array
                        (
                            [0] => csts1_syst8621ventory_ida
                        )

                )

            [2] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_csts1_hardware_inventory_alt
                    [type] => alternate_key
                    [fields] => Array
                        (
                            [0] => csts1_syst9517racking_idb
                        )

                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveSubpanelDefinitions
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveSubpanelDefinitions(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/layoutdefs/csts1_system_diagnostic_tracking_accounts_Accounts.phpArray
(
    [order] => 100
    [module] => CSTS1_System_Diagnostic_Tracking
    [subpanel_name] => default
    [sort_order] => asc
    [sort_by] => id
    [title_key] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
    [get_subpanel_data] => csts1_system_diagnostic_tracking_accounts
    [top_buttons] => Array
        (
            [0] => Array
                (
                    [widget_class] => SubPanelTopButtonQuickCreate
                )

            [1] => Array
                (
                    [widget_class] => SubPanelTopSelectButton
                    [mode] => MultiSelect
                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveSubpanelDefinitions
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveSubpanelDefinitions(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/layoutdefs/csts1_system_diagnostic_tracking_contacts_Contacts.phpArray
(
    [order] => 100
    [module] => CSTS1_System_Diagnostic_Tracking
    [subpanel_name] => default
    [sort_order] => asc
    [sort_by] => id
    [title_key] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
    [get_subpanel_data] => csts1_system_diagnostic_tracking_contacts
    [top_buttons] => Array
        (
            [0] => Array
                (
                    [widget_class] => SubPanelTopButtonQuickCreate
                )

            [1] => Array
                (
                    [widget_class] => SubPanelTopSelectButton
                    [mode] => MultiSelect
                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveSubpanelDefinitions
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveSubpanelDefinitions(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/layoutdefs/csts1_system_diagnostic_tracking_csts1_hardware_inventory_CSTS1_Hardware_Inventory.phpArray
(
    [order] => 100
    [module] => CSTS1_System_Diagnostic_Tracking
    [subpanel_name] => default
    [sort_order] => asc
    [sort_by] => id
    [title_key] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CSTS1_HARDWARE_INVENTORY_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
    [get_subpanel_data] => csts1_system_diagnostic_tracking_csts1_hardware_inventory
    [top_buttons] => Array
        (
            [0] => Array
                (
                    [widget_class] => SubPanelTopButtonQuickCreate
                )

            [1] => Array
                (
                    [widget_class] => SubPanelTopSelectButton
                    [mode] => MultiSelect
                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveVardefs
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): vardefs =Array
(
    [CSTS1_System_Diagnostic_Tracking] => Array
        (
            [0] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_accounts
                    [type] => link
                    [relationship] => csts1_system_diagnostic_tracking_accounts
                    [source] => non-db
                    [module] => Accounts
                    [bean_name] => Account
                    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_ACCOUNTS_TITLE
                    [id_name] => csts1_system_diagnostic_tracking_accountsaccounts_ida
                )

            [1] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_accounts_name
                    [type] => relate
                    [source] => non-db
                    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_ACCOUNTS_TITLE
                    [save] => 1
                    [id_name] => csts1_system_diagnostic_tracking_accountsaccounts_ida
                    [link] => csts1_system_diagnostic_tracking_accounts
                    [table] => accounts
                    [module] => Accounts
                    [rname] => name
                )

            [2] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_accountsaccounts_ida
                    [type] => link
                    [relationship] => csts1_system_diagnostic_tracking_accounts
                    [source] => non-db
                    [reportable] => 
                    [side] => right
                    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
                )

        )

    [Accounts] => Array
        (
            [0] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_accounts
                    [type] => link
                    [relationship] => csts1_system_diagnostic_tracking_accounts
                    [source] => non-db
                    [module] => CSTS1_System_Diagnostic_Tracking
                    [bean_name] => 
                    [side] => right
                    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_accounts_CSTS1_System_Diagnostic_Tracking.phpArray
(
    [name] => csts1_system_diagnostic_tracking_accounts
    [type] => link
    [relationship] => csts1_system_diagnostic_tracking_accounts
    [source] => non-db
    [module] => Accounts
    [bean_name] => Account
    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_ACCOUNTS_TITLE
    [id_name] => csts1_system_diagnostic_tracking_accountsaccounts_ida
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_accounts_CSTS1_System_Diagnostic_Tracking.phpArray
(
    [name] => csts1_system_diagnostic_tracking_accounts_name
    [type] => relate
    [source] => non-db
    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_ACCOUNTS_TITLE
    [save] => 1
    [id_name] => csts1_system_diagnostic_tracking_accountsaccounts_ida
    [link] => csts1_system_diagnostic_tracking_accounts
    [table] => accounts
    [module] => Accounts
    [rname] => name
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_accounts_CSTS1_System_Diagnostic_Tracking.phpArray
(
    [name] => csts1_system_diagnostic_tracking_accountsaccounts_ida
    [type] => link
    [relationship] => csts1_system_diagnostic_tracking_accounts
    [source] => non-db
    [reportable] => 
    [side] => right
    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_accounts_Accounts.phpArray
(
    [name] => csts1_system_diagnostic_tracking_accounts
    [type] => link
    [relationship] => csts1_system_diagnostic_tracking_accounts
    [source] => non-db
    [module] => CSTS1_System_Diagnostic_Tracking
    [bean_name] => 
    [side] => right
    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_ACCOUNTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): installDefs =Array
(
    [CSTS1_System_Diagnostic_Tracking] => Array
        (
            [from] => <basepath>/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_accounts_CSTS1_System_Diagnostic_Tracking.php
            [to_module] => CSTS1_System_Diagnostic_Tracking
        )

    [Accounts] => Array
        (
            [from] => <basepath>/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_accounts_Accounts.php
            [to_module] => Accounts
        )

)

Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships: BUILD is running METHOD saveVardefs
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): vardefs =Array
(
    [CSTS1_System_Diagnostic_Tracking] => Array
        (
            [0] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_contacts
                    [type] => link
                    [relationship] => csts1_system_diagnostic_tracking_contacts
                    [source] => non-db
                    [module] => Contacts
                    [bean_name] => Contact
                    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CONTACTS_TITLE
                    [id_name] => csts1_system_diagnostic_tracking_contactscontacts_ida
                )

            [1] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_contacts_name
                    [type] => relate
                    [source] => non-db
                    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CONTACTS_TITLE
                    [save] => 1
                    [id_name] => csts1_system_diagnostic_tracking_contactscontacts_ida
                    [link] => csts1_system_diagnostic_tracking_contacts
                    [table] => contacts
                    [module] => Contacts
                    [rname] => name
                    [db_concat_fields] => Array
                        (
                            [0] => first_name
                            [1] => last_name
                        )

                )

            [2] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_contactscontacts_ida
                    [type] => link
                    [relationship] => csts1_system_diagnostic_tracking_contacts
                    [source] => non-db
                    [reportable] => 
                    [side] => right
                    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
                )

        )

    [Contacts] => Array
        (
            [0] => Array
                (
                    [name] => csts1_system_diagnostic_tracking_contacts
                    [type] => link
                    [relationship] => csts1_system_diagnostic_tracking_contacts
                    [source] => non-db
                    [module] => CSTS1_System_Diagnostic_Tracking
                    [bean_name] => 
                    [side] => right
                    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
                )

        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_contacts_CSTS1_System_Diagnostic_Tracking.phpArray
(
    [name] => csts1_system_diagnostic_tracking_contacts
    [type] => link
    [relationship] => csts1_system_diagnostic_tracking_contacts
    [source] => non-db
    [module] => Contacts
    [bean_name] => Contact
    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CONTACTS_TITLE
    [id_name] => csts1_system_diagnostic_tracking_contactscontacts_ida
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_contacts_CSTS1_System_Diagnostic_Tracking.phpArray
(
    [name] => csts1_system_diagnostic_tracking_contacts_name
    [type] => relate
    [source] => non-db
    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CONTACTS_TITLE
    [save] => 1
    [id_name] => csts1_system_diagnostic_tracking_contactscontacts_ida
    [link] => csts1_system_diagnostic_tracking_contacts
    [table] => contacts
    [module] => Contacts
    [rname] => name
    [db_concat_fields] => Array
        (
            [0] => first_name
            [1] => last_name
        )

)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_contacts_CSTS1_System_Diagnostic_Tracking.phpArray
(
    [name] => csts1_system_diagnostic_tracking_contactscontacts_ida
    [type] => link
    [relationship] => csts1_system_diagnostic_tracking_contacts
    [source] => non-db
    [reportable] => 
    [side] => right
    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): saving the following to custom/modulebuilder/builds/Computer_Service_Tracking_System1/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_contacts_Contacts.phpArray
(
    [name] => csts1_system_diagnostic_tracking_contacts
    [type] => link
    [relationship] => csts1_system_diagnostic_tracking_contacts
    [source] => non-db
    [module] => CSTS1_System_Diagnostic_Tracking
    [bean_name] => 
    [side] => right
    [vname] => LBL_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_CONTACTS_FROM_CSTS1_SYSTEM_DIAGNOSTIC_TRACKING_TITLE
)

Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] UndeployedRelationships->saveVardefs(): installDefs =Array
(
    [CSTS1_System_Diagnostic_Tracking] => Array
        (
            [from] => <basepath>/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_contacts_CSTS1_System_Diagnostic_Tracking.php
            [to_module] => CSTS1_System_Diagnostic_Tracking
        )

    [Contacts] => Array
        (
            [from] => <basepath>/SugarModules/relationships/vardefs/csts1_system_diagnostic_tracking_contacts_Contacts.php
            [to_module] => Contacts
        )

)

Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/Hardware_Inventory_tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Diagnostic_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][INFO] UndeployedRelationships: loading relationships from custom/modulebuilder/packages/Computer_Service_Tracking_System1/modules/System_Test_Tracking/relationships.php
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: ::server_round_trip
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Saving Preferences to DB admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Saving Preferences to DB: admin
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Retrieve UserPreference: SELECT user_preferences.* FROM user_preferences  WHERE assigned_user_id = '1' AND category = 'ETag' AND deleted=0
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Limit Query:SELECT user_preferences.* FROM user_preferences  WHERE assigned_user_id = '1' AND category = 'ETag' AND deleted=0 Start: 0 count: 1
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT user_preferences.* FROM user_preferences  WHERE assigned_user_id = '1' AND category = 'ETag' AND deleted=0 LIMIT 0,1
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.00041484832763672
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: UserPreferences::before_save
Tue Jun  7 15:02:23 2016 [3629][1][DEPRECATED] SugarBean.php: preprocess_fields_on_save() is deprecated
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:UPDATE user_preferences
					SET `category`='ETag',`date_modified`='2016-06-07 22:02:23',`assigned_user_id`='1',`contents`='YToxOntzOjEyOiJtYWluTWVudUVUYWciO2k6Njt9'
					 WHERE  user_preferences.id = '18ceb6d0-468d-a23d-1727-57573ddb0788' AND deleted=0
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.062685012817383
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] SecuritySuite: Get SecuritySuite Enabled Modules: SELECT lhs_module, rhs_module FROM relationships WHERE deleted=0 AND (lhs_module = 'SecurityGroups' OR rhs_module='SecurityGroups')
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT lhs_module, rhs_module FROM relationships WHERE deleted=0 AND (lhs_module = 'SecurityGroups' OR rhs_module='SecurityGroups')
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.00013208389282227
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: UserPreferences::after_save
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class AOD_LogicHooks without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: AOD_Index::before_retrieve
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Retrieve AOD_Index : SELECT aod_index.* FROM aod_index  WHERE aod_index.id = '1' AND aod_index.deleted=0
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Limit Query:SELECT aod_index.* FROM aod_index  WHERE aod_index.id = '1' AND aod_index.deleted=0 Start: 0 count: 1
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT aod_index.* FROM aod_index  WHERE aod_index.id = '1' AND aod_index.deleted=0 LIMIT 0,1
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.00013017654418945
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] SugarBean[AOD_Index].load_relationships, Loading relationship (assigned_user_id).
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] SugarBean.load_relationships, Error Loading relationship (assigned_user_id)
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] SugarBean[AOD_Index].load_relationships, Loading relationship (assigned_user_id).
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] SugarBean.load_relationships, Error Loading relationship (assigned_user_id)
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Hook called: AOD_Index::after_retrieve
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class AssignGroups without parameters
Tue Jun  7 15:02:23 2016 [3629][1][DEBUG] Creating new instance of hook class AOW_WorkFlow without parameters
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query:SELECT id FROM aow_workflow WHERE aow_workflow.flow_module = 'UserPreferences' AND aow_workflow.status = 'Active' AND (aow_workflow.run_when = 'Always' OR aow_workflow.run_when = 'On_Save' OR aow_workflow.run_when = 'Create') AND aow_workflow.deleted = 0 
Tue Jun  7 15:02:23 2016 [3629][1][INFO] Query Execution Time:0.00011491775512695

Hello there, was there ever resolution to this? I encountered the exact issue today. Thanks for any assistance or feedback

Oh, forgot to mention that is I kind of back door through a sub-panel relationship, I can do quick creates and bring up the full form