Solved
API to get CAPA Actions from CAPA Request?
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


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..
QueryResult qr = PersistenceHelper.manager.navigate(capaObj, FlexibleChangeLink.ROLE_BOBJECT_ROLE, FlexibleChangeLink.class, true);
//iterate qr and get CAPA plan
capaChangeActivitiesList = CAPAHelper.service.getCAPAChangeActivities(plan);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.