Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

ServiceNow plugin and default forms data filtering and form management

PrasadkamatamIW
New Contributor
New Contributor

Saviynt has a plugin for ServiceNow. It comes with few default forms to represent data for ARS requests.

However the ask is to manipulate the data in representation of the form.

Question 1: Filetring inactive entitlements not visible or not to display in dropdown option.

Question 2: Instead of showing entitlement value would it be possible to show display name of the entitlement/role,etc. and make description a searchable field.

Thank you,

2 REPLIES 2

PremMahadikar
Valued Contributor II
Valued Contributor II

Hi @PrasadkamatamIW ,

Can you please share the current configured form full screenshot?

 

PrasadkamatamIW
New Contributor
New Contributor

Condition:

var configComplete = gs.getProperty("x_saviy_iga.connection_config_complete");

var answer = false;

if (configComplete=="true") {

    answer = true;

}

 

 

 

RunScript

                var helper = new x_saviy_iga.ApplicationHelper();

helper.importAllApplications();

helper.refreshAllEntitlements(true);

 

 

 

Condition:

var configComplete = gs.getProperty("x_saviy_iga.connection_config_complete");

var answer = false;

if (configComplete=="true") {

    answer = true;

}

 

 

 

RunScript

                var helper = new x_saviy_iga.ApplicationHelper();

helper.importAllApplications();

helper.refreshAllEntitlements(true);