Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SV00567
Product: WennSoft Products (131)
Series: 3rd Party
Display Name: SV_Maint_Billing_Note_MSTR
Physical Name: SV00567
Technical Name: SV_Maint_Billing_Note_MSTRSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 CUSTNMBR Customer Number STR15_RM_Customer_Number String 15 Key to the RM Customer MSTR (RM00101).
Click to show/hide
SELECT
['SV_Maint_Billing_Note_MSTR'].CUSTNMBR AS 'SV_Maint_Billing_Note_MSTR-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
SV00567 AS ['SV_Maint_Billing_Note_MSTR']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['SV_Maint_Billing_Note_MSTR'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
2 ADRSCODE Address Code STR15_Address_Code String 15 3 Contract_Number WS Contract Number STR10 String 10 4 WSCONTSQ WS Contract Number Sequence LI_Sequence_Number Long Integer 10 5 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['SV_Maint_Billing_Note_MSTR'].USERID AS 'SV_Maint_Billing_Note_MSTR-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SV00567 AS ['SV_Maint_Billing_Note_MSTR']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['SV_Maint_Billing_Note_MSTR'].USERID = ['Users Master'].USERID
6 Note_Author Note Author STR_20 String 20 7 NOTEINDX Note Index DLR14 Currency 14 Key to the Record Notes Master (SY03900).
Click to show/hide
SELECT
['SV_Maint_Billing_Note_MSTR'].NOTEINDX AS 'SV_Maint_Billing_Note_MSTR-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SV00567 AS ['SV_Maint_Billing_Note_MSTR']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['SV_Maint_Billing_Note_MSTR'].NOTEINDX = ['Record Notes Master'].NOTEINDX
8 USERNAME User Name STR30 String 30 9 MODIFDT Modified Date DT Date 8 10 Modified_Time Modified Time TM6 Time 6 11 MDFUSRID Modified User ID STR15 String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['SV_Maint_Billing_Note_MSTR'].MDFUSRID AS 'SV_Maint_Billing_Note_MSTR-Modified User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SV00567 AS ['SV_Maint_Billing_Note_MSTR']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['SV_Maint_Billing_Note_MSTR'].MDFUSRID = ['Users Master'].USERID
12 Time_Zone Time Zone STR3 String 3 13 SV_Language_ID SV Language ID INT2 Integer 2 14 WSReserved_CB1 WSReserved CB1 CB Boolean 0 15 WSReserved_CB2 WSReserved CB2 CB Boolean 0 16 WSReserved_CB3 WSReserved CB3 CB Boolean 0 17 WSReserved_CB4 WSReserved CB4 CB Boolean 0 18 WSReserved_CB5 WSReserved CB5 CB Boolean 0 19 WSReserved_STR1 WSReserved STR1 STR10 String 10 20 WSReserved_STR2 WSReserved STR2 STR10 String 10 21 Record_Notes Record Notes TX32000 Text 32000