How to implement my web app (https) to Salesforce1 App Mobile Its possible using the below approach: 1) Create a new visualforce page with Available for Salesforce mobile apps checked…
March 2014
-
-
Tabbed Accounts Visualforce Page is not working in Salesforce1 App http://wiki.developerforce.com/page/Tabbed_Accounts_in_30_seconds in my Salesforce1 App users see the default layout, not the Tabbed_Accounts VF page? Solution: “Available for Salesforce Mobile…
-
Use of Available for Salesforce Mobile apps flag in Visualforce Page Use Case:- newly created the visualforce page and its support in Both Platforms (Salesforce Users and Salesforce1 Classic Users…
-
something like this, assuming updating an account is what triggers your code above. global class Trades_CascadeAccountsBatchable implements Database.Batchable<sObject>, Database.Stateful { /*run this batch the first time with this Database.executeBatch(new Trades_CascadeAccountsBatchable(‘SELECT…
-
Submit the PHP Form data without using CURL Your PHP Server (HOSTING) doesn’t enabled CURL, then we can submit the data using PHP Function’s like fsockopen() and fputs() Please see…
-
Salesforce Web-to-Lead form integration using PHP and cURL Using this method, we can achieve the following scenarios: 1) Security Advantage of this process is hiding your Salesforce organisation ID 2)…
-
Types of Email Templates in Salesforce Types of Email Templates and when to use them. Salesforce provides four types of email templates:- Text – All users can create or modify the…
-
How to convert from 18 Digit Salesforce ID to 15 Digit ID Using Apex Class Its possible to convert from 18 Digit Salesforce ID to 15 Digit ID Using String…