Credit Card Master (SY03100)

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

Product: Microsoft Dynamics GP (0)
Series: Company

Display Name: Credit Card Master
Physical Name: SY03100
Technical Name: SY_Credit_Card_MSTR

Group Display Name: Credit Card Master
Group Technical Name: Credit Card Master

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1PYBLGRBX SearchPayable Group BoxIntegerGB0
2RCVBGRBX SearchReceivable Group BoxIntegerGB0
3CARDNAME SearchCard NameStringSTR15_Card_Name15
4CBPAYBLE SearchCB PayableBooleanCB_Payable0
5CBRCVBLE SearchCB ReceivableBooleanCB_Receivable0
6CKBKNUM1 SearchCheckbook Number 1StringSTR15_Checkbook_ID15
7CKBKNUM2 SearchCheckbook Number 2StringSTR15_Checkbook_ID15
8ACTINDX SearchAccount IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['Credit Card Master'].ACTINDX AS 'Credit Card Master-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       SY03100 AS ['Credit Card Master']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['Credit Card Master'].ACTINDX = ['Account Index Master'].ACTINDX
9VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['Credit Card Master'].VENDORID AS 'Credit Card Master-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       SY03100 AS ['Credit Card Master']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['Credit Card Master'].VENDORID = ['PM Vendor Master File'].VENDORID
10NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['Credit Card Master'].NOTEINDX AS 'Credit Card Master-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       SY03100 AS ['Credit Card Master']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['Credit Card Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX
11LSTUSRED SearchLast User to EditStringSTR1515
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['Credit Card Master'].LSTUSRED AS 'Credit Card Master-Last User to Edit'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       SY03100 AS ['Credit Card Master']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['Credit Card Master'].LSTUSRED = ['Users Master'].USERID
12CREATDDT SearchCreated DateDateDT8
13MODIFDT SearchModified DateDateDT8

Leave a Reply

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