Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Remove/hide choice selection on UI actions in Source to pay workspace

RajenderR
Mega Sage

Hi all,

S2p.png

In Source to pay(APO Module) workspace when we click on 'New' UI action a dialog window is opening with case type selection having more choices. Here i want to remove the other choices and only able to select Invoice case. Is there a way to do that? if anyone have worked on it kindly share your experience.

Thanks,

Rajender Reddy

1 ACCEPTED SOLUTION

Shruti
Giga Sage

Hi @RajenderR 

Navigate to sys_wizard_answer.LIST

Apply filter Question = Cases

Select the case type  and update the roles such that it is only available for admins not for agents

 

Note: This script include is called to show the case types new sn_spend_workspace.InterceptorUtil().constructDataForLinkSet()

 

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron

@RajenderR 

did you identify the Declarative action which is rendering this?

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Shruti
Giga Sage

Hi @RajenderR 

Navigate to sys_wizard_answer.LIST

Apply filter Question = Cases

Select the case type  and update the roles such that it is only available for admins not for agents

 

Note: This script include is called to show the case types new sn_spend_workspace.InterceptorUtil().constructDataForLinkSet()

 

Hi @Shruti  ,

Thank you for your response. It helped me to fix what am looking for. Here i want to remove that choices for everyone so i just made them Inactive.

Much appreciate your inputs.

Thanks,

Rajender Reddy

RajenderR
Mega Sage

@Ankur Bawiskar Yes, i did.  Below is the SS.

Declarative action.png