Dynamics GP (Enterprise) - Configuring Paths

If you need to see where your files are being dropped/consumed, or need to update the pathing - you can see how here

Micah A. Parker avatar
Written by Micah A. Parker
Updated over a week ago

Product: Dynamics GP (Enterprise)


If you're in need of modifying the paths for your Dynamics GP Enterprise solution with the TrueCommerce/vSync module, you'll want to update it for each module that you're operating with.

If you're not sure which one you're using, you can click here for a breakdown. However most customers simply use the SOP setup only, but if you have a Warehouse/3PL you may also utilize WHS module.

Note: Changes are GLOBAL for ALL USERS - any changes made for any user on any machine will affect all users

SOP Module - Global


Navigate: TrueCommerce Main → SOP → Paths

SOP Module - Partner Specific Overrides


Navigate: TrueCommerce Main → Customer → Additional → Additional Setup Options

Note: Requires activation - if you receive an error you do not have to worry about it, the feature is not enabled

WHS Module - Global


Navigate: TrueCommerce Warehouse → Defaults → Paths

POP Module - Global


Navigate: TrueCommerce POP → Defaults → Paths

SQL Check


If you have access to the SQL Server you can have your system admin simply run a quick query against the ESI40900 (SOP - Global) and ESI49SPS (SOP - Partner) tables to see what may be set - it's recommended to set these through the interface directly rather than a SQL Update - however if you have a lot of Trading Partners you can easily see which partners may need updated

SOP Module

ESI40900 (Global)

SELECT ESIAPTH1,ESIAPTH2,ESIAPTH3,ESIAPTH4,ESIAPTH5,ESIAPTH6,ESIAPTH7,ESIAPTH8,ESIAPTH9 FROM ESI40900

ESI49SPS (Partner)

SELECT CUSTNMBR, ESIAPTH1,ESIAPTH2,ESIAPTH3,ESIAPTH4,ESIAPTH5,ESIAPTH6,ESIAPTH7,ESIAPTH8,ESIAPTH9 FROM ESI49SPS

SOP SQL Query Results

WHS Module

SELECT fileName940,fileName943,fileName944,fileName945 FROM ESI49409

WHS SQL Query Results

POP Module

Coming soon!

rev 8/18/22

Did this answer your question?