Announcements
Set the OnChange property of the DatacardValue30 (Status field) to check for the status change and update the Resolved Date accordingly.
OnChange
DatacardValue30
Resolved Date
Use the If condition to check if the Status field has changed to 'Resolved' or 'Resolved - No Call Needed'. If true, set the Resolved Date to the current time.
If
Status
If( Or( DatacardValue30.Selected.Value = "Resolved", DatacardValue30.Selected.Value = "Resolved - No Call Needed" ), Now() )
Reset(Datacardvalue1)
If(Datacardvalue1.Text = "", Reset(Datacardvalue1) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 103
WarrenBelz 82 Most Valuable Professional
wolenberg_ 67 Super User 2026 Season 1