Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SC020330
Product: Manufacturing (346)
Series:
Display Name: Sales Forecast Customers Group Display Name: Manufacturing Sales Fcst.
Physical Name: SC020330
Technical Name: SF_Customers
Group Technical Name: Manufacturing SFC
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PLANNAME_I | Plan Name | String | STR15 | 15 | |
2 | CUSTNMBR | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['Sales Forecast Customers'].CUSTNMBR AS 'Sales Forecast Customers-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
SC020330 AS ['Sales Forecast Customers']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['Sales Forecast Customers'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR |