
I have been trying to figure out how to create a couple of forms, perhaps I can better explain.. I am building 2 forms... One called "Cluster" which contains all the information for a Cluster of computers. Cluster name, location architecture, sys admin contact, nodes etc.. Another called "Node" which contains individual node information. These are both built in "[ Config Item Management ] " as configitem class objects. What I am trying to do, is set it up so that when a node is entered, it can be tied to a cluster. Does anyone know how I could do this or can anyone point me in the right direction? The code I have now just pulls down the "Cluster" menu without the cluster names. <snip> { Key => 'Name', Name => 'Cluster', Searchable => 1, Input => { Type => 'GeneralCatalog', Class => 'ITSM::ConfigItem::Cluster', }, </snip> Anyone? Thanks, Joshua