Hello, I just have a question about how to make a list on a form page editable when it hits a certain stage. I'm trying to make the associated list on the form, read-only for all statuses except the stage 'In Progress'. I tried to make the list read-only via a business rule, but it does not allow me to add the list in Read-Only. Is there a way make the list read-only via no-code or some easier solution?
The out of the box rules don't work with lists in this way currently. I've not tried this approach with a list yet, but I believe your only option would be to use an attribute bound to the List's editable property and then set that attribute to true/false based on the record's stage.
Another approach would be to have two lists on the page, both set up identical, one editable and the other not editable. Then show and hide those based on the stage. That would be pretty simple to set up and with no code.
Ryan's recommendations are indeed helpful and will assist you in implementing your task.
On our side, I would like to inform you that we have created a task to implement the ability to configure such business rules in future product releases.
Sure. I want to add a column called "IsDeleted" or "Deleted" that is marked to true when the record was deleted by a user. Then another process with process that deletion and do the physical deletion.
I have a use case where I need to make every field in every section of a mobile application read-only for every user in freedom UI. How can we accomplish it?
Column settings in the section wizard are not transferred to the mobile application, same as business rules. You can only make a field read-only via development.
A detailed description can be found at the Academy, property "ReadOnly":
Then, you can add the following to the module, in this example I've made a module for the account edit page and this will make the Type field read only.