Overview
The Proposal Status
table is designed to track various statuses of proposals within a system. This table includes information such as whether the proposal is open, on hold, obsolete, or converted. It also includes display settings for the status and descriptions for better clarity and categorising the proposal statuses. Additionally, the table records the probability of success and settings for exclusion from pipelines.
common.dimProposalStatus
Column Name | Description | Type | Is Unique |
---|---|---|---|
Id | The primary key for the table | number | Yes |
Name | Status name | text | No |
Description | Description of the status | text | No |
DisplayOrder | The display order of the status | number | No |
BackColour | Background colour for the status | number | No |
ForeColour | Foreground colour for the status | number | No |
Probability | Probability of the proposal's success | number | No |
IsOpen | Indicates if the proposal is open | true/false | No |
ExcludeFromPipeline | Indicates if the proposal should be excluded from the pipeline | true/false | No |
IsOnHold | Indicates if the proposal is on hold | true/false | No |
IsObsolete | Indicates if the proposal is obsolete | true/false | No |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article