‎2020 Apr 08 5:21 PM
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.
‎2020 Apr 08 8:45 PM
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.