Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PM81000
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Modified Vendor Class Accounts
Physical Name: PM81000
Technical Name: pmModifyAccountsSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 USERID User ID String STR15_User_ID 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Modified Vendor Class Accounts'].USERID AS 'Modified Vendor Class Accounts-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
PM81000 AS ['Modified Vendor Class Accounts']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Modified Vendor Class Accounts'].USERID = ['Users Master'].USERID
2 TIME1 Time Time TM6 6 3 CMPNYNAM Company Name String STR64_Company_Name 64 4 Change_Status Change Status Integer Change Status 0 5 SEQNUMBR Sequence Number Long Integer LI_Sequence_Number 10 6 ACTINDX Account Index Long Integer LI_14 14 Key to the Account Index Master (GL00105).
Click to show/hide
SELECT
['Modified Vendor Class Accounts'].ACTINDX AS 'Modified Vendor Class Accounts-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
PM81000 AS ['Modified Vendor Class Accounts']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Modified Vendor Class Accounts'].ACTINDX = ['Account Index Master'].ACTINDX
7 Default_On_Trx Default On Trx Boolean CB 0 8 Stored_Account_Index Stored Account Index Long Integer LI_14 14 9 Stored_Default_On_Trx Stored Default On Trx Boolean CB 0