| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | ListNum | Price List No. | int | 6 | 0 | | | | Allow NULL? |
| 2 | ListName | Price List Name | nvarchar | 32 | 0 | | | | Allow NULL? |
| 3 | BASE_NUM | Base Price List | int | 6 | 0 | | | | Allow NULL? |
| 4 | Factor | Factor | num | 19 | 6 | | | | Allow NULL? |
| 5 | RoundSys | Rounding Method | int | 6 | 0 | | 0 | 0=No Rounding, 1=Round to Full Decimal Amount, 2=Round to Full Amount, 3=Round to Full Tens Amount | Allow NULL? |
| 6 | GroupCode | Group No. | int | 6 | 0 | | 1 | 1=Group 1, 2=Group 2, 3=Group 3, 4=Group 4 | Allow NULL? |
| 7 | DataSource | Data Source | char | 1 | 0 | | N | A=Doc. Generation Wizard, D=Restore Wizard, I=Interface, M=Import, N=Unknown, O=DI API, P=Partner Implementation, T=Year Transfer, U=Update | Allow NULL? |
| 8 | SPPCounter | SPP Counter | int | 11 | 0 | | | | Allow NULL? |
| 9 | UserSign | User Signature | int | 6 | 0 | OUSR | | | Allow NULL? |
| 10 | IsGrossPrc | Gross Price? | char | 1 | 0 | | N | N=No, Y=Yes | Allow NULL? |