Javascript
Location & Metadata Retrieval from Image in Visualforce Page
Hi All, Recently I was working on a requirement where I had to extract the data stored in an image file, data like the location where the image was taken and the date of image capture is classified data which is embed in the image/picture itself. After doing some research on this topic, I found …
Location & Metadata Retrieval from Image in Visualforce Page Read More »
Custom LookUp Field in a VisualForce Page
Well, I have been working on a VisualForce page recently where the requirement was to create a lookup field on the Custom page. In Salesforce the lookup field can be created by creating a relationship field between two objects and the field appears on the creation page of the child object. This field has a …