OpportunityHistory
This is a table representing the OpportunityHistory entities in FinancialForce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OpportunityHistory. | |
| OpportunityId | String | True |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| StageName | String | True |
Label Stage Name corresponds to this field. | |
| Amount | Double | True |
Label Amount corresponds to this field. | |
| ExpectedRevenue | Double | True |
Label Expected Revenue corresponds to this field. | |
| CloseDate | Datetime | True |
Label Close Date corresponds to this field. | |
| Probability | Double | True |
Label Probability corresponds to this field. | |
| ForecastCategory | String | True |
Label To ForecastCategory corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |