% 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::cust_main::Import - Batch customer importing
use FS::cust_main::Import;
#import
FS::cust_main::Import::batch_import( {
file => $file, #filename
type => $type, #csv or xls
format => $format, #extended, extended-plus_company, svc_external,
#extended-plus_company_and_options
#extended-plus_options, or svc_external_svc_phone
agentnum => $agentnum,
refnum => $refnum,
pkgpart => $pkgpart,
job => $job, #optional job queue job, for progressbar updates
custbatch => $custbatch, #optional batch unique identifier
} );
die $error if $error;
#ajax helper
use FS::UI::Web::JSRPC;
my $server =
new FS::UI::Web::JSRPC 'FS::cust_main::Import::process_batch_import', $cgi;
print $server->process;
Batch customer importing.
Load a batch import as a queued JSRPC job
Not enough documentation.
FS::cust_main, FS::cust_pkg, FS::svc_acct, FS::svc_external, FS::svc_phone
Hey! The above document had some coding errors, which are explained below:
'=item' outside of any '=over'
You forgot a '=back' before '=head1'