/
var
/
www
/
html
/
sugardemo
/
modules
/
WorkFlowAlertShells
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ $process_dictionary['AlertShellDetailView'] = ['elements' => [ 'Email' => [ 'module_title' => 'LBL_MODULE_TITLE', 'sub_panel_title' => 'LBL_MODULE_NAME', 'statement_title' => 'LBL_LIST_STATEMENT', 'include_components' => ['current_user', 'rel_user', 'rel_user_custom', 'trig_user_custom', 'specific_user', 'specific_team', 'specific_role', 'login_user', ], //End element E-mail ], 'Invite' => [ 'module_title' => 'LBL_MODULE_TITLE_INVITE', 'sub_panel_title' => 'LBL_MODULE_NAME_INVITE', 'statement_title' => 'LBL_LIST_STATEMENT_INVITE', 'include_components' => ['current_user', 'rel_user', 'rel_user_custom', 'trig_user_custom', 'specific_user', 'specific_team', 'specific_role', 'login_user', ], //End element Invite ], //end elements array ], ];