Custom Guided Wizard
...
Summarized Button URLs
Sales Order
Discount Item & Rate
4min
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 getting the internal id 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 adding it to the button url 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) button url (field value) \&discount item=discount item api field c button url(static value) \&discount item=1 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 button url (field value) \&discount rate=discount rate api field c 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%)