AetCatalogTaskHelper Undefined,May be missing global qualifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2024 03:20 AM
Hi,
I have a scriptinclude AetCatalogTaskHelper, one of my catalog item has referenced to this script include in Global scope,But catalog item is in another scope. Below is the code for script include:
var AetCatalogTaskHelper = class.create();
AetCatalogTaskHelper.prototype = {
initialize : function() {
},
getClosedCanceledText :function() { ;
var cancelText = '';
cancelText = ".........set the info message";
return cancelText ;
}
type: 'AetCatalogTaskHelper'
};
Please suggest me the solution for this error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2024 09:52 AM
What does your reference qualifier or script where this is called look like? Are you using Service Portal or the native UI?