Name

global.FetchWorkflowClassificationEnabler

Description

No description available

Script

var FetchWorkflowClassificationEnabler = Class.create();
FetchWorkflowClassificationEnabler.prototype = Object.extendsObject(AbstractAjaxProcessor, {
  
  fetchProperty: function() {
  	var result = this.newItem("result");
  	if (gs.getProperty("glide.platform_ml.api.enable_workflow_classification") == 'true') {
  		result.setAttribute("hideFields", "true");
  	}
  	else{
  		result.setAttribute("hideFiels", "false");
  	}
  },

  type: 'FetchWorkflowClassificationEnabler'
});

Sys ID

70f8da05c37011104da2a2dd8640ddab

Offical Documentation

Official Docs: