function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
IT Admin DeloitteIT Admin Deloitte 

Selective Update

Hi All,

I'm on standard Opportunity and I have a 'Stage' field with values 'A,B,C'. I also have 'Date A', 'Date B', 'Date C' fields. A workflow populate this fields with TODAY's date, when the user change the Stage.

My problem is the seguent:
A user can also compile the 'Date A', 'Date B', 'Date C' fields, with his estimated date, without changing the Stage.
I want save this date in another hidden field (called Date A Forecast) if the user insert it and override the Date A field if the user change the Stage.

So, summing up: if the date is inserted manually by the user, i want to save it in 'Date A Forecast'. If is the workflow that write the date, i don't want to save it.

If i create a formula Field that catch the Date A values, it consider also the workflow. And i don't need it.

Thankyou!


 
Nitin PaliwalNitin Paliwal
Hi,
Do you want an update like if Stage is selected as "A", then only "Date A" should be filled and not the "Date B" or "Date C", OR do you want all the 3 fields filled with today date?

Thanks
Nitin