OpenShift supports the “Do it Yourself” application type. Using this application type, you can run any program that can be accessed through HTTP. Continue reading →
So I decided to create my first Salesforce app for the Salesforce AppExchange. I have this idea to improve the coordination of communication during long sales trajectories for a few months now, but aside from some research I didn’t really take action on it. While laying in bed yesterday evening, I decided it is time for some action on this idea. I think I can have a first viable version with very limited effort, so I jumped right in today! Continue reading →
If you need a formula for a Salesforce formula field to count the number of weekdays (excluding Saturday and Sunday) between 2 dates, you can use the formula below. Continue reading →
In my opinion, Salesforce.com is not ready to be used in multi-language environments. You can translate nearly everything displayed in the interface. But some key elements cannot be translated, and that’s blocking real multi-lingual support. Continue reading →
Our SOAP web service with WS-Security written in Java using Apache CXF returns a SOAP Fault saying “The signature or decryption was invalid” when it’s run on Linux, but not when it’s run on Windows. Continue reading →