Transaction Log (CB900012)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CB900012

Product: Cashbook (1058)
Series: Financial

Display Name: Transaction Log
Physical Name: CB900012
Technical Name: CB_Transaction_Log

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1USERDATE SearchUser DateDTDate8
2USERID SearchUser IDSTR15_User_IDString15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['Transaction Log'].USERID AS 'Transaction Log-User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       CB900012 AS ['Transaction Log']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['Transaction Log'].USERID = ['Users Master'].USERID
3USERNAME SearchUser NameSTR30String30
4DATE1 SearchDateDT6Date6
5CB_What_Was_Done SearchCB_What_Was_DoneSTR255String255
6CMPANYID SearchCompany IDINT5Integer4
Key to the Company Master (SY01500).

Click to show/hide

SELECT
       ['Transaction Log'].CMPANYID AS 'Transaction Log-Company ID'
       ,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
       CB900012 AS ['Transaction Log']
INNER JOIN
       DYNAMICS..SY01500 AS ['Company Master']
              ON
                     ['Transaction Log'].CMPANYID = ['Company Master'].CMPANYID
7TIME1 SearchTimeTM6Time6

Leave a Reply

Your email address will not be published. Required fields are marked *