Hi,
In the system I am developing we have changed the invoicing completely from scratch because we need it to do things which invoice proposals can't do and would be too much work to upgrade it.
Our existing logic is currently freezing the client window if they have a complex invoice so we thought that we would push the posting logic onto a batch job like the invoice proposals do currently.
I make our class extend RunBaseBatch and put some info message into the code so that I can see it clearly on the history but it is still running on the client. I am aware this sounds like a stupid question but i have had difficulty finding out on the internet how we can upgrade our class to run on the batch.
Something which I found which may or may not be relevant is the fact that the posting logic on the proposals extends FormLetter which does seem to have some batching and performance enhancements. Would refactoring the code to extend this be the only way to get it working on the batch?
Thanks in advance.
*This post is locked for comments
I have the same question (0)