No | Text |
1 | Salesforce certification |
No | Text |
1 | Salesforce.com certified developer |
2 | Summer ’14 force.com platform releasepreview |
3 | Trigger order ofexecution |
4 | ınterview questions for salesforcedeveloper |
5 | Record type considerations |
6 | Salesforce license types |
7 | Cloud computing in ındia – opportunities and wayforward |
8 | How cloud computing ıs going to change the future oferp |
9 | Salesforce |
10 | Learn to build enterprise mobile apps on the leading cloudplatform |
11 | Salesforce platform mobile services |
No | Text |
1 | Visualforce remote objects enhancements |
2 | Canvas updates |
3 | Visual workflow enhancements |
4 | Salesforce developer |
5 | Site stats |
6 | Recent post |
No | Text |
1 | Roles are one of the ways you can control access to records. They also impact reports (e.g. “My Teams” filter). Roles come into play if your security model (OWDs) are set to private. A little more on Roles and how they impact security: |
2 | Profiles help determine record privileges. a***uming the User can see the record, Profiles determine what the User can do, view or edit on that record. Profiles control other system privileges as well (ma*** email, export data, etc) |
3 | Master-detail relations***p |
4 | 1)in m-d relations***p field value is mandatory |
5 | 2) here parent record is deleted automatically child records is deleted |
6 | 3) an object is allowed only 2 m-d relations***p fields |
7 | 4) if we give any rules to parent that rules automatically goes to the child. Child does not conatin any seperate rules. |
8 | 5)we can directly conert m-d relations***p to lookup relations***p |
9 | 6) if we give a value to m-d relations***p field that value doesnot changed. |
10 | Lookup relations***p |
11 | 1)in lookup relations***p field value is not mandatory |
12 | 2) here parent record is deleted automatically child records are not deleted |
13 | 3) an object is allowed only 25 relations***p fields |
14 | 4) here parent rules and child rules are may be same or not. |
15 | 5)if we cannot give a value to the lookup field then we can’t directly conert lookup relations***p to master-detail relations***p here first we need to give a value to the lookup field. |
16 | 6) if we give a value to lookup relations***p field we can change that value whenever we required. |
17 | Customize |
18 | Campaigns |
19 | Campaign Members |
20 | Record Types |
21 | Workflow |
22 | Approval Process:- |
23 | Trigger:- Trigger is also same ,when an Dml event occurs like insert,update,Delete trigger will fire…… |
24 | Trigger.new : |
25 | insert and update |
26 | Trigger.old : |
27 | update and delete |
28 | ApexPages.addMessage |
29 | actionFunction |
30 | provides support for invoking controller action methods directly from JavaScript code using an AJAXrequest |
31 | Used when we need to perform similar action on varioud events. Een though you can use it in place of actionSupport as well where only event is related to only one control. |
32 | ActionSupport : A component that adds AJAX support to another component, allowing the component to be refreshed asynchronously by theserver when a particular event occurs, such as a button click or mouseover. |
33 | Used when we want to perform an action on a perticular eventof any control like onchange of any text box or picklist. |
34 | ActionPolor : |
35 | A timer that sends an AJAX update request to the server according to a time interval that you specify. The update request canthen result in a full or partial page update. You should avoid using this component with enhanced lists.Used when we want to perform an action on server again and again for a particular time interval. |
36 | Why go for Cloud ERP |
37 | Cloud ERP |
38 | Lower Cost and Licensing |
39 | System Updates OTA |
40 | Better Data Management |
41 | More Security for Company Data |
42 | security and privacy |
43 | Verdict |
No | Text |
1 | What are permission sets and how do they differ from profiles? |
2 | When will you use profile and permission sets together? |
3 | Difference between roles and profiles? |
4 | Profiles control- |
5 | Role control- |
6 | What are controllers? |
7 | What are extensions? |
8 | Difference between controllers and extensions? |
9 | What is a standard controller and custom controller? |
10 | What is the Minimum number of queries required to query for 2 level, 3 level relations***ps? |
11 | Define recursive triggers?How will you avoid recursive triggers? |
12 | What is use of with sharing and without sharing in Apex cla***? |
13 | What deployment methods have you used? List advantages and disadvantages of each? |
14 | How will you load data for a child object? |
15 | Difference between a look up and master-detail relations***p? |
16 | Explain, the way you will query child from parent and parent from child |
17 | What are sharing rules, when do you used sharing rules? |
18 | Explain lead to opportunity conversion? |
19 | What are record types? Why are the record types used? |
20 | When is page layout a***ignment used? |
21 | How many types of salesforce licenses are there? What are the limits? |
22 | Salesforce |
23 | Salesforce Platform |
24 | Force.com – One App |
25 | Force.com App Subscription |
26 | Knowledge Only User |
27 | Chatter Free |
28 | Chatter Only – |
29 | What is batch apex? Why do we use batch apex? |
30 | Need of Batch Apex: – |
31 | What is the use of @future annotation? |
32 | Difference between a workflow rule and approval process? |
33 | What is the order of execution of workflow rules, validation rules, triggers? |
34 | Explain Salesforce.com security implementation with respect to Profiles, Roles and Hierarchy, Sharing rules, OWD(org wide default settings)? Also, specify which is the most restrictive security setting? |
35 | What are custom report types? |
36 | What are different types of reports you can create? |
37 | Format |
38 | Description |
39 | Tabular |
40 | Summary |
41 | Matrix |
42 | Joined |
43 | What is Trigger?old and Trigger?New |
44 | What is ApexPages?addMessage |
45 | How is a pdf generated using visual force page? |
46 | How can I redirect user to a page after processing is completed in the controller/extension? |
47 | What are custom settings? When will you use custom settings? |
48 | There are two types of custom settings: |
49 | List Custom Settings |
50 | Hierarchy Custom Settings |
51 | The following examples illustrate how you can use custom settings: |
52 | What are Action Support, Action Function and Action Poller used for? |
53 | Q |
54 | 1).What is the difference between Lookup Relations***p and Master-Detail Relations***p? Q2) True or False? If you were to delete a record that had a lookup to a child object, all child object records would get deleted as well. |
55 | lookup realation |
56 | master relation |
57 | Q3) Where is the view Account hierarchy link? |
58 | Q4)What does the Account Hierarchy tell or do? |
59 | Q5) how to create field? |
60 | 6)Where can you make a field required? |
61 | 7)I’m setting up different page layouts for different user profiles. As a system administrator, is there another way to see what the user sees instead of them granting log in access to you? |
62 | 8)What type of Workflow Alerts are there? |
63 | 9)Validation Rules, What are they use for in Salesforce? |
64 | 10)What is Dataloader? |
65 | Insert |
66 | Update |
67 | Upsert |
68 | Delete |
69 | Hard delete |
70 | Export |
71 | Export all |
72 | What is the difference between Profiles and Roles in Salesforce.com? |
73 | 11) what are governor limits in salesforce.com |
74 | types of limits that Apex enforces are |
75 | 12) Difference between auto-response rules and work flow rules |
76 | 13)difference between sandbox and developer organization ? |
77 | 14)types for relation in SFDC |
78 | 15)what is cross object formula creation |
No | Text |
1 | record types |
2 | may |