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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 757 Most Valuable Professional
Michael E. Gernaey 322 Super User 2025 Season 2
MS.Ragavendar 209 Super User 2025 Season 2