Skip to main content
September 15, 2022
Question

Is there a way to only get the modified value in the UI then compare it to the database value?

  • September 15, 2022
  • 3 replies
  • 0 views

Is there a way to only get the modified fields in the UI then compare it to the database value?

3 replies

September 15, 2022

Did not get your point can you provide more detail on it

gabriele.camilli
September 15, 2022

Hi, are you trying to check for differences and changes in a UI?

Usually you can do that simply putting the original value in a local variable and check for changes at the end. Or just save the changed values in a local variable of the same type of the main CDT

September 15, 2022

You can save the DB value into a seperate variable and while comparing compare the both of the variable