Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/ME27656
Product: Mekorma MICR (2404)
Series: System
Display Name: Mekorma MICR Upgrade Log Group Display Name: ME_Mekorma_MICR_System_Tables
Physical Name: ME27656
Technical Name: ME_Upgrade_Log
Group Technical Name: ME_Mekorma_MICR_System_Tables
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CMPANYID | Company ID | INT5 | Integer | 4 | |
Key to the Company Master (SY01500).
Click to show/hideSELECT
['Mekorma MICR Upgrade Log'].CMPANYID AS 'Mekorma MICR Upgrade Log-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
ME27656 AS ['Mekorma MICR Upgrade Log']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Mekorma MICR Upgrade Log'].CMPANYID = ['Company Master'].CMPANYID | ||||||
2 | ME_Major_Version | ME_Major_Version | INT3 | Integer | 3 | |
3 | ME_Minor_Version | ME_Minor_Version | INT3 | Integer | 3 | |
4 | ME_Build_Number | ME_Build_Number | INT | Integer | 0 | |
5 | ME_Attempted_Date | ME_Attempted_Date | DT | Date | 8 | |
6 | ME_Attempted_Time | ME_Attempted_Time | TM6 | Time | 6 | |
7 | ME_Attempted_Build | ME_Attempted_Build | INT | Integer | 0 | |
8 | ME_Attempted_Major_Versi | ME_Attempted_Major_Version | INT | Integer | 0 | |
9 | ME_Attempted_Minor_Versi | ME_Attempted_Minor_Version | INT | Integer | 0 | |
10 | ME_Completed_Date | ME_Completed_Date | DT | Date | 8 | |
11 | ME_Completed_Time | ME_Completed_Time | TM6 | Time | 6 | |
12 | USERID | User ID | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Mekorma MICR Upgrade Log'].USERID AS 'Mekorma MICR Upgrade Log-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
ME27656 AS ['Mekorma MICR Upgrade Log']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Mekorma MICR Upgrade Log'].USERID = ['Users Master'].USERID | ||||||
13 | ME_Status_Description | ME_Status_Description | STR50 | String | 50 |