Navigator > Setup > Data Interchange > Price Book Designer > Definition tab
Preview the import definition from Navigator > Tasks > Price Book Import
Input Format |
Select the import file type.
|
||||||||||||||
Default Input File |
File name for the import definition. On Price Book Import the file name is supplied. If this is an XLS or XLSX file, the Input Format must be Excel Worksheet. |
||||||||||||||
Load Structure |
For structured file formats (.DBF), loads the file structure in the grid. |
||||||||||||||
Excel Worksheet |
For Excel Worksheets, specifies the Worksheet. |
||||||||||||||
Grid Fields |
|||||||||||||||
Name |
Optional name for the field in the import file. Provided the name is a valid MaxBasic variable name it can be referenced in MaxBasic code, and is the field title in PB Import Preview. |
||||||||||||||
Offset |
Determine the position of the field in the import file. For CSV and DBF files it is the field number in the file, 1 as the first field. For ASCII files it is the starting character position, starting from 1. To import data not represented in the import file (for example, default field values) specify an offset 0 and supply the data from MaxBasic code (if offset 0 the field is not located in the import file). |
||||||||||||||
Width |
For ASCII format, the field width in characters. |
||||||||||||||
Destination |
The field in the Accredo Product file the data will be imported into. Can be left blank as not all fields in the import file need to be imported. |
||||||||||||||
Grid Toolbar |
|||||||||||||||
|
Expand Toolbar |
Expand the toolbar to give access to all toolbar options. Press |
|||||||||||||
|
Insert |
Insert a new field at the selected line. |
|||||||||||||
|
Move |
Select a field and reorder the list. |
|||||||||||||
|
Delete |
Delete the selected field. |
|||||||||||||
Buttons |
|||||||||||||||
View Data... |
Opens PB Import Preview with data in the import file. Use this to ensure you have specified the data fields correctly. |
||||||||||||||
|
Check Code |
Check that the code entered on the Code tab compiles correctly without the need to run a price book import. |
|||||||||||||
|
Load... |
Load previously saved definitions for use in the EDI Price Book Import. |
|||||||||||||
|
Save... |
Save the definition for use in the EDI Price Book Import. |
|||||||||||||