Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA01002
Product: Fixed Assets (309)
Series:
Display Name: Asset Purge Detail Group Display Name: Fixed Assets Purge
Physical Name: FA01002
Technical Name: FA_Purge_DTL
Group Technical Name: Fixed Assets Purge
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PURGEDATE | Purge Date | Date | DT | 8 | |
2 | PURGETIME | Purge Time | Time | TM6 | 6 | |
3 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Asset Purge Detail'].USERID AS 'Asset Purge Detail-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA01002 AS ['Asset Purge Detail']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Asset Purge Detail'].USERID = ['Users Master'].USERID | ||||||
4 | ASSETINDEX | Asset Index | Long Integer | LI9_Asset_Index | 9 | |
Key to the Asset General Information Master (FA00100).
Click to show/hideSELECT
['Asset Purge Detail'].ASSETINDEX AS 'Asset Purge Detail-Asset Index'
,['Asset General Information Master'].ASSETINDEX AS 'Asset General Information Master-Asset Index'
FROM
FA01002 AS ['Asset Purge Detail']
INNER JOIN
FA00100 AS ['Asset General Information Master']
ON
['Asset Purge Detail'].ASSETINDEX = ['Asset General Information Master'].ASSETINDEX | ||||||
5 | ASSETID | Asset ID | String | STR15_Asset_ID | 15 | |
6 | ASSETIDSUF | Asset ID Suffix | Integer | INT3_U0 | 3 | |
7 | ASSETDESC | Asset Description | String | STR40_Asset_Description | 40 | |
8 | ASSETSTATUS | Asset Status | Integer | VS_Asset_Status | 0 | |
9 | ASSETSTATDT | Asset Status Date | Date | DT | 8 |