• Lion
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 4
    Replies

Hi, good morning.

 

please help me.

 

 

How can i call a force.com API with in .NET Application.

 

please send a sample code, to insert,update,delete the Salesforce object records from the .NET application.

 

Thanks in Advance..

  • February 04, 2011
  • Like
  • 0

Hi,

 

I have 10 custom objects.

 

I would like to retrieve all my custom objects into a picklist using Apex code...

 

 

Please suggest me.

 

 

 

Thanks & Regards:

 

 

 

 

 

  • January 12, 2011
  • Like
  • 0

Hi,

Good Morning.

 

can any one help me to solve the following.........

 

 

I have an object student__c. It has only one field name.i would like to add the records into object using VF page.

Initiallay, In VF page I have Add button,Save button & a text box. When i click on add button i need to display one more textbox. Like this i can add any number of textboxes. But when i entered data into these textboxes and clicked on save. I would like to add all the names  into object in the form of records. That means, each name will be added into object as a record.

 

Can any one help me.

 

Thanks & Regards:

sri

 

 

  • January 12, 2011
  • Like
  • 0

Hi,

 

What is the purpose of System.assertEquals().

Where we use this method exactly?

 

 

Thanks & Regards:

 

 

  • January 10, 2011
  • Like
  • 0

Hi,

 

I have both List & set of same type.

 

List<Integer> lst1=new List<Integer>{10,20,30,40};

Set<Integer> st1=new Set<Integer>{10,20};

 

My requirement is i would like to take the 30,40 (Not Common values) in another set or list...

 

 

Can any one help me..

 

  • January 10, 2011
  • Like
  • 0

What is the difference between clone() and deepclone()?

 

Thanks & Regards:

 

  • January 10, 2011
  • Like
  • 0

Hi,

 

 

What are the steps that we follow to create a dash board?

  • December 17, 2010
  • Like
  • 0

Hi,

 

 

what is the advantage of people tab?

 

 

  • December 16, 2010
  • Like
  • 0

Hi,

 

What is the difference between Global Variable, Global Object & Merge fields? How can we use them?

 

 

 

Regards:

New

 

  • December 14, 2010
  • Like
  • 0

Hi,

 

Can we create tabs to users in Admin Login?

 

  • December 14, 2010
  • Like
  • 0

Hi,

 

I used <apex:pageblocktable>  to display all records in VF page.

When i click on each row i would like to display the detail page of particular record at the bottom of pageblocktable.

I tried it using actionsupport with the help of an event "onclick".

But i would like to do this one using "onrowclick" event without using action support.

 

can any one help me. 

 

 

Thanks.

 

 

  • January 19, 2011
  • Like
  • 0

Hi,

Good Morning.

 

can any one help me to solve the following.........

 

 

I have an object student__c. It has only one field name.i would like to add the records into object using VF page.

Initiallay, In VF page I have Add button,Save button & a text box. When i click on add button i need to display one more textbox. Like this i can add any number of textboxes. But when i entered data into these textboxes and clicked on save. I would like to add all the names  into object in the form of records. That means, each name will be added into object as a record.

 

Can any one help me.

 

Thanks & Regards:

sri

 

 

  • January 12, 2011
  • Like
  • 0

What is the difference between clone() and deepclone()?

 

Thanks & Regards:

 

  • January 10, 2011
  • Like
  • 0

Hi,

 

I create 2 objects. Department (P) & Employee (C).

Here Employee Have Look up relation with Department(p).

My requirement is,

 

I created a Detail Page Button on Employee Object.

When i click on This button i would like to display the look up record in Master object.

 

I tried it through the customization. I got the solution.

But i want to solve this problem either by  javascript or by any other way.

 

please reply...

 

Thanks...

 

 

 

  • December 28, 2011
  • Like
  • 0