Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CN40101
Product: Collections Management (1157)
Series: Sales
Display Name: Collections - Module SETP Group Display Name: Collection Setup
Physical Name: CN40101
Technical Name: CN_Module_SETP
Group Technical Name: CollectionSetup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SETUPKEY | Setup Key | INT | Integer | 0 | |
2 | NOTEINDX | Note Index | DLR14 | Currency | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Collections - Module SETP'].NOTEINDX AS 'Collections - Module SETP-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
CN40101 AS ['Collections - Module SETP']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Collections - Module SETP'].NOTEINDX = ['Record Notes Master'].NOTEINDX |