Name

related_set_info — Create a popup menu of possible related sets

Synopsis

use Wacs;
use Wacs::WacsStd;
related_set_info(...); 
 

Parameters

parameterdescription
reltypeThe type of the relation we're dealing with - rank or altmedia
modelnosA quoted, comma seperated list of model numbers whose sets should be included in the list.
typeThe set type of the type we're looking for for rank relations or the type we're NOT looking for for alternative media relations.
rankThe type of rank relation we're creating - C for Continuation records, S for alternative (duplicate) records
setnoThe set number we're actually working on (if already known) to be left out of the selection made.
defaultAllows specification of a set number to be the default - ideal for an update application
dbhandleThe handle to the open database connection
cgihandleThe handle to the CGI object we're creating a new popup menu using
colspanThe colspan attribute to use in the generated table line

Summary

The related_set_info function outputs a single line of a table, designed to fit the Standard WACS collection management tools layout, that adds a pop-up menu using the CGI.pm library. The purpose of this popup menu is to establish connections between sets using the saltmedia, snext/sprev or sduplicates fields.

Availability

As a collection administration function, related_set_info is currently only available in perl.