In some cases it is beneficial to force a particular
process to always be executed on the server.
In our case, when connecting to the bank to validate a
credit card it is only the server which is authorised to
connect. Therefore such a process must never be
executed on the client. Please note that we do not want
to use the option of executing all processes on the
server. We just want a guarantee that selected
processes are not executed on the client.
In the compierecms project this has been implemented
by a Y/N column called "IsOnlyRunAtServer" in the
AD_Process table.
I suggest you implement this in the official Compiere
release.