SampleApp_Table
Provides the detail records that belong to the sample Customer Management app so you can explore relational behavior in the Sales Support Pack.
Columns
| Name | Type | ReadOnly | References | Description |
| CustomerManagementId | Int | True |
Identifier linking the detail record to its corresponding customer management entry in the sample Sales Support Pack. | |
| Id | Int | True |
Identifier of the detail record within the sample app's table. | |
| Revision | Int | True |
Revision number of the detail record, indicating how many times the entry has been updated. | |
| AppId | Int | True |
Identifier of the sample app that contains this detail table record. | |
| ProjectName | String | True |
Name of the project associated with the customer, as represented in the sample data. | |
| Probability | String | True |
Estimated probability of winning the project, reflecting the sample sales pipeline workflow. | |
| ExpectedOrderDate | Datetime | True |
Expected date when the project may result in an order, based on the sample sales timeline. | |
| TotalCost | Double | True |
Projected total cost or value associated with the project in the sample dataset. | |
| SalesRepresentativeAggregate | String | True |
Aggregate information about the sales representatives assigned to the project within the sample app. |