cancel
Showing results for 
Search instead for 
Did you mean: 

prospect role change...

Former Member
0 Kudos

Hi All,

Requirement is if the opportunity created in prospect is set to 'Won', the Prospect role should change to 'Customer' role for that prospect.

Also,We have a requirement when an opportunity is created for a Prospect , value of a custom drop down field in the prospect should change to certain value.

Can this be achieved with help of workflow rules or any other?

Regards,

Mohit

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Kudos

Hi Mohit,

Please find below the response:

1. You can use Event-BeforeSave( Of Opportunity XBO) where you can write an ABSP Script to update the Customer-->CurrentBusinessCharacters-->CustomerIndicator as X and Set ProspectIndicator as FALSE.

or

Alternatively you can create action on OPPORTUNITY XBO and then configure it in Workflow Rule.

2. You can try to use CodeListRestriction( Under Administrator Work Center ) . Please check it.

Thanks

Saurabh