Forum Discussion
MCFNeil
9 years agoQrew Captain
You will need to set a "dynamic form rule" to populate that date, when your status field is changed.
If you are an Admin on the account and you open up one of the records
>
In the top right you will see "Customize This Form"
>
After opening up those settings, click on the "Dynamic Form Rules" tab
>
Create a new rule with the needed logic
>
Something to the affect of:
Condition
If [Status] is equal to "Complete"
Action:
Change [Completion Date] to the value in the field [Scheduled Date]
If you are an Admin on the account and you open up one of the records
>
In the top right you will see "Customize This Form"
>
After opening up those settings, click on the "Dynamic Form Rules" tab
>
Create a new rule with the needed logic
>
Something to the affect of:
Condition
If [Status] is equal to "Complete"
Action:
Change [Completion Date] to the value in the field [Scheduled Date]
ChrisChris
9 years agoQrew Assistant Captain
Can you past the button code in here? It may be coded to populate the date field.