Help

Re: Need Field that Shows When Status Field was Last Updated

1062 1
cancel
Showing results for 
Search instead for 
Did you mean: 
madavilla
4 - Data Explorer
4 - Data Explorer

I am trying to figure out how to create a field that will update every time the "CLIENT STATUS" field is changed and maybe another field that says how many days that record has been in that status. Any ideas? Thanks!

3 Replies 3
Manuel_Tanco
6 - Interface Innovator
6 - Interface Innovator

Hey there!
For the first field request, on getting a field that will update everytime the "CLIENT STATUS" is changed you can use the field type Last Modified Time and select the specific field. This will update the timestamp with the last modification on the selected field

Manuel_Tanco_0-1688953406006.png

You can set up a formula field maybe called "time_in_status" that uses the field explained above and the following formula

DATETIME_DIFF(NOW(),{last_update_status},'days')

You can also use TODAY() instead of NOW(). Only note about this formula field is that it will reset everytime the client/record changes status. So if you'd like to keep historical track of the days in status, you would need up to set up some status timestamp scheme

stringstring681
4 - Data Explorer
4 - Data Explorer

I have no idea I face this issue in my honda civic multi media screen.

 

Better use the TODAY() function, as it request less load. 

Databaser_0-1688996337386.png

source