• Swati.dhingra
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 11
    Questions
  • 2
    Replies
hi,
while updating a contact into sfdc via java program, i am getting an error

"Lcom.sforce.soap.enterprise.Error;@160bf50"

Please help.

hi
 
I want to integerate salesforce with oracle ,  Please let me know
if anyboby has worked on similar requiremnt .
 
thanks in advance
Swati
hi
 
I want to display the data in three columns on a page layout , but as out of box functionality i can just display in two columns.
If anybody is aware of any work around for this. Please let me know.
 
Thanks in advance
Swati
 
hi,
 
I need to customize the error message during the approval process, when criteria is not true.
Please help me on this.
 
Thanks
Swati
 
 
hi
 
i have written an S-control , S-control has no syntax error it is geeting saved.
But when i am testing it i am getting an error "object doesn' support this property or method".
Plz help me on this.
 
Thanks
Swati
hi
 
 
I need to trigger an  email to a particular email address, incase the field has a particular value.
 
Can anybody help me on this.
 
 
Thanks in advance
Swati
hi
 
I have four fields , where fourth field is accessible only if the first three fields are filled .
i want to write a validation rule for the same . Can somebody help me on this.
 
thanks in advance
Swati
hi
 
I m working on single sign on and i want to generate a token for it , can anybody tell me how to generate a kerberos ticket
or any other method to generate token. You can mail me at swtdhingra@yahoo.com.
 
thanks in advance
Swati
 
hi
 
How can i clone a standard object ?  Kindly let me know if anybody has done this earlier.
 
 
Thanks in advance
Swati
hi
I m trying to make a custom controller, for that i am  creating a apex class.
For this i have taken the  following code from developer's guide, but i m getting an error .
 
public class MyController {

    public PageReference save() {
        return null;
    }

    public String getName() {
        return 'MyController';
    }

    public Account getAccount() {
        return [select id, name from Account 
                 where id = :ApexPages.currentPage().getParameters().get('id')]; 
    } 
}


Error message :

Compile Error: Method does not exist or incorrect signature: ApexPages.currentPage() at line 13 column 30

  Help me to resolve the error.

Thanks in advance

Swati



Message Edited by Swati.dhingra on 06-10-2008 05:30 AM
 
hi,
 
I need to customize the error message during the approval process, when criteria is not true.
Please help me on this.
 
Thanks
Swati
 
 
hi
 
 
I need to trigger an  email to a particular email address, incase the field has a particular value.
 
Can anybody help me on this.
 
 
Thanks in advance
Swati