You need to sign in to do that
Don't have an account?
Book_Guy
Autopopulating the Opportunity Name
Hi All,
We have a workflow rule that autopopulates the Opportunity Name. However when the opportunity record is initially created the field is blank and the user must enter a name in order to save the record as the field is required.
Is there a way the name field can be populated with “-----Autopopulated-----“ at the time the record is initially created?
Thank you.
--David
Opportunity Name is salesforce standard field .Workflow always executes after you click save ireespective of the condition : only record is created or whenever record is created or edited .
In order to auto-populate, write before insert trigger on opportunity .
Before/ after insert Trigger should work here
Hi
Did you ever solve this? I also have the same requirement. I would appreicate any help you could provide.
Thank you
Eileen