Hi All,
I have a frustrating situation here.
So I added a formula in my opportunity entity, to copy the name of the originalLeadName into the opportunity name, this is the formula code i've used:
The problem is when i tried to convert a lead into opportunity, it does not change the name, however when I tried to recalculate formula, the name changed.
So at the moment i have to recalculate formula every day.
Is there any input on what should i do to make this work without have to recalculate formula all the time.
Thanks
I have a frustrating situation here.
So I added a formula in my opportunity entity, to copy the name of the originalLeadName into the opportunity name, this is the formula code i've used:
name=originalLeadName;
So at the moment i have to recalculate formula every day.
Is there any input on what should i do to make this work without have to recalculate formula all the time.
Thanks
Comment