Not able to save changes in check box in account pages

0
Hi all, I made a check box in account new_edit page using a boolean in account entity.Te check box is editable but doesnot save changes . I also tried making another entity and then by association I retrieved the boolean variable and made a checkbox.The check was visible but not editable . (Also there are no security issues..all access rights are granted) Can anybody suggest me a a way around to fix this.   Thanks in advance !
asked
2 answers
0

In case “does not save changes” means the checkbox is not editable, it must be either the case that security prevents it or the data view is set to non-editable. I believe there are no other options. and my gueass would be the first.

answered
0

The another way, you can create a helper attribute into the domain model, and using microflow change the value of the associated entity’s attribute or you can call the microflow for the Attribute in the Domain model itself if it is predefined. Hope it will work. 

 

it will be more helpful if you attach the screenshot of the issue.

answered