Hi all,
I have one sale line with item A, quantity = 10, and applied discount 50%
I need to split into two sales line with quantity as below:
- line 1 - item A: quantity = 1 + applied discount 50%
- line 2 - item A: quantity = 9 + no-applied discount
At first, I study how to clone one sales line to new another sales line as the same, then I will adjust quantity and discount later (by extending discount package)
Could anyone help me how to do that ? (ex: Does Retail Server, CRT have any request to create SalesLine request,..)
Hi Kien,
You can try ti use SaveCartLinesRequest (This request represents a request for create, update, delete, or void operations on the cart line.) listed in article docs.microsoft.com/.../crt-services
If it doesn't help you , I would recommend you to open support request with us so we can contact Retail Product group for further help .
Also may be that help if you disable product aggregation parameter from Functionality profile , Then at POS add the product with1 QTY apply line discount for the first line , then add the item again and it'll created new line with 1 QTY and you can update QTY for this line as you want . (see screen shots)