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

Prevent changing date validation rule
Hope someone can help me.
I need to create a validation rule for this scenario:
User "A" creates a record in custom object and leaves Compromise Proposal Date field blank. This field is Date type.
User "B" enters the record and types a valid date in Compromise Proposal Date field.
Once user "B" enters a date, no one must be able to modify it.
Thanks
Hi,
You could try to doing the following
LastModifiedBy.LastName = 'User B' && ISCHANGED(Date__c)
Doing this will allow users to enter new values for the date field but will effectively stop saving the record and provide an error message.
Thanks
Krishnadas
Steadfast Global
www.steadfastglobal.com