MEagar Posted September 20, 2018 Share Posted September 20, 2018 Any chance anyone knows how to access or circumvent the Route Requests Triggers of the default Routing Group within a node ?? Link to comment Share on other sites More sharing options...
agraunke Posted October 8, 2018 Share Posted October 8, 2018 From the project view, select "Copy from library to edit" and choose the transfer node. Copying from the library breaks inheritance (so you are no longer working with a subclass of a TransferNode), and because of that you can change the definitions of that object. Subclassing only allows one to extend definitions or override processes. My understanding is that this is good object-oriented design, rather than a bug The downside is that since you've copied the object, rather than subclassed it, your new object will no longer be updated as a TransferNode (in future sprints). You will essentially have a brand new object definition and it is up to you to maintain the definition. -Adam Link to comment Share on other sites More sharing options...
Recommended Posts