How to create a WTChangeRequest2 with Affected Objects and Affected End Items using API
As per the original post.
Hi
how can we get Affected End Item of Affected Objects??
As per the original post.
Hi
how can we get Affected End Item of Affected Objects??
Hi
As implemented below API
QueryResult usedBy = StructHelper.service.navigateUsedByToIteration(inputPart, true,
new WhereUsedConfigSpec()); in recursive call and get Parent End Item and add in affected end item table.
SubjectProduct subjectProduct = SubjectProduct.newSubjectProduct(endItemMaster, newServiceChangeRequest);
its working !!!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.