Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/UPR42000
Product: Microsoft Dynamics GP (0)
Series: Payroll
Display Name: Payroll Secondary Status Setup Group Display Name: Payroll Secondary Status Setup
Physical Name: UPR42000
Technical Name: uprSetupSecondaryStatus
Group Technical Name: Payroll Secondary Status Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | STATUSCD | Status Code | String | STR15_LBU | 15 | |
2 | STSDESCR | Status Description | String | STR30 | 30 | |
3 | STATUSTYPE | Status Type | Integer | DDL_Status_Type | 0 | |
4 | INACTIVE | Inactive | Boolean | CB_Inactive | 0 | |
5 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Payroll Secondary Status Setup'].NOTEINDX AS 'Payroll Secondary Status Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
UPR42000 AS ['Payroll Secondary Status Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Payroll Secondary Status Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX |