I have a customized page where it creates purchase order from an indent list from job.
purchase order creation is successful but a function in the on validate trigger on Quantity in purchase line table is not getting executed,
although when i manually re-enter the value of quantity from purchase order page, the trigger gets called and calculations are done accordingly.
in the codeunit where they are manually creating purchase order, they have used"purchase line".validate(quantity,"indent line".quantity); for inserting the values in purchase line table..
still, the function does not get called even after using validate function.
can someone please help me out with this?? :roll: :?:
0
Comments
you might want to try (if you didn't do this already) to INSERT the PurchaseLine at an earlier stage, then execute the Validate, en close with a MODIFY
Ernst
Thanks for looking into this evan