Hi all, We are integrating an application that has different entitlement types that are nested, for example an user can be assigned to a project (entitlement type 1) with a given role(entitlement type 2).We are able to correlate users with projects, ...
Hi all,we noticed that sometimes, once we trigger either a new account, add access or update account task (either exploiting an actionable report or triggering a rule) the provisioning task is created twice or even three or four times over.is there a...
Hi all,As a temporary measure, we need to perform some updates over the users table within Saviynt with a CustomQueryJob. We would like to trigger some user update rules subsequently but the changes applied using custom queries are not logged in the ...
Hi all,We have implemented the following job chain to enforce the account creation order in different target systems.Problem is that, when the chain executes, if there are no Office365 accounts to be provisioned the second provisioning job does not g...
Hi all,We implemented a complex automation using the saviynt4saviynt DB connector user import. and we are observing the following error: "Error in SQL query: Query execution was interrupted, maximum statement execution time exceeded"This causes the i...
Hi,Unfortunately no, hardcoding seemed to be the only option, and so we agreed with our stakeholders to not aggregate this kind of entitlement for now. We suggested it as a possible improvement.
yes, I'm aware of that, but I'm limited by the application exposed REST API, if it is possible to do so hardcoding the roles ids it seems my only option (the roles are 15 and are fixed). Is there a way to do so?
mmm ok, what about if we hardcode the second parameter, configuring multiple api calls, for example:call 1: <tenant url>/rest/api/2/project/{projectId}/role/1call 2: <tenant url>/rest/api/2/project/{projectId}/role/2etc..is there a way to have then t...