<% include("/elements/header.html",'Batch Customer Note Import') %>
Import a CSV file containing customer notes records.

File format is CSV, with the following field order: [custnum,] last, first, notefield1, notefield2, notefield3...
The optional custnum field is identified by being numeric. Anything after the character sequence #! is ignored. If a notefield starts like classnum|, with a number followed by the pipe symbol (|), then it the note will be imported into that note class.

<% &ntable("#cccccc") %> <% include('/elements/tr-select-agent.html', #'curr_value' => '', #$agentnum, 'label' => "Agent", 'empty_label' => 'Select agent', ) %> CSV filename Include additional possibilites when exact match is found custnum is reseller's customer number

<% include('/elements/footer.html') %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import');