Tag: VisualForce

[Salesforce / Javascript] Visualforce tips for Javascript nerds

No secret I love Javascript. It’s messy to the right point, it can be quick and dirty, it can be elegant, it can be wathever you are: your Javascript code can be a mirror of your personality. And what’s better that putting together 2 things I like the most? Yes, I’m talking about Salesforce and […]

[Salesforce / Visualforce] Input Lookup Custom Component

Have you ever needed a VisualForce lookup input field without using a lookup field from another “fake” object? I did, and now I have an easy to use VisualForce component that does the trick (almost all the trick). Here is the GitHub repository that contains the component. The components simply replicates what the standard lookup […]