Project
Create, update, delete, and query the Project module in SugarCRM.
Columns
Name | Type | ReadOnly | Description |
Team_Id | String | False |
The Id of the primary team. |
Team_Set_Id | String | False |
The Id of the team set. |
Team_Count | String | False |
The count of the team set. |
Team_Name | String | False |
The name of the primary team. |
Id [KEY] | String | False |
The unique identifier of the project. |
Date_Entered | Datetime | False |
Date the record was created. |
Date_Modified | Datetime | False |
Date the record was last modified. |
Assigned_User_Id | String | False |
The Id of the user assigned to this record. |
Modified_User_Id | String | False |
The Id of the user who last modified the record |
Modified_By_Name | String | False |
The name of the user who last modified the record. |
Created_By | String | False |
The Id of the user who created the record. |
Created_By_Name | String | False |
The name of the user who created the record. |
Name | String | False |
Project name. |
Description | String | False |
Project description. |
Deleted | Bool | False |
The record deletion indicator. |
Estimated_Start_Date | Datetime | False |
The estimated start date. |
Estimated_End_Date | Datetime | False |
The estimated end date. |
Status | String | False |
The status of the project. |
Priority | String | False |
The priority of the project. |
Is_Template | Bool | False |
Whether the project is a template. |
Total_Estimated_Effort | Int | False |
The total estimated effort of the project. |
Total_Actual_Effort | Int | False |
The total actual effort of the project. |
Assigned_User_Name | String | False |
The user name of the user assigned to the project. |