[Constellation] Issue when save auto populated read only fields data in view.
Hi All,
We have requirement for load view from data layer in case stage/step and give user an ability to edit and save the data to same data type
As per below image, we have loaded the view from data layer and populating existing data to view. (Data populated to the page type property in pyWorkPage)
- Once user click on "Edit" check box, Property 1 and Property 2 will become editable and Property 3 and Property 4(both these are read only) auto populated on action in Property 2.
- On click of "Validate and save (Check box for now)" we are trigger data transform to save data to data type in flow action
Issue - these read only fields are not getting save. As we observe values in those fields are empty in page type property on pyWorkPage when we trigger data transform in "Validate and Save" action.
Has someone faced issue with save read only fields after auto populating?