Cloudmurali - cloudmurali.com - Cloud Computing by Murali
General Information:
Latest News:
Training Syllabus For Adv Developer 501 Certification 1 May 2013 | 10:37 pm
Development Lifecycle 13% List and describe the key features, tools, and technologies of application lifecycle management and Force.com development Describe best practices for managing multi-team an...
Salesforce Apex enum Example 3 Feb 2013 | 10:43 pm
crate a class season,month,MyExample bellow like this public enum Season { WINTER,SPRING,SUMMER,FALL } public enum Month { JAN,FEB,MAR,APR,MAY,JUN,JUL,AUG,SEP,OCT,NOV,DEC } public class MyExample { pu...
SOQL Select all fields (Select * from ) 21 Jan 2013 | 05:31 pm
public class ApexSelectQueries { //SOQL will not support direct select * from syntax, so we need to retrive all field names first then we should construct a select statment with the fields. //This met...
Sharing Rules 26 Dec 2012 | 07:40 pm
Sharing rules allow you to selectively grant data access to defined sets of users. Review the following notes before using sharing rules: You can use sharing rules to grant wider access to data. You c...
Trigger vs Workflow 16 Dec 2012 | 02:46 am
Trigger vs Workflow S. No. Trigger Workflow 1. Triggers can not be updated on production org after being created via a managed package. Actions in workflows can be edited,removed and new actions c...
401 dumps for Workflows & Approvals 29 Nov 2012 | 12:43 pm
To learn in-depth Salesforce join in my trainings! #(+91) 8978397610 mail: cloud_murali@yahoo.in 1.The Status field cannot be updated by approval processes? A. True B. False 2.Which fu...
401 dumps from Tabs,Apps,TestCases, Tags,Validations 29 Nov 2012 | 12:34 pm
To learn in-depth Salesforce join in my trainings! #(+91) 8978397610 mail: cloud_murali@yahoo.in 1.Can a user create their own Tab Style while creating the Custom Tabs? A.Yes B.No 2.How ...
401 dumps from Managing Users, Security Controls 28 Nov 2012 | 07:33 pm
To learn in-depth Salesforce join in my trainings! #(+91) 8978397610 mail: cloud_murali@yahoo.in 1.How many Criteria based sharing rules per object can be created? Spring'11 Release A. 10 B....
401 dump on Reports & Dashboards (Dump-3) 27 Nov 2012 | 08:23 pm
To learn in-depth Salesforce join in my trainings! #(+91) 8978397610 mail: cloud_murali@yahoo.in 1.____ sharing rules determine whom to share records with based on field values in records? – S...
401 dump on Reports & Dashboards (Dump-2) 27 Nov 2012 | 08:15 pm
To learn in-depth Salesforce join in my trainings! #(+91) 8978397610 mail: cloud_murali@yahoo.in 1.Recruiters uses an external system for keeping track of exits from the organization. The CEO ...