Need to highlight the field when changed the value

Hello All,

I have the below requirement and need your inputs.

Screen is having dropdown values, Text box and Date fields. These all details are from one table. When I have changed the values in dropdown or textbox or date fields it should be highlighted in either the way.

Eg: Designation drop down - Earlier it was Software Engineer and now i changed to Senior software engineer. Then the field should be highlight and show value has been updated.

Really appreciate your quick response.

My thought was need to show one icon field and when the value changed icon will be displayed and when mouse hover over it will show as value has been changed.

Highlighted one is only my thought. Please provide me if we have any other way also.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    I don't know of any way to "highlight" a field like this, but you could use a combination of side-by-side layouts and rich text fields with icons (as you seem to already suggest); you would want to store a copy of the original data in a local variable which does not change, and compare that to the value of the variable that DOES get updated, and you could set the visibility properties of the icon (appearance, color, size, captions, etc) depending on whether the data has changed or not.

Reply
  • 0
    Certified Lead Developer

    I don't know of any way to "highlight" a field like this, but you could use a combination of side-by-side layouts and rich text fields with icons (as you seem to already suggest); you would want to store a copy of the original data in a local variable which does not change, and compare that to the value of the variable that DOES get updated, and you could set the visibility properties of the icon (appearance, color, size, captions, etc) depending on whether the data has changed or not.

Children