XmlPort WSB_ImportItemPricesTTE¶
XmlPort to import item prices.
Properties¶
Name | Value |
---|---|
Caption | Import Item Prices |
Direction | Import |
FieldDelimiter | |
FieldSeparator | ; |
Format | VariableText |
PreserveWhiteSpace | 1 |
TextEncoding | UTF8 |
UseRequestPage | 0 |
Methods¶
wgFncInitialize¶
Obsolete
This procedure will be removed in favor of procedure wgFncInitialize with 8 parameters 1.38.0.0
Initializes parameters for the XML Port.
Parameters¶
Type | Name | Description |
---|---|---|
Code[10] |
pConfigTemplateCode |
The Configuration Template to use. |
Boolean |
pCreateNewItems |
Whether to create new items. |
Code[20] |
pItemNoSeries |
The Item No. Series to pick new item nos. from if necessary. |
Enum "WSB_NewItemNosMethodTTE" |
pNewItemNosMethod |
The method that is used for picking new item nos. |
Enum "WSB_UpdatePricesMethodTTE" |
pUpdatePricesMethod |
The method that is used for updating prices. |
Code[20] |
pPurchListCode |
The code of the Purchase Price List to import lines into. |
Code[20] |
pSalesListCode |
The code of the Sales Price List to import lines into. |
wgFncInitialize¶
Initializes parameters for the XML Port.
Parameters¶
Type | Name | Description |
---|---|---|
Code[10] |
pConfigTemplateCode |
The Configuration Template to use. |
Boolean |
pCreateNewItems |
Whether to create new items. |
Code[20] |
pItemNoSeries |
The Item No. Series to pick new item nos. from if necessary. |
Enum "WSB_NewItemNosMethodTTE" |
pNewItemNosMethod |
The method that is used for picking new item nos. |
Enum "WSB_UpdatePricesMethodTTE" |
pUpdatePricesMethod |
The method that is used for updating prices. |
Code[20] |
pPurchListCode |
The code of the Purchase Price List to import lines into. |
Code[20] |
pSalesListCode |
The code of the Sales Price List to import lines into. |
Boolean |
pCalcUnitPriceWithFactor |
Wether to directly update Unit Price on import with Factor * Direct Unit Cost. |
XmlPort WSB_ExportItemPricesV2TTE¶
XmlPort for Exporting Item Prices V2.
Properties¶
Name | Value |
---|---|
Caption | Export Item Prices |
Direction | Export |
FieldDelimiter | |
FieldSeparator | ; |
Format | VariableText |
PreserveWhiteSpace | 1 |
TableSeparator | |
TextEncoding | UTF8 |
UseRequestPage | 0 |
Methods¶
wgFncSetItemPriceImportPriceRecordsForExport¶
Finds all Item Price Import record .
Parameters¶
Type | Name | Description |
---|---|---|
Record "WSB_ItemPriceImportTTE" |
vRecItemPriceImport |
VAR Record WSB_ItemPriceImportTTE. |
wgFncSetPriceListLinesRecordsForExport¶
Finds all price list lines to export.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Price List Line" |
vRecPriceListLine |
VAR Record "Price List Line". |