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 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.
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156