Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Application Log in Proxy Class

0 Likes
543

I want to use the application log to record messages in an inbound interface. It seems I can write to the application log without any issue from within the proxy class until I post an order. Once I post an order I cannot write to the application log. ANy thoughts on why that is or how I would resolve? Thanks very much. mat.

1 REPLY 1
Read only

michael_piesche
Active Contributor
0 Likes
435

You need to give more information on how you implemented this. Actual coding related to your problem would help and any error or return messages would be appreciated. How do you start, add and finish the log, what do you actually call just before you „can’t write“ to the log anymore?

I assume, that with the creation of the sales order, there is a commit and you seem to loose your log handle. Just guessing right now though, because there is nothing else to look at right now.