Name

global.CreateChoiceListUtil

Description

No description available

Script

var CreateChoiceListUtil = Class.create();
CreateChoiceListUtil.prototype = {
  initialize: function() {
  },

  isVisibleButton: function(current) {
  	if (current.choice != '1' && current.choice != '3')
  		return false;

  	if ( ['reference', 'glide_list', 'domain_id', 'collection'].indexOf(current.internal_type.toString()) >= 0 )
  		return false;

  	return !current.instanceOf('var_dictionary');
  },

  type: 'CreateChoiceListUtil'
};

Sys ID

75c819d373330010cf1ac9c38bf6a708

Offical Documentation

Official Docs: