• Alchemy26
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi All,
I want to do the following. 

I have a custom object called "Test"  and on clicking "New Test" currently takes me to remixes type selection page where I have few record types displayed on the drop down . Say A,B and C.
on clicking C on navigating to a record creation page I want one lookup field  to populate the logged in user name.

so here's what I was thinking.

1. Override the standard Recordtype selection page with vf page to replicate the standard record type selection page.
2. I have 3 record types on the drop down A,B,C. On selecting A or B must take me to the standard record type pages respectively.
3. On selecting C must also navigate to the standard record type creation page but with auto populate field on a lookup with logged in user name. 


can this be accomplished? Could you please provide me the sample code? It would be really helpful.

Thanks!


Hi,

I created a Field with Text Area (Rich) as Data Type and used that field in,

VF Page

<apex:inputfield value="{!employee..Photo__c}" />


I'm able to Upload and Insert an Image locally. But in Sites, im not able to insert. I would like some help with this...