DocumentRevisions
Create, update, delete, and query the DocumentRevisions module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier for the document revision. |
| Change_Log | String | False |
The change log for the document revision. |
| Document_Id | String | False |
The Id for the associated document. |
| Doc_Id | String | False |
The document Id from the Web service provider for the document. |
| Doc_Type | String | False |
The document type (e.g., Google, box.net, or IBM SmartCloud). |
| Doc_Url | String | False |
The document URL from the Web service provider for the document. |
| Date_Entered | Datetime | False |
The date the revision was entered. |
| Created_By | String | False |
The Id of the user who created the document. |
| Filename | String | False |
The file name of the document. |
| File_Ext | String | False |
The file extension of the document. |
| File_Mime_Type | String | False |
The MIME type of the document. |
| Revision | String | False |
The revision number. |
| Deleted | Bool | False |
Whether the document revision is deleted. |
| Date_Modified | Datetime | False |
The date the record was last modified. |
| Created_By_Name | String | False |
The name of the user who created the record. |
| Latest_Revision_Id | String | False |
The Id of the latest revision. |
| Document_Name | String | False |
The name of the document. |
| Latest_Revision | String | False |
The latest revision. |