Hi
I want to implement three check box by creating three field with datatype Two options. Now my requirement is if any one is selected other two should be disable and unselected and if that selected checkbox unmarked then other two becomes enable.
I have implemented this easily using Business Rules.
Now issue is it works fine when we create new record but when I update existing record and un-check selected checkbox and select other checkbox and save it, the other I just unchecked keep checked automatically at the end of the save.
So I think when I disable the checkbox it maintain its value on save and not updating new value on save. So reloading same record, it comes with older value.
I dont want to install any other custom solution to show checkbox.
I hope you get my point.
Thanks.
*This post is locked for comments
I have the same question (0)