logging changes to form fields

  • 18 December 2017
  • 2 replies
  • 7 views

Badge +7

Hi Guys,

 

Looking to evaluate changes to form fields when updating a form. Is there an elegant way to do this? my way involves lots of hidden fields and lots of rule conditions. List views are obviusly covered, it's item views I'm having difficulties with. Thanks in advance.  


2 replies

Hello,


 


There is two ways you could do this:


1) Create a form for each type of instance that you want, rather than having all the hidden fields.


2) If you're not already, use the same form with various rules that make values not display on certain events.


 


These two ways would require you to create a few more things, but other than the use of hidden fields, the other two options are your best option. 

Badge +3
We solve this using clr trigger on database side.

Reply