RE: T0 be Auto update Approve on Field
Hi Asif,
We can use workflow to implement it simply.
Here is a demo.
There are to fields on my Account form, option set field 'CRM approval status' with options A,B and C, date and time field 'Approve on Time'.
I would the field 'Approve on Time' should be auto update with the time when the field 'CRM approval status' is changed to B and C.
1) Create a workflow of Account entity, select Scope as Organization, select Start when as Record fields change, select the field 'CRM approval status'.
2) Add a step - Check Condition, set the field 'CRM approval status' equals B,C.
3) Then add a step - Update Record, set the field 'Approve on Time' to Dynamics Value, Process, Execution Time.
4) Activate this workflow.
Since the Execution Time of the workfloww process is approximately equal to the change time of the field 'CRM approval status', it can be used to represent the field 'Approve on Time'.