Forum Discussion
angela Did you ever find a solution to this? I'm also looking to use a regular server method to do all the work in an onConvert event. The method does fire and complete, but leaves the Conversion Task in an InProgress state, with the onConvert task InProgress.
The answer is unfortunately no. But I never really tried again. I once did some test to mimic a Conversion Server behavior by triggering the transactions manually in server Methods. This was a quite promising approach (which brings zero benefit regarding server performance, cause we stay on the same server...). I never used in production.
So far whenever I have a time consuming task that would benefit from using the conversion server....I end up using another solution that works just as well....
One approach that I use in another project is a "ready-to-go" DLL that does all the ConversionServer related work. I always wanted to recreate this one, but so far never found the time and use case.
I still would be highly interesting in a 100% Method based solution!