Can I get Business Central to find the right unit price using the new price calculation v16?

Hi experts,

This is in Business Central cloud.

I have made my own table with some of the same fields as there is on table "Sales Line". I have fields with "Item No.", Quantity, "Unit Price" etc.
I also have a customer number.

How do I call the new price calculation v16, so it finds the right unit price for my item?

Best Answer

  • DanielGorskiDanielGorski Member Posts: 14
    Answer ✓
    I would recommend to check the function UpdateUnitPrice in sales line table and implement the interface "Line With Price".

Answers

  • DanielGorskiDanielGorski Member Posts: 14
    Answer ✓
    I would recommend to check the function UpdateUnitPrice in sales line table and implement the interface "Line With Price".
  • MortenSteengaardMortenSteengaard Member Posts: 136
    Thank you, Daniel.
Sign In or Register to comment.