How to get trace logs from mobile apps?

I’ve been trying to set up the Epicor Expense app and it seems to work great. However, I need to explore possibilities for example, setting default values. I see that there is a MobileEmpExpense table so in theory I could set a BPM on that and set the value on the GetNew (there are 2 fonctions but neither work) but I can’t make it work. I would like to be able to see the logs to see what exactly is called.

Is that possible to do that with the ‘tracing options form’ ?

(It’s just an example, I know that I can use Quick Code to easily set default values)

Thanks !

The only way to “trace” a mobile app generally is to run it in an emulator through a proxy that requires a lot of TLC

Start with fiddler, charles proxy and beyond but it is really involved.

1 Like

I thought that it would be possible to see which BPM were called directly in Epicor but I understand. I’ll try to look into Fiddler when i have time for that, thanks !

Wild