- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 03:48 AM
The following are the set values:
<Catalog Client Scripts>
Applies to: A Catalog Item
Active: True
UI Type: All
Application: Global
Type: onChange
Applies on a Catalog Item view: True
<Script Include>
Name: KnowledgeAjax
Application: Global
Accessible from: All application scopes
Client callable: True
Active: True
Protection policy: None
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 01:24 AM
The issue is resolved. The ACL for the Client callable script include is not available, so we have to create the ACL with the same name as of Script include then it's working.
Thank for the solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 06:10 AM
On line 5, is that a capital L in "KnowLedgeAjax"? Based on the code you supplied for the include itself, should it be "KnowledgeAjax"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 07:36 AM
Hello @Siddhesh Wani1 ,
You cannot extend KnowledgeAjaxSNC script include as it is not client collable script include.
And as per my knowledge the OOTB are being extended in custom, I am not sure about, why this happening.
But, surely if you meaning to inherits all its properties and methods from KnowledgeAjaxSNC you need to duplicate this script include and make it client collable. Let me know.
Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 01:15 AM
Hello @Siddhesh Wani1 ,
Does this resolved you issue ? If yes, It would be great if you mark my response as CORRECT or Helpful so that others can see this on top of the list and get benefited by this.
Thanks & Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 01:24 AM
The issue is resolved. The ACL for the Client callable script include is not available, so we have to create the ACL with the same name as of Script include then it's working.
Thank for the solutions.