Force.com login plugin for Google Chrome Users using Force.com login plugin, we can store a different salesforce account credentials (Username & Password for Production/Developer/Sandbox Org) and log in with just …
April 2014
-
-
Best Video about Apex Pattern and best practices Includes the following items: – StandardSetController & Standard Controller, Extension, Custom Controller – Context overload pattern – Apex Batch Jobs & Limitaion
- APEXJAVASCRIPTSALESFORCEVisual ForceVisualforce
Javascript confirm alert popup using Visualforce page and Apex Class
Javascript confirm alert popup using Visualforce page and Apex Class Below is the example of how to generate the confirm alert popup using Visualforce page and Apex Class. in the …
-
How To Build VIMEO IFRAME Videos flexive to view Mobile and Web Browser Friendly Its achievable with the help of following custom css styles and please add the below pieces …
-
How To Build YouTube IFRAME Videos flexive to view Mobile and Web Browser Friendly Its achievable with the help of following custom css styles and please add the below pieces …
- APEXMobileSALESFORCEVisual ForceVisualforce
How to redirect the visualforce page based on the mobile user or browser user in salesforce
How to redirect the visualforce page based on the mobile user or browser user in salesforce its possible to redirect the visualforce page either mobile page view or normal browser …
-
how to check the page is loaded in mobile or browser using Apex Class its achievable with the help of “User-Agent” header properties like below: String userAgent = ApexPages.currentPage().getHeaders().get(‘User-Agent’); …
-
How to Enable Log a Call Button in Salesforce Activity History Page Require the Edit access permisson in the task object, so provide Edit Permission in Task Object to enable …
- APEXAPIIntegrationSALESFORCESoapWeb Service
Listing the issues while generating the apex class from WSDL Document in salesforce
Listing the issues while generating the apex class from WSDL Document in salesforce It’s difficult to connect to external webservices without the following basic features. 1) Salesforce doesn’t support the …
-
Below is the some of the Important API Documentation URL’s Salesforce: http://www.salesforce.com/us/developer/docs/api/ Setster: http://www.setster.com/developers Pin.net.au: https://pin.net.au/docs/api Get Response: http://dev.getresponse.com Desk.com: http://dev.desk.com