Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10112
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Workflow Work and History Group Display Name: Sales Distribution
Physical Name: SOP10112
Technical Name: sopWorkflowWorkHist
Group Technical Name: Sales Distribution
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SOPNUMBE | SOP Number | String | STR20_SOP_Number | 17 | |
2 | SOPTYPE | SOP Type | Integer | DDL_SOP_Type | 0 | |
3 | ORD | Ord | Long Integer | LI_Sequence_Number | 10 | |
4 | Effective_Date | Effective Date | Date | DT | 8 | |
5 | TIME1 | Time | Time | TM6 | 6 | |
6 | SOPSTATUS | SOP Status | Integer | INT | 0 | |
7 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Sales Workflow Work and History'].USERID AS 'Sales Workflow Work and History-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SOP10112 AS ['Sales Workflow Work and History']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Sales Workflow Work and History'].USERID = ['Users Master'].USERID |