/
var
/
www
/
html
/
sugar14
/
modules
/
pmse_Project
/
pmse_BpmNotes
/
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. */ /** * THIS CLASS IS GENERATED BY MODULE BUILDER * PLEASE DO NOT CHANGE THIS CLASS * PLACE ANY CUSTOMIZATIONS IN pmse_BpmNotes */ class pmse_BpmNotes_sugar extends Basic { public $new_schema = true; public $module_dir = 'pmse_Project/pmse_BpmNotes'; public $module_name = 'pmse_BpmNotes'; public $object_name = 'pmse_BpmNotes'; public $table_name = 'pmse_bpm_notes'; public $importable = false; public $disable_custom_fields = true; public $id; public $name; public $date_entered; public $date_modified; public $modified_user_id; public $modified_by_name; public $created_by; public $created_by_name; public $description; public $deleted; public $created_by_link; public $modified_user_link; public $activities; public $assigned_user_id; public $assigned_user_name; public $assigned_user_link; public $cas_id; public $cas_index; public $not_user_id; public $not_user_recipient_id; public $not_type; public $not_date; public $not_status; public $not_availability; public $not_content; public $not_recipients; public function __construct() { parent::__construct(); } }