Hi Guys,
Just figuring out how i can make a roll up field that calculates the total cost for the products on the Order Lines, The rollup field will be placed on the Order and there is a relationship with the Order Lines and Order Entity.
Right now it is only able to see this fields here.
I am able to notice that those fields that are in there are all simple however the field that i am trying to get a sum of is a calculated field.
I have checked the Unit cost field and it is a calculated field that gets the value from the productID
My question is how do you think can i achieve getting a roll up field that calculates the SUM of Unit cost of all products on the order line (of a specific order) ?
Do i have to use a custom plugin for this? or can this be achievable with the solutions in dynamics already?
Also do i need to add any other relationship at all from the order lines to order if i were to add a simple field and wanted it to show up on the roll up field for sum of?
Thanks.