2 Nov
2000
2 Nov
'00
5:44 p.m.
Would something like this work? newSpecialist = Specialists.Specialist() newSpecialist.id = 'goobers' newSpecialist.title = "Goober Manager" myFolder._setObject(newSpecialist.id, newSpecialist) newSpecialist = newSpecialist.__of__(myFolder) newSpecialist.RacksGroup._constructPlugIn('Rack', id='defaultRack') newRack = newSpecialist.defaultRack newRack.manage_addSSMethod('mySSMethod','') Most of this can be 'gotten' by poking around in the HTML documents in the management interface.... -steve