Hello AFMCUser3
All this and much more is covered in theBuilder course. It really is a bit much to describe to you in a single emailbut if you work through the Livelink Development Guide supplied with theBuilder Help files and pay particular attention to the section on creating newnodes, you should find everything you need.
<![if !supportEmptyParas]> <![endif]>
Howard
______________________
Howard Pell
Senior Technical Educator
Liaison, Special Projects
Open Text Corporation
www.opentext.com
(1-519) 888-7111 Ext. 2203
-----OriginalMessage-----From: eLink Discussion:Development Discussion [mailto:development@elinkkc.opentext.com]Sent: Friday, August 01, 2003 7:59AMTo: eLink RecipientSubject: Custom Function forcustom $ApplType
Custom Function for custom $ApplType
Posted by AFMCUser3 on 08/01/2003 07:56 AM
I created a custom $ApplType and subtype. Basically, I have a custom folder subtype which will contain other custom folders, normal folders, and files. I created a Menu Function called "Publish Now". I would like to have that menu option appear for all objects inside a directory (or type) of my choosing. I have been having a difficult time trying to figure out the best way to do this. Can anyone point me in the right direction?
Hmm. Youreally need to enumerate the nodetypes you want your function to work upon.That is, if you create your new folder type – let’s call it a suggestion box –then you will specify what types of things can go inside your suggestion box.Now you can also specify the functions that will work on those types of thingsthat go inside your suggestion box. Of course, if those things that go insideyour suggestion box can ALSO go inside other things (like folders, CDs,projects) then your new function will work on those things regardless of wherethey are in Livelink.
I’m justgoing into a class now but send me email directly if you like and we can try tosort it out. BTW you say you will take the Builder training ‘up here’. Where ishere? I’m teaching the Certified Developer course (includes Builder) inWaterloo next week.
-----OriginalMessage-----From: eLink Discussion:Development Discussion [mailto:development@elinkkc.opentext.com]Sent: Friday, August 01, 2003 8:30AMTo: eLink RecipientSubject: Setting _nodeTypes
Setting _nodeTypes
Posted by AFMCUser3 on 08/01/2003 08:28 AM
In reply to: Use WebnodeAction and set _NodeTypes to the Nodes that should have the...
Posted by IDNordicAdmin (Salgo, Magnus) on 08/01/2003 08:15 AM
Doesn't setting the __nodeTypes limit it to ONLY the nodes (subtypes) listed? For example, if my ApplType is set to 2100 and I set the __nodetype on my cmd to 210 won't it ONLY work for the custom foler? I need it to work on all the objects inside the folder but NOT the actual folder. Howard, I will be at the next SDK training coming up here in a week or so.