SF_Adjustments Table
The SF_Adjustments table gets publish only when the section for 'Adjustment Table' in SettingConfig.xml file is set to 'true'. Every time you republish CASEs, the Adjustment table is also republished.
The table below provides pertinent information regarding the columns in the SF_Adjustments table.
SF_Adjustments Table Columns
| Column | Type |
|---|---|
| CaseID | Nvarchar(40), not null |
| Name | Nvarchar(40), not null |
| CreationTime | Nvarchar(128), null |
| User | Nvarchar(128), null |
| Comment | Nvarchar(128), null |
| PreviousValue | Nvarchar(128), null |
| AdjustedValue | Float, null |