Epicor Mobile Warehouse WMS Trace Log

Hello all,

Does somebody know a way that we can trace log the bo that the WMS call ?

For example in transfer inventory in Epicor when we change the lot there is InvTransfer.ChangeLot that is triggered but in the move inventory in the WMS this methods is not triggered but there is something else that is called because if lot does not exist a pop up appears telling us that lot does not exists do you want to create a new one?

Thanks,

1 Like

I believe the only method is to enable REST API tracing on the server side

Hello Richard,

I am not aware of this functionnality, can you show me how to access it please ?

Thanks,

In the adminstration console, when you select an app server instance then select ā€œApplication server settingsā€ you will see ā€œtracing settingsā€

However this dialog doesnt expose all the available options.

Instead go to your app server instance directory and in /server/ you will find the file AppServer.config.

In there you will see lots of trace flag options commented out

There is one

Experiment with these flags on your test app server of course :slight_smile:

If you turn lots on then the log files can fill really quickly!

Hello,

Thanks for this information, perhaps I after activating the rest api Tracing there is no trace from the WMS.

Have you tested the logging by using a program like Postman to do a rest call?

Hello,

Yes when I do some rest call I can see the logging.

Then the logging is working.

You will see the BO method calls from EMWW, but not the data.
I am not sure if there is an option to do this within those tracing parameters - i have found one (yet)

If you find the BO calls you are interested in then i suppose you could put some ā€˜passiveā€™ directives on them to inspect the data

Hello,

THe problem is I do not see the rest call from the WMS when I change the destination Lot in the Move Inventory form.

Any Idea of what is the method that is called ?

Thanks,

First question; Are you logging any REST calls when transacting on the terminal?

No transactions are logged

Any options for us cloud customers? Iā€™ve been asked to add a BPM to fire when the user uses the Mobile Warehouse screen but I donā€™t even have a list of needles for the haystack. Or the name of the haystack.