• TaleoTom
  • NEWBIE
  • 0 Points
  • Member since 2009

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

Hi all--

 

Has anyone had any luck creating a formula field that pulls the domain from the email address of the record - everything to the right of the '@'?

 

Thanks for any help you can provide. 

Message Edited by TaleoTom on 03-12-2010 04:33 PM

Hi all.

 

I want to flag new or current leads in SFDC if they are existing customers of ours.  That way our inside sales team can much more efficiently manage new leads that are assigned to them - or we could even write new workflow based on whether or not they are current customers- instead of assigning all net new leads to inside sales, we could assign all net new current customer leads to the account owner or client executive on that account.

 

The logic would be something like this:

 

If lead.company is like (account.type=current customer((account.name)) then set some lead.boolean TRUE.

 

Anyone ever try something like this?

 

Thanks.

Hi all--

 

Has anyone had any luck creating a formula field that pulls the domain from the email address of the record - everything to the right of the '@'?

 

Thanks for any help you can provide. 

Message Edited by TaleoTom on 03-12-2010 04:33 PM

Hi all.

 

I want to flag new or current leads in SFDC if they are existing customers of ours.  That way our inside sales team can much more efficiently manage new leads that are assigned to them - or we could even write new workflow based on whether or not they are current customers- instead of assigning all net new leads to inside sales, we could assign all net new current customer leads to the account owner or client executive on that account.

 

The logic would be something like this:

 

If lead.company is like (account.type=current customer((account.name)) then set some lead.boolean TRUE.

 

Anyone ever try something like this?

 

Thanks.