Hi Guys,
I want to count how many times a status Field has changed to released .
I would like to create a field that counts how many times the status field has changed to released.
Let me know is there is any way to do this.
Hi,
You can write your logis on Onvalidatetrigger of this field or OnModifyTrigger of Table.
if Rec.Status <> Xrec.Status then
newfield +=1;
See if it helps you.
Thanks.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,104 Most Valuable Professional
nmaenpaa 101,156