Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00654
Product: FieldService (949)
Series:
Display Name: SVC_Contract_Price_Book_Group Group Display Name: Service Table Group
Physical Name: SVC00654
Technical Name: SVC_Contract_Price_Book_Group
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PRICSHED | Price Schedule | String | STR10_Schedule | 10 | |
2 | ITMCLSCD | Item Class Code | String | STR10_Class_ID | 10 | |
Key to the Item Class Setup (IV40400).
Click to show/hideSELECT
['SVC_Contract_Price_Book_Group'].ITMCLSCD AS 'SVC_Contract_Price_Book_Group-Item Class Code'
,['Item Class Setup'].ITMCLSCD AS 'Item Class Setup-Item Class Code'
FROM
SVC00654 AS ['SVC_Contract_Price_Book_Group']
INNER JOIN
IV40400 AS ['Item Class Setup']
ON
['SVC_Contract_Price_Book_Group'].ITMCLSCD = ['Item Class Setup'].ITMCLSCD | ||||||
3 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['SVC_Contract_Price_Book_Group'].ITEMNMBR AS 'SVC_Contract_Price_Book_Group-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC00654 AS ['SVC_Contract_Price_Book_Group']
INNER JOIN
IV00101 AS ['Item Master']
ON
['SVC_Contract_Price_Book_Group'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
4 | CUSTCLAS | Customer Class | String | STR15_Customer_Class | 15 | |
5 | CUSTNMBR | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['SVC_Contract_Price_Book_Group'].CUSTNMBR AS 'SVC_Contract_Price_Book_Group-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
SVC00654 AS ['SVC_Contract_Price_Book_Group']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['SVC_Contract_Price_Book_Group'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR | ||||||
6 | UNITCOST | Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
7 | UNITPRCE | Unit Price | Currency | DLR17_RBS0_STR$ | 17 |