Does script include works in Request management Service operation workspace

Anusha Anus
Tera Expert

AnushaAnus_0-1711728888821.png

Hello,

 

On change of service, Assignment group has to be autopopulated with Support group of that servicein Operation workspace.

But Not able to call script include, No log message is printing.

 

 

 

 

Any help is much appreciated.

Thanks,

Anusha.

1 ACCEPTED SOLUTION

VicoJ
Tera Expert

Hello @Anusha Anus

 

In the Script Include, there is a typo in the Service table name (line 9), it says "cmdb_ci_sevice", there is an "r" missing.

 

Let me know if fixing that works. 

View solution in original post

4 REPLIES 4

VicoJ
Tera Expert

Hello!

 

Is the Script Include Client callable?

In which application the include script was created? If it's global you could add "global.TestSupport" in the GlideAjax. 

 

Anyway, the Info message should be displayed on change of the Service field, can you confirm the business_service field is the one added to the Catalog Task form?

 

Thanks

Vico

Anusha Anus
Tera Expert

Hello @VicoJ,

script inlcude is there in the same application.

AnushaAnus_0-1711948628718.png

Logs messages of script include are not printing. 

AnushaAnus_1-1711948899069.png

on change of service info messages are working on client script. Script include is not calling. So its returning answer as Null value that's also showing on info message.

 

VicoJ
Tera Expert

Hello @Anusha Anus

 

In the Script Include, there is a typo in the Service table name (line 9), it says "cmdb_ci_sevice", there is an "r" missing.

 

Let me know if fixing that works. 

Thanks, now its working.