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

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

API to get CAPA Actions from CAPA Request?

RS_10128209
10-Marble

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 

 

RS_10128209_0-1715061484162.png

 

RS_10128209_1-1715061523585.png

 

1 ACCEPTED SOLUTION

Accepted Solutions

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);

View solution in original post

1 REPLY 1

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);

Top Tags