Name

global.FetchWorkflowClusteringEnabler

Description

No description available

Script

var FetchWorkflowClusteringEnabler = Class.create();
FetchWorkflowClusteringEnabler.prototype = Object.extendsObject(AbstractAjaxProcessor, {

  fetchProperty: function() {
  	var result = this.newItem("result");
  	if (gs.getProperty("glide.platform_ml.api.enable_workflow_clustering") == 'true') {
  		result.setAttribute("hideFields", "true");
  	}
  	else{
  		result.setAttribute("hideFiels", "false");
  	}
  },

  type: 'FetchWorkflowClusteringEnabler'
});

Sys ID

b0b8eb3bebe12110e4aaf288b552282d

Offical Documentation

Official Docs: