/
var
/
www
/
html
/
sugar13
/
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 { var $new_schema = true; var $module_dir = 'pmse_Project/pmse_BpmNotes'; public $module_name = 'pmse_BpmNotes'; var $object_name = 'pmse_BpmNotes'; var $table_name = 'pmse_bpm_notes'; var $importable = false; var $disable_custom_fields = true; var $id; var $name; var $date_entered; var $date_modified; var $modified_user_id; var $modified_by_name; var $created_by; var $created_by_name; var $description; var $deleted; var $created_by_link; var $modified_user_link; var $activities; var $assigned_user_id; var $assigned_user_name; var $assigned_user_link; var $cas_id; var $cas_index; var $not_user_id; var $not_user_recipient_id; var $not_type; var $not_date; var $not_status; var $not_availability; var $not_content; var $not_recipients; public function __construct(){ parent::__construct(); } }