Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY00800
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Batch Activity Group Display Name: Batch Activity
Physical Name: SY00800
Technical Name: SY_Batch_Activity_MSTR
Group Technical Name: Batch Activity
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | WINTYPE ![]() | Window Type | INT | Integer | 0 | |
2 | USERID ![]() | User ID | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Batch Activity'].USERID AS 'Batch Activity-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SY00800 AS ['Batch Activity']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Batch Activity'].USERID = ['Users Master'].USERID | ||||||
3 | CMPNYNAM ![]() | Company Name | STR64_Company_Name | String | 64 | |
4 | BCHSOURC ![]() | Batch Source | STR15 | String | 15 | |
5 | BACHNUMB ![]() | Batch Number | STR15_LBAU | String | 15 | |
6 | POSTING ![]() | Posting | CB | Boolean | 0 | |
7 | TRXSOURC ![]() | Transaction Source | STR25 | String | 25 | |
8 | DEX_ROW_ID ![]() | int | int | 10 | ||
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |