• Sane
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 7
    Replies

Hello ,

 

I have installed Eclipse 3.6 Helios for my 64 bit OS.

 

Also I have successfully installed the plugins for force.com.

 

I am not able to log in with my password and security token. as it gives a message that Invalid Username,password,security token.

 

Is this the common issue with 64 bit OS ? I am not able to understand why its happening.

I tried the same earlier with Eclipse  JUNO 4.2 (64 bit OS)  but the login issue persists.

 

Please help.

 

Thanks in advance.

Sane. 

  • March 24, 2013
  • Like
  • 0

Hi ,

 

Can I get property into my contructor   ? 

 

For example if I have a private list of Contacts and can I use getter methods into my contructor ?

 

The code below does not work

 

public class ExtContact {
    
    private list<contact> lstcontact;            
    
    public ExtContact(ApexPages.StandardController controller) {
          
          public list<contact> getlstcontact(){
                lstcontact=[select id,firstName,lastName from contact LIMIT 10];
                return lstcontact;
           }
    }

}

 

 

Please suggest,

 

Regards,

Sane

 

  • March 21, 2013
  • Like
  • 0

Hi,

 

I have just started with the mobile development and I am following below mentioned link to create the sample hybrid app.

 

http://wiki.developerforce.com/page/Developing_Hybrid_Apps_with_the_Salesforce_Mobile_SDK

 

Now I need to configure a Remote Access Application in Force.com.in my org. however when I navigate to Remote Access by (Your Name | Setup | App Setup | Develop | Remote Access). and click 'New' . the below message appears

 

"Remote Access Objects have been moved to Applications" and it takes me to the apps into my org. and below mentioned options are not available..

 

 

Please suggest ASAP

 

Thanks in advance

 

 



  • February 09, 2013
  • Like
  • 0

Hello ,

 

I have installed Eclipse 3.6 Helios for my 64 bit OS.

 

Also I have successfully installed the plugins for force.com.

 

I am not able to log in with my password and security token. as it gives a message that Invalid Username,password,security token.

 

Is this the common issue with 64 bit OS ? I am not able to understand why its happening.

I tried the same earlier with Eclipse  JUNO 4.2 (64 bit OS)  but the login issue persists.

 

Please help.

 

Thanks in advance.

Sane. 

  • March 24, 2013
  • Like
  • 0

Hi ,

 

Can I get property into my contructor   ? 

 

For example if I have a private list of Contacts and can I use getter methods into my contructor ?

 

The code below does not work

 

public class ExtContact {
    
    private list<contact> lstcontact;            
    
    public ExtContact(ApexPages.StandardController controller) {
          
          public list<contact> getlstcontact(){
                lstcontact=[select id,firstName,lastName from contact LIMIT 10];
                return lstcontact;
           }
    }

}

 

 

Please suggest,

 

Regards,

Sane

 

  • March 21, 2013
  • Like
  • 0

Hi,

 

I have just started with the mobile development and I am following below mentioned link to create the sample hybrid app.

 

http://wiki.developerforce.com/page/Developing_Hybrid_Apps_with_the_Salesforce_Mobile_SDK

 

Now I need to configure a Remote Access Application in Force.com.in my org. however when I navigate to Remote Access by (Your Name | Setup | App Setup | Develop | Remote Access). and click 'New' . the below message appears

 

"Remote Access Objects have been moved to Applications" and it takes me to the apps into my org. and below mentioned options are not available..

 

 

Please suggest ASAP

 

Thanks in advance

 

 



  • February 09, 2013
  • Like
  • 0

Hi

 

I have a VF page where in I am using case standard controller.

The first time when the page is displayed 2 input fields (eg.) are there i.e. Name and Email. which are static. Another 2 fields are their like Vendor Name and Vendor Contact No. which are dynamic.

 

Now, I want to implement the functionality wherein if a user clicks on Add Row button,  1more row will appear to enter a value in both  the fields(Vendor name and Vendor Contact No.). So, if he clicks the button 5 times, 5 rows shud appear with thses two columns.

After providing the inputs, he will click on "Save " button, and the record should be saved wherein the inputs provided in multiple rows should be saved into the related list of the Case detail page (Case details page will contain the information like Name and Email). Request you to please forward me the code for the above mentioned functionality. Since its a n urgent requirement. An early reply will be highly appreciated. Thanks.

  • May 07, 2010
  • Like
  • 0