Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PM80100
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Reprint Transaction Batch Headers Group Display Name: Payables Reprint Journals Logical File
Physical Name: PM80100
Technical Name: PM_Reprint_Batch_Headers
Group Technical Name: PM_Reprint_Journals_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | TRXSORCE | TRX Source | String | STR13 | 13 | |
2 | POSTEDDT | Posted Date | Date | DATE | 6 | |
3 | GLPOSTDT | GL Posting Date | Date | DT | 8 | |
4 | BCHSOURC | Batch Source | String | STR15 | 15 | |
Records whether the transaction was entered in a batch or not.Click to show/hide the Batch SourcesPM_Trxent Batch
XXPM_Trxent No batch (real-time)
| ||||||
5 | BACHNUMB | Batch Number | String | STR15_LBAU | 15 | |
6 | CHEKBKID | Checkbook ID | String | STR15_Checkbook_ID | 15 | |
Key to the CM Checkbook Master (CM00100).
Click to show/hideSELECT
['Reprint Transaction Batch Headers'].CHEKBKID AS 'Reprint Transaction Batch Headers-Checkbook ID'
,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
PM80100 AS ['Reprint Transaction Batch Headers']
INNER JOIN
CM00100 AS ['CM Checkbook Master']
ON
['Reprint Transaction Batch Headers'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID | ||||||
7 | NUMOFTRX | Number Of TRX | Long Integer | LI6_U0 | 6 | |
8 | RECPSTGS | Recurring Postings | Integer | INT3_U0 | 3 | |
9 | MSCBDINC | Misc Batch Days To Increment | Integer | INT3_U0 | 3 | |
10 | BACHFREQ | Batch Frequency | Integer | DDL_Frequency | 0 | |
11 | NOFPSTGS | Number of Postings | Integer | INT3_S0 | 3 | |
12 | BCHCOMNT | Batch Comment | String | STR60 | 60 | |
13 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Reprint Transaction Batch Headers'].USERID AS 'Reprint Transaction Batch Headers-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
PM80100 AS ['Reprint Transaction Batch Headers']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Reprint Transaction Batch Headers'].USERID = ['Users Master'].USERID | ||||||
14 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Reprint Transaction Batch Headers'].NOTEINDX AS 'Reprint Transaction Batch Headers-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
PM80100 AS ['Reprint Transaction Batch Headers']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Reprint Transaction Batch Headers'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
15 | RCDSRMVD | Records Removed | Boolean | Boolean | 0 | |
16 | BCHTOTAL | Batch Total | Currency | DLR19_RBS0_STR$ | 19 | |
17 | CNTRLTRX | Control TRX Count | Long Integer | LI6_U0 | 6 | |
18 | CNTRLTOT | Control Total | Currency | DLR19_RBS0_UTR$ | 19 | |
19 | APPROVL | Approval | Boolean | CB_Approval | 0 | |
20 | APPRVLDT | Approval Date | Date | DATE | 6 | |
21 | APRVLUSERID | Approval User ID | String | STR15_User_ID | 15 | |
The key to the Users Master (SY01400).
Click to show/hideSELECT
['Reprint Transaction Batch Headers'].APRVLUSERID AS 'Reprint Transaction Batch Headers-Approval User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
PM80100 AS ['Reprint Transaction Batch Headers']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Reprint Transaction Batch Headers'].APRVLUSERID = ['Users Master'].USERID | ||||||
22 | Workflow_Approval_Status | Workflow Approval Status | Integer | DDL_WorkflowApprovalStatus | 0 | |
23 | Workflow_Priority | Workflow Priority | Integer | DDL_WorkflowPriority | 0 | |
24 | Workflow_Status | Workflow Status | Integer | Workflow Status | 0 | |
25 | CREATDDT | Created Date | Date | DT | 8 | |
26 | TIME1 | Time | Time | TM6 | 6 |