Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
CAPA Request --> CAPA Plan --> CAPA Action
In structure tab you can see that Action are on CAPA PLAN
So I want API to get CAPA actions from CAPA REQUEST
Solved! Go to Solution.
Solved..
QueryResult qr = PersistenceHelper.manager.navigate(capaObj, FlexibleChangeLink.ROLE_BOBJECT_ROLE, FlexibleChangeLink.class, true);
//iterate qr and get CAPA plan
capaChangeActivitiesList = CAPAHelper.service.getCAPAChangeActivities(plan);
Solved..
QueryResult qr = PersistenceHelper.manager.navigate(capaObj, FlexibleChangeLink.ROLE_BOBJECT_ROLE, FlexibleChangeLink.class, true);
//iterate qr and get CAPA plan
capaChangeActivitiesList = CAPAHelper.service.getCAPAChangeActivities(plan);