EAPM
Create, update, delete, and query the EAPM (external API module) in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| My_Favorite | Bool | False |
Whether the external API is a favorite for the user. |
| Following | Bool | False |
Whether the user is following this external API. |
| Id [KEY] | String | False |
Unique identifier for the external API. |
| Name | String | False |
The name of the external API. |
| Date_Entered | Datetime | True |
The date the record was created. |
| Date_Modified | Datetime | True |
The date the record was last modified. |
| Modified_User_Id | String | True |
The Id of the user who last modified the record. |
| Modified_By_Name | String | True |
The user name of the user who last modified the record. |
| Created_By | String | True |
The Id of the user who created the record. |
| Created_By_Name | String | True |
The name of the user who created the record. |
| Doc_Owner | String | False |
The document owner. |
| User_Favorites | String | False |
The user favorites for the external API. |
| Description | String | False |
The full text of the note. |
| Deleted | Bool | False |
The record deletion indicator. |
| Assigned_User_Id | String | False |
The Id of the user assigned to the record. |
| Assigned_User_Name | String | False |
The name of the user assigned to the record. |
| Password | String | False |
The password of the external API. |
| Url | String | False |
The URL of the external API. |
| Application | String | False |
The application name of the external API. |
| Api_Data | String | False |
Any API data that the external API may wish to store on a per-user basis. |
| Consumer_Key | String | False |
The consumer key for the external API. |
| Consumer_Secret | String | False |
The consumer secret for the external API. |
| Oauth_Token | String | False |
The OAuth access token for the external API. |
| Oauth_Secret | String | False |
The OAuth access token secret for the external API. |
| Validated | Bool | False |
Whether the external API has been validated. |
| Note | String | False |
The note for the external API. |