% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
FS::part_pkg_fcc_option - Object methods for part_pkg_fcc_option records
use FS::part_pkg_fcc_option;
$record = new FS::part_pkg_fcc_option \%hash;
$record = new FS::part_pkg_fcc_option { 'column' => 'value' };
$error = $record->insert;
$error = $new_record->replace($old_record);
$error = $record->delete;
$error = $record->check;
An FS::part_pkg_fcc_option object represents an option that classifies a package definition on the FCC Form 477 report. FS::part_pkg_fcc_option inherits from FS::Record. The following fields are currently supported:
primary key
A string identifying a report option, as an element of a static data structure found within this module. See the part method.
FS::part_pkg foreign key.
The value of the report option, as an integer. Boolean options use 1 and NULL. Most other options have some kind of lookup table.
Checks all fields to make sure this is a valid FCC option. If there is an error, returns the error, otherwise returns false. Called by the insert and replace methods.
Returns a Tie::IxHash hashref of the media type strings (which are not part of the report definition, per se) to arrayrefs of the technology codes included in each one.
Returns a hashref relating each technology code to a label. Unlike the media type strings, the technology codes are part of the formal report definition.
FS::Record, schema.html from the base documentation.
Hey! The above document had some coding errors, which are explained below:
You forgot a '=back' before '=head1'