Hey Everyone,
So, I've created a custom Business Process Flow (BPF) within Opportunity and, for example, under the second Stage of the BPF I have a field 'Identified Influencer' that is supposed to be hidden until another field, 'Proposal Attached', is set to YES, this is done with a Business Rule. The issue is when you first click 'Next Stage' the 'hidden' field is visible; Now, it will become hidden if you refresh the page, or if you set 'Proposal Attached' to YES, then back to NO, but it would be really nice if it were hidden when you enter the stage for the first time.
The Business Rule is:
If 'Proposal Attached' is set to YES, show field 'Identified Influencer'.
If 'Proposal Attached' is NOT set to YES, hide field 'Identified Influencer'.
Both Fields are on the form as well as in the BPF and work correctly on the form.
I've tried making a workflow that changes 'Proposal Attached' to YES to NO, no luck. I've also tried to make 'Proposal Attached' an Option Set of YES, NO, Null in hopes that third value might help the Business Rule, no luck.
Thoughts? Thanks!