Launch stored procedure at the end MRP Answered
Hi,
I need to run a stored at the end of Mrp calculation. Into debug there is a call to userfunction
Where can I find that function in order to customize?
Tks.
Marco
Hi,
I need to run a stored at the end of Mrp calculation. Into debug there is a call to userfunction
Where can I find that function in order to customize?
Tks.
Marco
Comments
2 comments
Hi Marco,
I think you have to use the "mrp.src" file in you project folder. There is an event when is triggered after the calculation. It is called "end". Using this event you can call/excute a stored procedure.
Hope it helps,
Regards,
Peter
Thanks so much
Marco
Please sign in to leave a comment.