My survey widget in servcicnow

Black Coder
Tera Guru

in service portal we have defined "My survey" widget. Here what the need is we need to get only request and incident surveys. Other than that i dont need any other kind of surveys. But currenlty apart from request and incident surveys ,we are getting some other surveys on that widget. So we dont want any other surveys to be displayed when it was triggered. We need only Request and incident survey.

So how can we achieve this

6 REPLIES 6

Black Coder
Tera Guru

Hi Can anyone help me on this please? It is critical one i need to sort out

Hi Faiq,

Small correction in your query. You need to change it to

gr.addQuery('task_id.number','STARTSWITH','REQ');

 

Let me know if it helps.