Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 04:47 AM
Hi @Chetan Mahajan ,
Thanks for the reply, I tried this but it is not working as expected. when i select a client callable in the script include, it is showing the following systax
var CheckEmailAndGroup = Class.create();
CheckEmailAndGroup.prototype = Object.extendsObject(AbstractAjaxProcessor, {
type: 'CheckEmailAndGroup'
});
instead of this syntax
var CheckEmailAndGroup = Class.create();
CheckEmailAndGroup.prototype = {
initialize: function() {},