Skip to main content

Hi SF Community,

I'm building a process builder to create a renewal oppty once an oppty becomes closed won. However, when cloning the oppty I want the name to be labeld as:

Opportunity name - renewal (year). 

IE: Rolls Royce - Renewal 2017 

What string of formula would everyone suggest? 

5 respuestas
  1. 7 dic 2017, 15:03
    Hello Drew,

     

    Use this formula for the "Name" field on new opportunity:

    [Opportunity].Name& " - Renewal "&TEXT(YEAR(TODAY()))

    Hello Drew, Use this formula for the

     

     
0/9000