Jump to content
Server Maintenance This Week. ×

Highlight Fields When Data Has Changed?


This topic is 4390 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'm not sure if this is possible, but I currently have a script that replaces field contents of several records when I run it. I view these records as a list and I'd like the fields whose data has changed as a result of this script to highlight...but I only want the fields to stay highlighted until I run another script (or add a condition?) to remove the highlight.

It's just a method of keeping track and double-checking the fields whose data has changed whenever I run this script.

Link to comment
Share on other sites

You need another field that acts as a "flag" when the data is changed. This needs to be reset every time the update script is run: the script could find all records currently flagged, clear the flag, update the records, then set the flag on the updated records.

Link to comment
Share on other sites

Hi Mswombat,

Should the list highlight for all Users or only the User requesting it in the moment? If it should respond to each User individually, you should consider writing the IDs of your chosen record set to multiline. If you flag the records themselves, it will change for all Users.

Edited by LaRetta
Link to comment
Share on other sites

This topic is 4390 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.