SNC.WHTPUtils.isEnabled() give value 'False'

Pratiksha_45
Kilo Sage

Hello Community,

SNC.WHTPUtils.isEnabled() code in MIMWorkbenchUtilSNC Script Include returns a false value.

I would appreciate it if someone could tell me why this code returns a false value.

 

Thanks is advanced!

 

 

1 REPLY 1

Iraj Shaikh
Mega Sage
Mega Sage

Hi @Pratiksha_45 

The SNC.WHTPUtils.isEnabled() method is being called in the canExportToPDF function within the MIMWorkbenchUtilSNC Script Include. This method is expected to check if the Web HTML to PDF (WHTP) plugin (com.snc.whtp) is active and enabled on the ServiceNow instance.

Check if the plugin is active by navigating to the "Plugins" module and searching for the plugin ID 'com.snc.whtp'.

 

Please mark this response as correct or helpful if it assisted you with your question.