Fishbowl has two features that are closely tied together: the ability to export Associated Pricing Types and the ability to import that same type of data. You could use the Export feature to create a file containing your Associated Pricing Types. You could then send that file to a franchise who could Import it into their version of Fishbowl updating their Associated Pricing Types. An Import will update any Associated Pricings Types having the same name as those in the import file.
When importing, it assumes that Associated Pricing Types are unique which is not enforced by Fishbowl. This means that when importing, the first Associated Pricing Type definition whose name matches an AssocPriceType will be the one that is updated. All subsequent imports with the same AssocPriceType will be modified with the later data.
You must create a CSV file formatted in a way that Fishbowl knows what to do with the data. This is easiest to do with a spreadsheet program.
When the Associated Pricing Type data is Exported it will be formatted according to the table below. If you are Importing the data file must be formatted according to the table below.
All fields will be one of two types:
| Column Name | Type | Description |
| AssocPriceType | Text | The Type name of the Associated Pricing Type. |
| Description | Text | Description of the Associated Pricing Type. Possible containing how this Pricing should be used and what type of Products should this Pricing be applied to. |
| Account | Text | The name of the account that this Associated Pricing Type belongs to. |
All columns must exist. The file must contain column names in the first row, using the column names in the table above.