Epicor Function Trace Question

I created an Epicor function to perform an inventory transfer. It compiled so it works right? ha

I ran it by scheduling it to NOW but I can’t find anything in the trace log (except the function code itself oddly enough).

I can find in the tracelog where it ran the function but there are no details, parameters, method calls, data sets etc.

The scheduler stated that it completed successfully but the inventory has not moved so I am presuming I hit an error.

Is there anywhere I can find the details?

I turned on every trace parameter except changes only.

I thought of displaying a message box but that will not work if it is scheduled correct?

The server log had little information. It mentioned that the function completed.

I’m very familiar with using the trace to use in customizations and regular Epicor screens just cannot find anything when I call a function.

All this stuff happens on the server so a trace is not going to help you here.

Catch your errors and log your progress somewhere you can see it. Like a ud table, or email, or a log entry.

1 Like

Thanks. That did it. Luckily it was a simple configuration thing and not something buried in the data set. The stack trace was enough. Inventory moved!

2 Likes

Or a Konsole

7 Likes