Solved

Customer order line discounts

  • 19 July 2022
  • 5 replies
  • 294 views

Userlevel 2
Badge +5
  • Sidekick (Partner)
  • 12 replies

Hey experts!

Any possibility to add discounts for customer order line level selecting multiple customer order lines at once in app10?

Requirement is to, when there are more than hundreds of CO lines, enter discounts for CO line per batch wise. 
Any suggestion is welcome. 

Cheers!

 

icon

Best answer by ShawnBerk 20 July 2022, 02:54

View original

5 replies

Userlevel 4
Badge +9

Hi @NayD,

Did you check the “Sales Part Discount Group” functionality. I think we can perform the same. We can connect a group discount to the sales part and then calculate the group discount.

 

 

I hope this helps,

Chamath

Userlevel 7
Badge +19

@NayD normally the discounts are fetched in the following order to a CO line. 

 

 

Hence all parts belonging to a Campaign, Agreement, etc can have the same discount via multiple lines. 

Userlevel 7
Badge +28

Our problem is that our discounts are not based on any of the 5 things that Asela has listed, they are in essence per order or per quote and not specific to a customer or an agreement.  This has left us with the same situation as the OP, that is requiring individual line discounts.  We created a custom RMB (V9) that has been uplifted to a command button in Cloud that uses a Net Value from a custom field to derive the total discount from the gross value of the order.  This discount is then applied uniformly to each line on the order as part of the pricing API.

It is possible to do what you need, but it has to be a custom program, nothing out of the box for it.

Userlevel 2
Badge +5

Thank you Chamat, Asela and ShawnBerk for your answers. 

I’m really looking for a kind of RMB option to add discounts by select multiple CO lines to enter manual CO line discounts. 

@ShawnBerk is that you really meant above?

 

Cheers !

David 

Userlevel 7
Badge +28

Yes, @NayD 

It is a custom RMB from the Order Header in V9 that does the discount on all lines.  It isn’t a selection of lines on the order lines tab, but similar principle.  It is just always all lines because our use case is not to have individual line discounts, rather a single discount applied across all lines that isn’t based on any of the normal IFS parameters.

Your version could be done though as well if there was a calculated method for applying it to the selected lines.  Again, would have to be all custom.

Reply