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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

How can we get affected end item of affected objects through API

AA_9841156
7-Bedrock

How can we get affected end item of affected objects through API

Hi @BjoernRueegg 

In reference of a discussion in old topic

 

How can we get affected end item of affected objects through API

3 REPLIES 3

Hi @AA_9841156 

Thank you for your question. 
I’d like to recommend to bring more details and context to your question

It also helps to have screenshot(s) to better understand what you are trying to do in your process. 

This will increase your chances to receive meaningful help from other Community members. 

Thanks & Regards,
Community Moderation Team.

Hi @AA_9841156 

As I answered with PS 😄

Try to check following code> especially getAffectedEndItems

 

NmHelperBean helperBean= ((JcaComponentParams)componentParams).getHelperBean();
NmCommandBean nmCommandBean= helperBean.getNmCommandBean();
ChangeItemQueryCommands.getAffectedEndItems(nmCommandBean);

 

btw the API for problemreport  is

 

ChangeHelper2.service.getProblemProducts((ChangeIssueIfc)changeIssue);

 

PetrH

olivierlp
Community Manager
(To:HelesicPetr)

Hi @AA_9841156 ,
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Please note that industry experts also review the replies and may eventually accept one of them as solution on your behalf.
Of course, if you have more to share on your issue, please pursue the conversation. 

Thanks,

Olivier
Top Tags