I am not seeing a method for OnChangeExpenseType in QuickEntry method, is it possible to set up a BPM similar to upon changing the Expense Type? By default, if you change the Expense Type, it will update it but we want to default it to something different than what the system is defaulting to upon changing the expense type.
You should run a trace while doing the process where you want a BPM, then turn off tracing and search the trace log for ‘<method’ you can then see all the methods that are called, they are not always what you would think they are.
The Trace helped and was actually called different OnChangeMiscCode.
1 Like
