Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA00500
Product: Fixed Assets (309)
Series:
Display Name: Asset Lease Master Group Display Name: Fixed Assets Master
Physical Name: FA00500
Technical Name: FA_Lease_MSTR
Group Technical Name: Fixed Assets Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ASSETINDEX | Asset Index | Long Integer | LI9_Asset_Index | 9 | |
Key to the Asset General Information Master (FA00100).
Click to show/hideSELECT
['Asset Lease Master'].ASSETINDEX AS 'Asset Lease Master-Asset Index'
,['Asset General Information Master'].ASSETINDEX AS 'Asset General Information Master-Asset Index'
FROM
FA00500 AS ['Asset Lease Master']
INNER JOIN
FA00100 AS ['Asset General Information Master']
ON
['Asset Lease Master'].ASSETINDEX = ['Asset General Information Master'].ASSETINDEX | ||||||
2 | LEASECOMPINDX | Lease Company Index | Long Integer | LI_14 | 14 | |
3 | LEASETYPE | Lease Type | Integer | DDL_Lease_Type | 0 | |
4 | LEASECONTRACTID | Lease Contract ID | String | STR15_LBAU | 15 | |
5 | LEASEPAYMENT | Lease Payment | Currency | DLR17_RBS0_STR$ | 17 | |
6 | LEASEINTRATE | Lease Interest Rate | Integer | INT5_%2 | 5 | |
7 | LEASEENDDATE | Lease End Date | Date | DT | 8 | |
8 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Asset Lease Master'].NOTEINDX AS 'Asset Lease Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA00500 AS ['Asset Lease Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Asset Lease Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
9 | LASTMNTDDATE | Last Maintained Date | Date | DT | 8 | |
10 | LASTMNTDTIME | Last Maintained Time | Time | TM6 | 6 | |
11 | LASTMNTDUSERID | Last Maintained User ID | String | User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Asset Lease Master'].LASTMNTDUSERID AS 'Asset Lease Master-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA00500 AS ['Asset Lease Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Asset Lease Master'].LASTMNTDUSERID = ['Users Master'].USERID |