JDE debug logs question
Good Afternoon
I am trying to figure out which of our servers a particular Business Function runs on, by using the jdedebug. I have turned on both the jdedebug log and the jasdebug log on a jde local development workstation, running a JDE fat client. I am logging into the fat client, then launching the EnterpriseOne Menu, to start the local webserver, and then running the application which uses the business function.
The Business Function is a custom function, and is called during the Grid Cell Display Changed event on one of the columns of the grid in the application. The Function is basically a long nested if statement, which calls the Set Grid Cell Icon system function based on a value in another column in the grid.