Agile (MOSC)

MOSC Banner

Need to get Change number in Event Process Extension

edited May 3, 2018 5:50PM in Agile (MOSC) 7 commentsAnswered

I have a business requirement where I need to check for number of Affected Items in a Change.

I have configured a Pre event to be triggered to check this when the change moves from Pending -> Submit state.

I am trying to get the change number using the below code:

EventActionResult doAction(IAgileSession session, INode pxNode,

  IEventInfo req) {

                   

                         IWFChangeStatusEventInfo info=(IWFChangeStatusEventInfo)req;

                         IChange eco = (IChange)info.getDataObject();

                         String ecoNumber=eco.getName();

}

When I tried to print/ use ecoNumber I always get null value.

Please let me to know is there any other way to get the Change details.

Regards,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center