T
Timothy Williamson
Guest
Jorrit, I ran up against this a while back. The other APIs (REST, SOAP, etc) require a separate login call from the client in order to use them. This means that without having the credentials of the user, somehow, it's not going to be possible. You might be able to run a trigger that returns the result of a SOAP call but, at that point, you'd probably need to hard-code a username and password in the trigger script... which would reduce visibility into who was actually making calls and practically eliminate the use of permissions. Which API method are you wanting to use? There may be another alternative. Regards,
Continue reading...
Continue reading...