• Blue Lion
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi,

 

      The Standard Lead conversion process is that, converting a lead to Account,Contact and Opportunity. So, we want to customize this conversion process instead of creating the Account and Contact directly.

 

       We are using two custom objects for our custom portal. So, in Lead conversion process, From Lead -> converted to Partner Contact -> Contact.

 

      Partner and Partner Contact are the custom objects user for the standard objects of Account and Contact Objects.

 

     Instead of creating a contact from Lead, can we customize that process as like below.

 

      Lead -> Partner Contact(Custom Object) -> Contact(Standard Object).

 

      There is a trigger on custom object, when a record is created in Partner Contact Object, autoamatically, same record will be create in Contact Object.

 

      So, if there is any possible ways to customize the lead conversion process. Please let me know and help me in this scenario.

 

      Thanks in advance..............

 

Regards,

Phanikumar

I created a custom TAB which loads a list of Assets on an ApexPage. I click on the Asset Name and now want to send the Asset name I clicked to my Controller so that I can do :queries like:

 

Asset myasset = SELECT name from Asset where name = :[CLICKED ASSET NAME TEXT]

 

How can I retrieve the AssetName so I can you it in my controller?

 

BTW I have enhanced list to view Assets on page

 

Thank you