Hi, so I was wondering on how I should do the following scenario:
I've created a table that will function as a list to see if a field updated on the vendor card and when.
Now I was wondering if there is a way to check if any field has changed on the vendor card instead of having to put "OnValidate" write to that table, all the time because that would mean a lot of OnValidates all with the same function.
Thanks in advance!