In Index.html - web client page using javascript - we need to get all updated items in one attempt
Currently we are using updateInfo.isValueChanged(1) to know whether 1st field is updated and then we do our action over it.
Here we are having 256 fields in our item, so it became very time consuming to do the same check for for 256 fields and get the updated information.
So please any one suggest us any method that can help us to get those all updated fields in one attempt?

Thanks,