Is there a way to identify a module interface that renders from within another interface's cardLayout? The module interface I want to modify is difficult to identify because it is nested within another interface and seems to be obscured from identification when I use the Show Objects feature. It is one of two module interfaces that are passed as an array into a Rule Input that is then passed into a cardLayout's contents property. Attempting to display the module interfaces in a textField only shows the raw SAIL code with apparently no identifying information like the module interface's object name. I am unsure how navigation to the parent interface is performed (the user finds it by clicking a link and it replaces all the others on the page) so I can't identify all of its Rule Inputs, but I know the name of the module interface's parent interface. Is it possible to find something to identify the module interface in its parent interface's Precedents and Dependents search results or some other method?
Discussion posts and replies are publicly visible
Hey francoh7128 will it be possible for you to share the snippet of your code for better understanding?
I can't, but I just realized that an interface can call a process that uses itself as a process start form. This is why I didn't know where the rule inputs were coming from. Thank you though!