Could you take screenshots on the computer itself rather than taking a photo of the monitor? They are harder to look at and understand what you are looking for (https://www.take-a-screenshot.org/).
That being said, I believe you have two picklist fields, Opportunity Stage and Proposal Status. And you want to automate the choice being made on Proposal Status forcing the Stage to update, correct?
You can't use "Stage" in a dependent picklist as the dependent field on Opportunity, but you can use a Flow to update the Stage based on what Proposal Status a user chose (and update other fields along with it as you choose).
Very basic, this could look like this:
Create a Record-Trigger Flow with this criteria on the Opportunity:
Obviously, I don't have your Proposal Status field, so use that where I have "DeliveryInstallationStatus__c"
Add a Decision element and add all paths the Proposal Status will influence the Stage, so for each Outcome you define "if Proposal Status is X, then go this way" and so on.
And then add an Update element (assignment would work, too) and update the Opp that started the process. Repeat that on each outcome path to define each proposal to stage change.
2 risposte