Discount Item & Rate
Discount Item is a lookup field in NetSuite. So, we need to pass the Internal ID of the Discount Item to NetSuite while creating the Sales Order.
You can find the Discount Item's Internal Id in Salesforce by the following steps:
- Go to the NetSuite Items tab
- Search the Discount items (filter on Type field - "Discount")
- Open the NetSuite Item record page
- Go to the Additional Information section (find the "Internal Id")
Ensure that the Item is active.
Once you have the Internal Id of a Discount Item record, you can pass it to Breadwinner either as a field that contains the Internal ID or as raw data within the Custom URL itself without creating any fields (only an appropriate choice if you always use the same value).
The Discount Item will have a default discount rate. If you still want to pass a custom rate/amount (override default), you can do it by passing the rate in the Custom URL as below:
For the Discount Rate, pass the number values only. To have the discount subtracted from your total, pass a negative amount (for example -10.00) or a negative percentage (for example -10%).