cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the ProductionRequestID?

former_member200995
Contributor
0 Kudos

Hi experts,

     I extension the ProductionOrder, in Event: AfterModify, I want to get the ProductionRequestID, how can I do?

     In Repository Explorer, I try to find the element "ProductionRequestID",  but I am Failure.

     Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

gsgsff
Discoverer
0 Kudos

this.RequestSegmentReference.ProductionRequestProductionSegment.ToRoot you can get productionrequest object

by neil zhou

sunil1101
Advisor
Advisor
0 Kudos

Hi

I guess you are looking for same as below link

regards

Sunil

former_member200995
Contributor
0 Kudos

Hi Sunil,

     Could you help me this question:

     I extension productionorder , because I want to from   productionorder -> productionrequest -> salesorder , the objective is the salesorderID, and then write salesorderID to the productionorder.

     Thanks.