Create Price to ERP
- 15 May 2024
- 1 Minute to read
- Print
- DarkLight
Create Price to ERP
- Updated on 15 May 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Purpose
Allows you to run a script to create ERP price items.
Setup
Upload the script to the Groovy script with the name Create Price to ERP.
For details about uploading and configuring Groovy scripts, read Upload a Groovy script.
Binding variables
In addition to the common binding variables, the following binding variables are available for this extension point.
Variable name | Class | Description |
---|---|---|
activeObject | String | URI of the active object. |
salesItemsTree | SalesItemsTree | Represents the quote. It contains the functions that can be used to query and modify the quote and its line item data. |
currencyCollection | CurrencyCollection | List of currency data. |
salesItemDTOs | Collection<JSONBusinessObjectDTO> | List of selected sales items to create price items for. |
Was this article helpful?