Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SV40200
Product: WennSoft Products (131)
Series: 3rd Party
Display Name: SV_Shift_SETP
Physical Name: SV40200
Technical Name: SV_Shift_SETP
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | Shift_ID | Shift ID | STR15_Shift_ID | String | 15 | |
2 | Shift_Description | Shift Description | STR30 | String | 30 | |
3 | Wennsoft_Affiliate | Wennsoft Affiliate | STR15_LBAU | String | 15 | |
4 | Wennsoft_Region | Wennsoft Region | STR15_LBAU | String | 15 | |
5 | Wennsoft_Branch | Wennsoft Branch | STR15_LBAU | String | 15 | |
6 | STRTDATE | Start Date | DT | Date | 8 | |
7 | ENDDATE | End Date | DT | Date | 8 | |
8 | CREATDDT | Created Date | DT | Date | 8 | |
9 | CRUSRID | Created User ID | STR15_User_ID | String | 15 | |
10 | MODIFDT | Modified Date | DT | Date | 8 | |
11 | Modified_Time | Modified Time | TM6 | Time | 6 | |
12 | MDFUSRID | Modified User ID | STR15 | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['SV_Shift_SETP'].MDFUSRID AS 'SV_Shift_SETP-Modified User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SV40200 AS ['SV_Shift_SETP']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['SV_Shift_SETP'].MDFUSRID = ['Users Master'].USERID | ||||||
13 | NOTEINDX | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['SV_Shift_SETP'].NOTEINDX AS 'SV_Shift_SETP-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SV40200 AS ['SV_Shift_SETP']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['SV_Shift_SETP'].NOTEINDX = ['Record Notes Master'].NOTEINDX |