• Ilmate
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi "clouders"; i'll gladly thank everyone who'll have the time to get me out from this riddle.

I'ld like to copy the user.communitynickname into a custom nickname__c.

Will explain it a lil better :

 

I've a custom object named xxx__c that has a field called nickname__c.

I'ld like to parse the id of the user, already insered via autheticathed customer portal, and set it as my nickname__c.

 

Have used an extension to the standardcontroller to make a custom pagereference and to save the xxx__c fields he needs to fill but can't manage to have the " Id id = System.currentPageReference().getParameters().get('id'); " set as nickname__c .

 

Ty in advance !

  • March 28, 2012
  • Like
  • 0

Hi "clouders"; i'll gladly thank everyone who'll have the time to get me out from this riddle.

I'ld like to copy the user.communitynickname into a custom nickname__c.

Will explain it a lil better :

 

I've a custom object named xxx__c that has a field called nickname__c.

I'ld like to parse the id of the user, already insered via autheticathed customer portal, and set it as my nickname__c.

 

Have used an extension to the standardcontroller to make a custom pagereference and to save the xxx__c fields he needs to fill but can't manage to have the " Id id = System.currentPageReference().getParameters().get('id'); " set as nickname__c .

 

Ty in advance !

  • March 28, 2012
  • Like
  • 0