Launch Salesforce1 in a mobile simulator right from your desktop. You need to have google chrome browser installed on your computer. Its a very preety coll tool to test salesforce1 App, no need to go […]
Posts Tagged: Salesforce Development
Difference between LastModifiedDate and SystemModStamp LastModifiedDate and SystemModStamp dates both are system fields and that store date and time values for each record. LastModifiedDate updates automatically whenever a user creates or updates any record. Data […]
Trigger to update dependent contact’s mailing address if parent contact’s mailing address changes. First, we gather all contacts record that have changed, then we query for all dependent contacts and see if any mailing address […]
Force.com Streaming API uses publish/subscribe model for data transfer, where salesforce admin creates one or more topics, each of which is associated with a SOQL query. Applications may subscribe to one or more topics, using […]