SPRINT 3 Override Amount

Options

HI. What am I doing wrong in the exam? It wont accept my formula.

 

IF 'INV01 Inventory Ordering'.Submit Purchase Order Request? AND 'INV01 Inventory Ordering'.Override Amount <> 0 THEN TRUE ELSE FALSE

Answers

  • Misbah
    Options

    @lcapon 

     

    Which line item of the module are we talking about?

  • lcapon
    Options

    Hi - thanks for responding - AD02 'Override Amount - Write?' 

  • @lcapon 

    You do not need to use an IF statement for a simple boolean.

    Just state what a true result would be any other result will return a FALSE.