July
6
How to find a Company Name from the Dynamics Great Plains (GP) Database
Run the following command:
SELECT
INTERID ‘Database’,
CMPNYNAM ‘Company_Name’
FROM DYNAMICS..SY01500
Run the following command:
SELECT
INTERID ‘Database’,
CMPNYNAM ‘Company_Name’
FROM DYNAMICS..SY01500