While studying the CDM models for sales and mapping my data to different fields, I was confused about what is the difference between some fields like totalDiscountAmount
and discountAmount
in Order entity and between ownerId
and owningUser
. Can someone please clarify?
Asked
Active
Viewed 47 times
0

Arun Vinoth-Precog Tech - MVP
- 22,364
- 14
- 59
- 168

Anant Rai
- 49
- 3
-
Do you have follow up questions? – Arun Vinoth-Precog Tech - MVP Sep 06 '20 at 12:38
1 Answers
0
You can find all these details in documentation.
discountamount
: Type the discount amount for the order if the customer is eligible for special savings.
totaldiscountamount
: Shows the total discount amount, based on the discount price and rate entered on the order.
ownerid
is of principal type, which can hold the value of either team or systemuser internally in owningteam
or owninguser
respectively - useful in security concepts across the CDS product. Read more

Arun Vinoth-Precog Tech - MVP
- 22,364
- 14
- 59
- 168