Navigator > Setup > Data Interchange > Price Book Designer > Before Import tab
Use MaxBasic code to manipulate import data. Set values to be used in the remainder of the import.
Objects: |
|
ApplyMarkup |
Global variable for Pricebook designer. Per record (i.e ForEach), this will be reset to false. Markup will be applied per record when a price change is detected if either Automatically Apply Markup is set, or ApplyMarkup is set to true in For Each Record. |
Import |
Global variable for Pricebook designer. Per record (i.e ForEach), this will be reset to true. May be set to false in For Each Record to skip import for the record. |
Company |
Contains details of the Company name and address. |
Product |
Fields from the Product record. |
System |
Fields from the System record. |
SystemUser |
Fields from the System User record. |
User |
Fields from the User record. |
Note: See Import Functions for functions specific to the Import Designer. |
|
See also Price Book Designer - Definition tab.