Skip to Main Content
Quantum Ideas Portal
Welcome to the FIS Treasury and Risk Manager - Quantum Edition Aha! Ideas Portal.

By visiting this portal, you will be able to contribute towards the evolution of the Quantum solution through interactions with other Quantum users, FIS trusted partners and FIS staff from around the world. Each Portal User receives 5 votes. Each user is allowed 1 vote per idea. Votes are reset when an idea is in a final state i.e. Shipped (delivered in the product).

Users will receive weekly email updates that highlight new activity. Users will receive emails for their created ideas when:

  • Status changes

  • Comment changes

Be aware that when you post content, other community members will see your name. FIS is not responsible for content posted by other Aha! Ideas Portal Users.


Status Future consideration
Created by Eric Willems
Created on Jun 17, 2022

Full resource security filtering on workflow tables

Currently workflow tables are behaving like rules pages in terms of resource security, i.e. you can see all data, but you can only set up rules with data you have access to.

Full resource security filtering would mean:

  • The browse panel does not show any rows that contains resources that the user doesn't have access to.

  • When the detail table contains rows with resources the user doesn't have access to, then those detail table rows are hidden and the header row and the rest of the detail table rows become read-only.

  • The data source of the workflow table does not return any rows that contains resources the user doesn't have access to.

  • The lookups of the resource fields are filtered.

  • Validation is in place so that importation and create/update workflow actions cannot create data the user doesn't have access to. This always needs to be in place regardless whether this option is turned on.

  • A setting called applyResourceSecurity is available in the JSON definition of workflow tables. When set to true, the above logic is performed. The default is false.

  • Attach files