How do I Add Locations or Location Classes to a Folder in the Browser Interface?Applies to: VC/m 3.0Folders can be customized so that they contain the contents of all or specific locations and location classes: All LocationsCreate a menu option on your menu containing the following method: Location.fnFolderList(thisCell.gjsMores) One LocationCreate a menu option on your menu containing the following method: Location.fnFolderSub('myLocation'+delimiter+thisCell.gjsMores+delimiter+thisCell.id) where myLocation is the name of the location that you want to display. All Location ClassesCreate a menu option on your menu containing the following method: LocationClass.fnFolderList(thisCell.gjsMores) One Location ClassCreate a menu option on your menu containing the following method: LocationClass.fnFolderSub('myLocationClass'+delimiter+thisCell.gjsMores) where myLocationClass is the name of the location class that you want to display. Last reviewed: May 29, 2004 Back to VC/m Knowledge Base Articles |
|||
