Tag Archives: Microsoft GP Tutorial
How to Remove Unused User Sessions in Microsoft Dynamics Great Plains?
Standard Code: One of the simple ways to remove unused users from Great Plains is done by using the following code: Delete from Activity where userid = ‘XXXX” This code does not really remove the unused user and all of …
Key Tables for Microsoft Great Plains 2010 and MS Dynamics GP 10
Tables Microsoft Great Plains 2010 and MS Dynamics GP 10 Commonly GP Used Tables ( Master Tables): IV00101 – Item Master IV00102 – Item Quantity Master IV00103 – Item Vendor Master IV00107 – Item Price List Options IV00108 – Item …
C# Program to get 1000+ Records in Microsoft Dynamics GP 2010 using Web Services
Handling 1000+ records in MS Dynamics Great Plains When a call is made to GetCustomerList method, only the first 1000 records are received. . This is not possible in the GP 10 because the number of records for the GetCustomerList …