Hey folks,
I have a Confiform which has a Comments Field included. Throughout the lifetime of the request the Comments field is active. However there is a final Table View page where all the fields for the request should be essentially "Read-only". The status of the request reaches Resolved (adding comments at this stage causes issues with the status etc). All the inline edits etc for the fields have been disabled.
However the "Add Comment" functionality of the Comments field remains active.
I was wondering is there a way to disable the Add Comment functionality (as disabling inline edits isn't working) or add an error message somehow to any modification of the Comments Filed when the request has the specific "Resolved" status to prevent comments being added?
Thank you very much for your time
Probably the best option here would be to configure the Comment field to have an "edit restriction" (Field Definition parameter), which is managed through some other field (hidden, for example)... Something like [entrty.myhiddenfield]
This hidden field gets a value (by default and most of the type it is empty, allowing edits) when status changes to "final state"... And the value it gets is some security group name, for example, which has no members. Basically allowing only members of this group to edit, but as there are not any in the group, that means no one will be able to
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.