cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Translate the entire conversation x

How to get Resultant Part from Part Request object using Windchill API

sad
12-Amethyst
12-Amethyst

How to get Resultant Part from Part Request object using Windchill API

Hi,

From Windchill Javadoc I could not find API for getting Resultant Part from the Part Request object (This is part of suma module).

Windchill version is 10.2

Really grateful if somebody provide the API for this.

Thanks & Regards,

Suresh Babu

ACCEPTED SOLUTION

Accepted Solutions
sad
12-Amethyst
12-Amethyst
(To:sad)

Finally I got the answer. The API is given below.

ObjectReference object_reference = part_request.getResultingPartMasterReference();

WTPartMaster resultant_part_master = (WTPartMaster)object_reference.getObject();

With Thanks

Suresh Babu

View solution in original post

2 REPLIES 2
sad
12-Amethyst
12-Amethyst
(To:sad)

Still I could not find the javacode for getting Resultant Part from the Part Request.

Please help me.

Thanks in Advance.

Suresh Babu

sad
12-Amethyst
12-Amethyst
(To:sad)

Finally I got the answer. The API is given below.

ObjectReference object_reference = part_request.getResultingPartMasterReference();

WTPartMaster resultant_part_master = (WTPartMaster)object_reference.getObject();

With Thanks

Suresh Babu

Announcements
Top Tags