GlideScriptedExtensionPoint - Did not get the extensions from the Extension point . Please help !
Hi All, Please find the Extension Point and the Script Include below: 1. Name: MySortAlgorithmExt Type : Extension Point var MySortAlgorithmExt = Class.create(); MySortAlgorithmExt.prototype = { initialize: function() { }, process: f...
