Hello everyone ,
I want to achieve the following:
Have DATEA__c as default date of DATEB__C
DATE__C should be modifiable if user wants.
Thanks in advance for your advices
Best
Hi Amin ahcene,
You just have to do that create a process builder and you can update your desired field with the date field and make sure your process builder is fire only when a record in insert for that Below image will help you.
In criteria just select 'No criteria—just execute the actions!' radio button like below image
In 'IMMEDIATE ACTIONS' select update records in "Action Type"
Now you can update your date field like below image.
After that save & Activate the Process.
Hope this helps you! If it does, please mark it as Best Answer if my reply was helpful. It will make it available for others as the proper solution.
Thanks and Regards
Suraj