Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RVLPD033
Product: Payment Document Management (2150)
Series:
Display Name: Company Payment Document Install
Physical Name: RVLPD033
Technical Name: rvlsyPmntDocInstall
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length |
---|
1 | CMPANYID  | Company ID | Integer | INT5 | 4 |
| Key to the Company Master (SY01500).
SELECT
['Company Payment Document Install'].CMPANYID AS 'Company Payment Document Install-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
RVLPD033 AS ['Company Payment Document Install']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Company Payment Document Install'].CMPANYID = ['Company Master'].CMPANYID |
2 | USERID  | User ID | String | STR15_User_ID | 15 |
| Key to the Users Master (SY01400).
SELECT
['Company Payment Document Install'].USERID AS 'Company Payment Document Install-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
RVLPD033 AS ['Company Payment Document Install']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Company Payment Document Install'].USERID = ['Users Master'].USERID |
3 | CREATDDT  | Created Date | Date | DT | 8 |