Hi,
We're expending the purchase order to web portal. We're trying to use the standard codeunit 90, but unable to find any function to trigger the post. How to we allow to post? Do we need to customize the codeunit? Please advise.
Thanks
1. Standard Post function in codeunit 90 is Run trigger.
2. You have to send a record of table 38 into this function.
3. Better way is to expose simple page based on table 38 and with simple function to call codeunit 90 with actual record.
Do we need to customize CU90? Understand we cannot direct call the CU90, but how if we passing the parameters to purchase order ? If can, what action need to perform? Thanks
Answers
2. You have to send a record of table 38 into this function.
3. Better way is to expose simple page based on table 38 and with simple function to call codeunit 90 with actual record.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/