Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP30200
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Purchasing Requisition History Group Display Name: Purchasing Requisition History
Physical Name: POP30200
Technical Name: popRequisitionHist
Group Technical Name: Purchasing Requisition History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | POPRequisitionNumber ![]() | POP Requisition Number | STR17_POP_Number | String | 17 | |
2 | Requisition_Note_Index ![]() | Requisition Note Index | DLR14 | Currency | 14 | |
3 | RequisitionDescription ![]() | Requisition Description | STR60 | String | 60 | |
4 | RequisitionStatus ![]() | Requisition Status | DDL_Requisition_Status | Integer | 0 | |
5 | COMMNTID ![]() | Comment ID | STR15_Comment_ID | String | 15 | |
Key to the Comment Master (SY04200).
Click to show/hideSELECT
['Purchasing Requisition History'].COMMNTID AS 'Purchasing Requisition History-Comment ID'
,['Comment Master'].COMMNTID AS 'Comment Master-Comment ID'
FROM
POP30200 AS ['Purchasing Requisition History']
INNER JOIN
SY04200 AS ['Comment Master']
ON
['Purchasing Requisition History'].COMMNTID = ['Comment Master'].COMMNTID | ||||||
6 | Comment_Note_Index ![]() | Comment Note Index | DLR14 | Currency | 14 | |
7 | DOCDATE ![]() | Document Date | DT | Date | 8 | |
8 | REQDATE ![]() | Required Date | DATE_L | Date | 0 | |
9 | REQSTDBY ![]() | Requested By | STR20_LB | String | 20 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Purchasing Requisition History'].REQSTDBY AS 'Purchasing Requisition History-Requested By'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
POP30200 AS ['Purchasing Requisition History']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Purchasing Requisition History'].REQSTDBY = ['Users Master'].USERID | ||||||
10 | PRSTADCD ![]() | Primary Shipto Address Code | STR15_LBAU | String | 15 | |
11 | CMPNYNAM ![]() | Company Name | STR64_Company_Name | String | 64 | |
12 | CONTACT ![]() | Contact | STR60 | String | 60 | |
13 | ADDRESS1 ![]() | Address 1 | STR60 | String | 60 | |
14 | ADDRESS2 ![]() | Address 2 | STR60 | String | 60 | |
15 | ADDRESS3 ![]() | Address 3 | STR60 | String | 60 | |
16 | CITY ![]() | City | STR35 | String | 35 | |
17 | STATE ![]() | State | STR30_State | String | 29 | |
18 | ZIPCODE ![]() | Zip Code | STR10 | String | 10 | |
19 | CCode ![]() | Country Code | STR6_VAT | String | 6 | |
Key to the VAT Country Code MSTR (VAT10001).
Click to show/hideSELECT
['Purchasing Requisition History'].CCode AS 'Purchasing Requisition History-Country Code'
,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
POP30200 AS ['Purchasing Requisition History']
INNER JOIN
VAT10001 AS ['VAT Country Code MSTR']
ON
['Purchasing Requisition History'].CCode = ['VAT Country Code MSTR'].CCode | ||||||
20 | COUNTRY ![]() | Country | STR60 | String | 60 | |
21 | PHONE1 ![]() | Phone 1 | Phone_Number | String | 14 | |
22 | PHONE2 ![]() | Phone 2 | Phone_Number | String | 14 | |
23 | PHONE3 ![]() | Phone 3 | Phone_Number3 | String | 14 | |
24 | FAX ![]() | Fax | STR14_FAX | String | 14 | |
25 | DOCAMNT ![]() | Document Amount | DLR19_RBSO_UTR$ | Currency | 19 | |
26 | CREATDDT ![]() | Created Date | DT | Date | 8 | |
27 | MODIFDT ![]() | Modified Date | DT | Date | 8 | |
28 | USER2ENT ![]() | User To Enter | STR15_User_ID | String | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Purchasing Requisition History'].USER2ENT AS 'Purchasing Requisition History-User To Enter'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
POP30200 AS ['Purchasing Requisition History']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Purchasing Requisition History'].USER2ENT = ['Users Master'].USERID | ||||||
29 | Flags ![]() | Flags | INT1 | Integer | 1 | |
30 | VOIDED ![]() | Voided | CB | Boolean | 0 | |
31 | Workflow_Status ![]() | Workflow Status | Workflow Status | Integer | 0 | |
32 | DomainUserName ![]() | Domain User Name | STR255 | String | 255 | |
33 | USERDEF1 ![]() | User Defined 1 | STR20 | String | 20 | |
34 | USERDEF2 ![]() | User Defined 2 | STR20 | String | 20 | |
35 | DEX_ROW_TS ![]() | datetime | datetime | 3 | ||
DEX_ROW_TS records the time the record was last changed; often used with integration tools to identify which records have changed and need to be synchronised. | ||||||
36 | 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. |