Sales Batch History (SOP30100)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP30100

Product: Microsoft Dynamics GP (0)
Series: Sales

Display Name: Sales Batch History
Physical Name: SOP30100
Technical Name: SOP_Batch_HIST

Group Display Name: Sales History
Group Technical Name: Sales History

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1TRXSORCE SearchTRX SourceStringSTR1313
2BCHSOURC SearchBatch SourceStringSTR1515
3BACHNUMB SearchBatch NumberStringSTR15_LBAU15
4BCHCOMNT SearchBatch CommentStringSTR6060
5CHEKBKID SearchCheckbook IDStringSTR15_Checkbook_ID15
Key to the CM Checkbook Master (CM00100).

Click to show/hide

SELECT
       ['Sales Batch History'].CHEKBKID AS 'Sales Batch History-Checkbook ID'
       ,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
       SOP30100 AS ['Sales Batch History']
INNER JOIN
       CM00100 AS ['CM Checkbook Master']
              ON
                     ['Sales Batch History'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
6GLPOSTDT SearchGL Posting DateDateDT8
7APPROVL SearchApprovalBooleanCB_Approval0
8APPRVLDT SearchApproval DateDateDATE6
9APRVLUSERID SearchApproval User IDStringSTR15_User_ID15
The key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['Sales Batch History'].APRVLUSERID AS 'Sales Batch History-Approval User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       SOP30100 AS ['Sales Batch History']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['Sales Batch History'].APRVLUSERID = ['Users Master'].USERID
10BCHTOTAL SearchBatch TotalCurrencyDLR19_RBS0_STR$19
11CNTRLTOT SearchControl TotalCurrencyDLR19_RBS0_UTR$19
12NUMOFTRX SearchNumber Of TRXLong IntegerLI6_U06
13CNTRLTRX SearchControl TRX CountLong IntegerLI6_U06
14REPRNTNT SearchReprint NTBooleanCB0
15USERID SearchUser IDStringSTR15_User_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['Sales Batch History'].USERID AS 'Sales Batch History-User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       SOP30100 AS ['Sales Batch History']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['Sales Batch History'].USERID = ['Users Master'].USERID
16NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['Sales Batch History'].NOTEINDX AS 'Sales Batch History-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       SOP30100 AS ['Sales Batch History']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['Sales Batch History'].NOTEINDX = ['Record Notes Master'].NOTEINDX
17TRXMISNG SearchTRX MissingBooleanBoolean0

Leave a Reply

Your email address will not be published. Required fields are marked *