Menu Bar

Friday 17 August 2012

Que:- Differece between Repete, DataTable, PageBlockTable

<apex:repeat>

<apex:DataTable>

Both  are used to get data from Collections,but

   1. By using <apex:repeat> we can't get proper alignments,just it displays data,but in <apex:datatable> we can get columns wise alignment data.

   2.In <apex:repaet> there is no javascript events like onmouseover,onclick..........but they are available in <apex:datatable>

   3. Main Difference Between <data:table> and <apex:pageblocktable> is,Unlike the < apex:dataTable > component, the default styling for < apex:pageBlockTable > matches standard Salesforce styles. Any additional styles specified with < apex:pageBlockTable >
 attributes are appended to the standard Salesforce styles
 
Note:Here BY using above three We can get up to 1000 items only from lists

--------------------------------------------------------------------------------------------------------------------


INTERVIEW QUESTIONS OWN COLLECTION


------------------------------------------------------------------------------------------------------------------------------
What id Property-->            Get{}/Set {}
      Before Property is accessed or returned ,it can be used to Validate data before a change is made,they can prompt an action before a change is made or they can expose data that is retrieved from from other source such as other class

------------------------------------------------------------------------------------------------------------------------------


Diff between Attribute vs Property

A property is a single attribute-like name that wraps a collection of setter, getter (and deleter) functions.
An attribute is usually a single object within another object.
------------------------------------------------------------------------------------------------------------------------------
:- <Set> vs <Array>
Interview Questions

_____________________________________________


sidebar search


export details in joined reports


customize side bar search content


______________________________

what is the difference between public group and Queue

Queue and groups are both are same ,which will hold  group of users, But in working environment we can functionality we need to decide which will use in proper way,


            Suppose  in the case of Lead Assignment,

         
                 1 . Scenario like Each user should assigned to at least one lead and  same number of leads.
                  
                           That means user need to handle assigned lead individually and all users in organization should assigned with same number of leads, in this case  we can define users in organization as Queue and assign them one by one and in same number using round robin lead assignment.In this case we can achieve above scenario.

               2 .  Suppose you need to Share some of the information in your organization among some users, in this we can define Group ,then we can share information or we assign some work to group.Here this is Group effort.


creating custom “Related List”


Is it possible to add multiple entries in a single lookup field? For example, multiple accounts perhaps separated by a comma or semicolon.

      No. Lookup field is a foreign key that can point to a single record on the parent table. What you are describing is many-to-many relationship that can implemented with a joint object.


Junction objects

Lookup Field <--> ForeignKey

Create Many to Many Relationship

To create a many-to-many relationship, simply create a custom junction object with two master-detail relationship fields, each linking to the objects you want to relate

Editing Picklist values

Customize->ObjectName->Fields->Select FieldLabel->New Picklist Values

Can we delete the User

No we can’t delete the user ,we can just deactivate them, as there might be some references in any records in the other objects

How to add a New User
Admin Setup->Manage Users->Users->NewUser

NewsLetter
Strong knowledge of databases and data modeling

Identity provider vs Service provider

An identity provider is a trusted provider that enables you to use single sign-on to access other websites. A service provider is a website that hosts applications. You can enable Salesforce as an identity provider, then define one or more service providers, so your users can access other applications directly from Salesforce using single sign-on. This can be a great help to your users: instead of having to remember many passwords, they will only have to remember one. Plus, the applications can be added as tabs to your Salesforce organization, which means users won't have to switch between programs
What are IP Login Restrictions

User license vs Feature license

Field level security
Creating Partner Portal

Converting Leads Impact

https://ap1.salesforce.com/help/doc/user_ed.jsp?section=help&target=leads_convert.htm&loc=help&hash=ConvertLeadsNotes

LeadReport


NOTE:

Error Message:    you are subscribed to the maximum number of records. unsubscribe from another record and try again

Approval process->Converting Lead to a/c,contact,opportunity
Managing Approval Process
Creating Approval process
  Approval Process Wizard
          Jump Start Wizard
          Standard Wizard
                      (Preparing Organization)
                             define custom object
                             Create an Email Template
                  
                      (Create Approval Process)
                             
Public Groups

June-27

Unmanaged Vs  managed Package :

A package can be distributed  to other Salesforce users and organizations
UNMANAGED

    Unmanaged packages are typically used to distribute open-source projects or application templates to provide developers with the basic building blocks for an application

    Its like Linux(Open Source) once the components are installed the components can be edited in the organization they are installed in. The developer who created and uploaded the unmanaged package has no control over the installed components, and can’t be upgraded after that
    Unmanaged packages should not be used to migrate components from a sandbox to production organization

MANAGED


Packages

Overview of Packages
Viewing Package Details
change sets
Managed vs Unmanaged package
Creating or Editing a Package
Configuring Your Developer Settings.
 Enabling Managed Packages for Your Organization
Registering a Namespace Prefix
Specifying a License Management Organization
Register a namespace prefix.
License Management Organization (LMO)
Converting Unmanaged Packages to Managed


Moving one field from an Object to other object in salesforce


AUG_10_10:13 AM

ListView
Standard Components

APEX WORKBOOK SCENARIOS :-


Primitive Data type and Variables



What is the difference between "verification code" and "security token"?

           verification code is required for different browser or network or system .where as security token is for client tools like dataloader, outlooks or excel connector.

How do I delete Sales Force users that have left the company?

        Once the user has been deactivated, this free's up the user license that they were using. They cannot be completely deleted, as they will always be stored as a user for record keeping.