Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CB900031
Product: Cashbook (1058)
Series: Financial
Display Name: Batch Recovery table
Physical Name: CB900031
Technical Name: CB_Batch_RecoverySeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 BACHNUMB Batch Number STR15_LBAU String 15 2 BCHCOMNT Batch Comment STR60 String 60 3 CURNCYID Currency ID STR15_Currency_ID String 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['Batch Recovery table'].CURNCYID AS 'Batch Recovery table-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
CB900031 AS ['Batch Recovery table']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Batch Recovery table'].CURNCYID = ['Currency Setup'].CURNCYID
4 CB_Status CB_Status INT Integer 0