Good Morning,
I'm looking for documentation on how to run a custom function on the Server.
Right now, I have an in-solution web service project (different than the DevForce project) that has a function that calls a 3rd party service. It's the only thing I use the web service for. What I'd really like to do is to call the 3rd party function on the Server (not the client) from the Devforce project.
Ordinarily, we could extend something, say Entity Manager or something, and call MyExtendedEntityManager.Call3rdpartyservice(); But, with DevForce, most of the objects run on the client, not the server.
Is there any way to do something like this?