• subbu123.pbt@gmail.com
  • NEWBIE
  • 29 Points
  • Member since 2013

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 38
    Questions
  • 28
    Replies

Hello,

 

     I am beginner in Apex. So, Can any one give me brief information of Apex? like its purpose, advantages over other languages etc... 

 

Thanks....!!!

List   li=new List();

li.add("12");

li.add("13");

li.add("14");

li.add("12");

li.add("14");

 

My Requirment  Is Display only Duplicate values like 12 , 14 values ,  what i  do ?

ple guide me , how to do .    thank u in advanced.

 

 

 

 

What are the methods are involved while deploying the Apex class and trigger ?

 

Thank u in Advance.

What is difference between profile and permissionset  ?

what is the best real time scnerio for before insert  and before update  for interview purpose ?

 

can u say ?

 

thank u .

i need programatic code  explantion ple any one have ideal send me .

Code coverage is must be atleast 74 % .

 

75 % is for every class or entire organization ?

 

 

How to send  token to sfdc people from our developer edition ?hank u 

 

 

if know any one ple suggest me .

 

thank u .

for the integration purpose sfdc given ,outbound message , call in , call out . what is the these 3 importance and which scenario which one is best .

 

can any ony suggest me .

thanks in advanced.

What is  the super most class in Apex ?

 

I create 2 objects ,

one is "A" this is master object 

second is "B" this is detail object

              problem is standardcontroller="A" (master) , in visualforce i have to read the "B" (detail)  field  ?

                    

                   is it possible ? if possible how? ,not possible how do this ?

How to know number of DML Queries write in Trgger ?

Recruiting App is bast for Admin (Configuration)  , But Whitch is best App for Developer like Apex, Triggers, VF pages 

If u know any one ple  refer me as pdf or any link 

                                     

                                                                                           Thank u.

how to copy the data from one sandbox to another sandbox  within the organization ?

what are the steps involved ?

 

what are the tools used for tracking  code in Apex or VF ?

what u call sandbox in company ?

this is my interview question ......

 

thank u 

What is use of name space ? 

can i remoove it  ?

where it is  manditory ?    can any one send me .............

can any one knows , say what is best & real time scenarioas  for trigger after update ? 

i know the functional way of using workflow and trigger . but i want Real time scenarios of workflows like field update , email alert , task assign , outbound messages. and on which scenarios not possible work with workflow and which is possible withTriggers. i faced this every day , can any one explain with sutable examples plz ..............

what is use of Opportunity object and draback of opportunity ? 

 

i want to get  work experience with Sanbox  ? Ple tell me in which Edition sandbox is available , can i create that Edition as a trail Edition , In that Edition how i work with Sandbox ?   If know anyone help me.............thank u

Code coverage is must be atleast 74 % .

 

75 % is for every class or entire organization ?

 

 

Hi,

 

Can some one help me to send mail to a contact on his/her Birthday by auto process(configuration or customization) every year?

  • August 13, 2013
  • Like
  • 0

I create 2 objects ,

one is "A" this is master object 

second is "B" this is detail object

              problem is standardcontroller="A" (master) , in visualforce i have to read the "B" (detail)  field  ?

                    

                   is it possible ? if possible how? ,not possible how do this ?

Recruiting App is bast for Admin (Configuration)  , But Whitch is best App for Developer like Apex, Triggers, VF pages 

If u know any one ple  refer me as pdf or any link 

                                     

                                                                                           Thank u.

Can some one elaborately describe the : Messaging.SingleEmailMessage and Messaging.MassEmailMessage???? Where we use MassEmailMessage?

 

-Kaity

  • July 18, 2013
  • Like
  • 0

how to copy the data from one sandbox to another sandbox  within the organization ?

what are the steps involved ?

 

what are the tools used for tracking  code in Apex or VF ?

what u call sandbox in company ?

this is my interview question ......

 

thank u 

can any one knows , say what is best & real time scenarioas  for trigger after update ? 

i know the functional way of using workflow and trigger . but i want Real time scenarios of workflows like field update , email alert , task assign , outbound messages. and on which scenarios not possible work with workflow and which is possible withTriggers. i faced this every day , can any one explain with sutable examples plz ..............

what is use of Opportunity object and draback of opportunity ? 

 

i want to get  work experience with Sanbox  ? Ple tell me in which Edition sandbox is available , can i create that Edition as a trail Edition , In that Edition how i work with Sandbox ?   If know anyone help me.............thank u

public class ToKnowUserInfo{

public void doGetUserInfo() {
try {
GetUserInfoResult result =connection.getUserInfo();
System.out.println('\nUser Information');
System.out.println('\tFull name: ' + result.getUserFullName());
System.out.println('\tEmail: ' + result.getUserEmail());
System.out.println('\tLocale: ' + result.getUserLocale());
System.out.println('\tTimezone: ' + result.getUserTimeZone());
System.out.println('\tCurrency symbol: ' + result.getCurrencySymbol());
System.out.println('\tOrganization is multi-currency: ' +
result.isOrganizationMultiCurrency());
} catch (ConnectionException ce) {
ce.printStackTrace();
}
}

}

 

While i compile this code i get error 
"Error: Compile Error: Invalid type: GetUserInfoResult at line 5 column 7" what is the reason ............knoe any ple tell me  

                                                                                                                                                                                                           thank u

How to send 100 emais at a time by using apex. ple can any one send me full code ....

Hello,

 

     I am beginner in Apex. So, Can any one give me brief information of Apex? like its purpose, advantages over other languages etc... 

 

Thanks....!!!

how to get the list of all avilable sobjects in salesforce database ?  using soql,sosl,apex  any one .

Hi,

 

 

How to query on field history object in vf page? i have an object Product_table__c enabled for field tracking for one field

and am getting record id how to know history object API name?

 

Any one help me

 

 

Thank you