cancel
Showing results for 
Search instead for 
Did you mean: 

Yield (pass and fail) calculation trigger

former_member323997
Participant
0 Kudos

Hi,

We have a problem when we are using ME 6.0 SDK to log NC, the way we are doing is that use the NC created API to log NC for the SFC, and then we send the completeSfc api, but we found this SFC is calculated as pass qty in yield report, what we are expecting is it should be fail qty in yield report. Is there anything we are missing or misusing the APIs?

Thanks and regards,

Leon

Accepted Solutions (1)

Accepted Solutions (1)

sergiy_katerinich
Active Contributor
0 Kudos

Hi Leon,

As you know, SDK API should work similar to GUI. And for example, if you use Production Interface, then sending NC Log request followed by Complete request will give you the same result. In the context of Production Interface, you should use Log NC Complete or NC Incident Done request instead. So, please try to find analogs of these actions among API.

Regards,

Sergiy

former_member323997
Participant
0 Kudos

Thanks, Sergiy. We realized the ProductionInterface webservice provides the NCIncidentDone service to resolve this issue, but we don't understand the APIs are supposed to have the same functionalities support this, could you be able to advice which the right API we could use for this problem?

Best regard,

Leon

sergiy_katerinich
Active Contributor
0 Kudos

Given the java docs available at SMP, I would try disposition method of NCProductionServiceInterface, though this is rather a question to developers.

Regards,

Sergiy

Answers (0)