How to Update customer Detail different screen properties?

Hi Everyone,

My requirement is how to update my required 1st 2 screens properties that properties filled in left side in read only mode in first column. 2nd column having Update check box if I click Update all check with respect properties are selected then 3rd column properties are editable mode. If i Update Details immediately update the details and results are reflected to respective properties. How to do this please tell me? please check Below images

After Select check box respective fields are editable. If select Update check box all check boxes are selected then all properties are editable

I was changed Language preferences properly test and press tab

Left side property value also changed to test

Like above Written Language is changed

Hi @NagarjunaS16644648: The above UI is already implemented (or) do you need guidance in implementing the whole / part of it? Can you please help us to understand where exactly you are seeking guidance in the above scenario?

Thanks.

I have Implemented this requirement. Take same properties in right and left sides of the page. Then apply Read Only Conditions always for Left side properties and apply condition expression for right side “Update 2” check box = ! True. Then write data transfer for check and uncheck all check boxes and call that data transfer from Update check box. Apply Refresh condition Display-refresh for all check boxes on "Click and apply refresh condition for right side properties also on “Tab”

@ArulDevan I need guidance in implementing the whole