Hello,
I am using the Planning Optimization extension. I am utilizing the MpsMasterPlanningEvents
class and everything is working well, i.e., I am filling my custom field in ReqPO
as described in the documentation.
Now, the requirement is to also add a custom field to the ReqTrans
table and populate it with a value resulting from Planning Optimization.The field I want to fill is in the “pegging” tab on the ReqTransPO form. The source table is ReqTrans
Unfortunately, I can't find a way to locate ReqTrans
when I already have ReqPO
. Could someone suggest a solution?
Thanks.