Genpact Cora Knowledge Center

Support

After Upgrading to Cora SeQuence 8.3 Organization-Based Permissions Screen is Missing

Description

When you open a workflow that was created in a version earlier than 8.3, the organization-based permissions screen does not exist, and you cannot edit workflow and activity permissions.

Affected Versions

8.3

Solution

Add the following configuration to the <appSettings> section of the administration web.config file, and refresh the page.

<appSettings>
 ....
 <add key="PNMsoft.Sequence.Security.SupportsOrganizationBasedAuthorization" value="true"/>
</appSettings>