Name

global.CompositeElement

Description

No description available

Script

var CompositeElement = Class.create();

CompositeElement.prototype = {
initialize : function(fullName) {
  this.ce = new GlideCompositeElement(fullName);
},

getFullLabel : function() {
  return this.ce.getFullLabel();
}
}

Sys ID

e0d55f650a0a0b2400970a648e2efcd2

Offical Documentation

Official Docs: