3.3.5.4 I AM CONFUSED,

Please Help I am not able to understand what we have to do in this particular section
Here are my queries
1)The formula hint shows IF/THEN condition and then it says The next condition is override suggested amount? line item, so do I have to nest both the conditions ?? Please let me know
2)Also it says Update another line item
Confirmed Purchase Order Receipt

  • Redirect the formula for this line item that currently references the Suggested Order Amount for the Month line item to the Final Shipment Amount line item instead.

    So do I have to remove my Final Shipment Amount formula and paste the Suggested Order Amount for the Month , or how to redirect it??

I will make formula myself i just want to understand what needs to be done

Thankyou

Answers

  • Parshva1304
    edited June 18

    IF
    NOT Submit Purchase Request?
    THEN 0
    ELSE

    IF
    NOT Override Suggested Order Amount?
    THEN
    Suggested Order Amount Month
    ELSE Override Amount


    THIS IS MY FORMULA IS IT CORRECT