Sales Customer Item Substitute (SOP00300)

azurecurveProductsMicrosoft Dynamics GP (0)SalesSales Customer Item Substitute (SOP00300)

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

Product: Microsoft Dynamics GP (0)
Series: Sales

Display Name: Sales Customer Item Substitute
Physical Name: SOP00300
Technical Name: sopCustomerItemSubstitute

Group Display Name: Sales Cards
Group Technical Name: Sales Cards

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1CUSTNMBR SearchCustomer NumberStringSTR15_RM_Customer_Number15
Key to the RM Customer MSTR (RM00101).

Click to show/hide

SELECT
       ['Sales Customer Item Substitute'].CUSTNMBR AS 'Sales Customer Item Substitute-Customer Number'
       ,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
       SOP00300 AS ['Sales Customer Item Substitute']
INNER JOIN
       RM00101 AS ['RM Customer MSTR']
              ON
                     ['Sales Customer Item Substitute'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
2ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
Key to the Item Master (IV00101).

Click to show/hide

SELECT
       ['Sales Customer Item Substitute'].ITEMNMBR AS 'Sales Customer Item Substitute-Item Number'
       ,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
       SOP00300 AS ['Sales Customer Item Substitute']
INNER JOIN
       IV00101 AS ['Item Master']
              ON
                     ['Sales Customer Item Substitute'].ITEMNMBR = ['Item Master'].ITEMNMBR
3SEQNUMBR SearchSequence NumberLong IntegerLI_Sequence_Number10
4SUBITEMNMBR SearchSubstitute Item NumberStringSTR30_Item_Number30
5SUBITEMDESC SearchSubstitute Item DescriptionStringSTR5050
6STRTDATE SearchStart DateDateDT8
7ENDDATE SearchEnd DateDateDT8
azurecurveProductsMicrosoft Dynamics GP (0)SalesSales Customer Item Substitute (SOP00300)

Leave a Reply

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