You need to sign in to do that
Don't have an account?

Need to capture Date/Time in formuala field, On changing upon the picklist value
Please tell is there any way to capture Date/Time in formuala field, On changing upon the picklist value
You need to sign in to do that
Don't have an account?
You can do something like this in the formula field,
if( Prior value of the Picklist != current value, today(), null)
If it doesn't work then let me know, will try out in another way
Regards,
Abhi