StageHistories

Columns

Name

Type

Description

Id [KEY]

String

A unique numeric identifier for the stage.

DealId

String

A unique numeric identifier for the deal this stage belongs to.

Stage

String

The stage number for this stage.

Amount

Double

The amount of money spent for this stage.

DurationDays

Integer

The duration of this stage.

ExpectedRevenue

Double

The expected revenue from this stage.

Probability

Double

The probability for the stage to happen.

CloseDate

Date

The date when this stage closes.

LastModifiedTime

Datetime

The time this stage was last modified.

ModifiedById

String

The id of the user who modified the stage.

ModifiedByName

String

The name of the user who modified the stage.

Last updated