Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA41600
Product: Fixed Assets (309)
Series:
Display Name: Lease Company Setup Group Display Name: Fixed Assets Setup
Physical Name: FA41600
Technical Name: FA_Lease_Company_SETP
Group Technical Name: Fixed Assets Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | LEASECOMPINDX | Lease Company Index | Long Integer | LI_14 | 14 | |
2 | LEASECOMPID | Lease Company ID | String | STR15_Lease_Company_ID | 15 | |
3 | VENDORID | Vendor ID | String | STR_15_Vendor_ID | 15 | |
Key to the PM Vendor Master File (PM00200).
Click to show/hideSELECT
['Lease Company Setup'].VENDORID AS 'Lease Company Setup-Vendor ID'
,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
FA41600 AS ['Lease Company Setup']
INNER JOIN
PM00200 AS ['PM Vendor Master File']
ON
['Lease Company Setup'].VENDORID = ['PM Vendor Master File'].VENDORID | ||||||
4 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Lease Company Setup'].NOTEINDX AS 'Lease Company Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA41600 AS ['Lease Company Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Lease Company Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
5 | LASTMNTDDATE | Last Maintained Date | Date | DT | 8 | |
6 | LASTMNTDTIME | Last Maintained Time | Time | TM6 | 6 | |
7 | LASTMNTDUSERID | Last Maintained User ID | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Lease Company Setup'].LASTMNTDUSERID AS 'Lease Company Setup-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA41600 AS ['Lease Company Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Lease Company Setup'].LASTMNTDUSERID = ['Users Master'].USERID |