George James Software logo

KB0131

How do I Add Locations or Location Classes to a Folder in the Browser Interface?

Applies to: VC/m 3.0

Folders can be customized so that they contain the contents of all or specific locations and location classes:

All Locations

Create a menu option on your menu containing the following method:

Location.fnFolderList(thisCell.gjsMores)

One Location

Create 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 Classes

Create a menu option on your menu containing the following method:

LocationClass.fnFolderList(thisCell.gjsMores)

One Location Class

Create 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 top