*/ global $mod_strings, $app_strings, $sugar_config; if (ACLController::checkAccess('AOW_WorkFlow', 'edit', true)) { $module_menu[]=array("index.php?module=AOW_WorkFlow&action=EditView&return_module=AOW_WorkFlow&return_action=DetailView", $mod_strings['LNK_NEW_RECORD'],"Create", 'AOW_WorkFlow'); } if (ACLController::checkAccess('AOW_WorkFlow', 'list', true)) { $module_menu[]=array("index.php?module=AOW_WorkFlow&action=index&return_module=AOW_WorkFlow&return_action=DetailView", $mod_strings['LNK_LIST'],"List", 'AOW_WorkFlow'); } if (ACLController::checkAccess('AOW_Processed', 'list', true)) { $module_menu[]=array("index.php?module=AOW_Processed&action=index&return_module=AOW_Processed&return_action=DetailView", $mod_strings['LNK_PROCESSED_LIST'],"View_Process_Audit", 'AOW_Processed'); }