hclleapforum

Open full view…

View Responses Permissions

Evan Venable
Wed, 12 Aug 2020 20:18:15 GMT

Can an application's security be configured to where only specific users can view records based on a value in the form? For instance, if a certain field equals "Yes", those records will be visible only to certain people, whereas others with access to the responses can see the records where that field equals "No" but not the "Yes" records.

christopher_dawes
Fri, 14 Aug 2020 00:17:39 GMT

Our security model today is all stage based. The only way you could do this today would be to route the forms to different stages based on the form values and then the access permissions would be set based on the stage. To do this you would have to have two submit buttons and then hide/show the appropriate one based on the value of the critical field.

Evan Venable
Fri, 14 Aug 2020 14:40:39 GMT

Got it. Thanks Chris.