Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY09000
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Security Tasks Master Group Display Name: Security Setup
Physical Name: SY09000
Technical Name: sySecurityMSTRTask
Group Technical Name: Security Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SECURITYTASKID | Security Task ID | String | SecurityID | 25 | |
2 | SECURITYTASKNAME | Security Task Name | String | STR50 | 50 | |
3 | SECURITYTASKDESC | Security Task Description | String | STR255 | 255 | |
4 | SECURITYTASKCATEGORY | Security Task Category | Integer | Security Task Category | 0 | |
5 | DEFSECTASK | Default Security Task | Boolean | CB | 0 | |
6 | CRUSRID | Created User ID | String | STR15_User_ID | 15 | |
7 | CREATDDT | Created Date | Date | DT | 8 | |
8 | MDFUSRID | Modified User ID | String | STR15 | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Security Tasks Master'].MDFUSRID AS 'Security Tasks Master-Modified User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SY09000 AS ['Security Tasks Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Security Tasks Master'].MDFUSRID = ['Users Master'].USERID | ||||||
9 | MODIFDT | Modified Date | Date | DT | 8 | |
10 | Workflow_Status | Workflow Status | Integer | Workflow Status | 0 | |
11 | SecurityTaskNameModified | Security Task Name Modified | String | STR50 | 50 | |
12 | SecurityTaskDescModified | Security Task Description Modified | String | STR255 | 255 | |
13 | SecurityTaskCatgModified | Security Task Category Modified | Integer | Security Task Category | 0 | |
14 | WorkflowOriginCompany | Workflow Origin Company | String | STR5_IC_ID | 5 |