Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Very easy, actually. Let's say I have a web component that displays an ID for something. I can then grab that ID and use it to search for another component based upon the same ID.
Something like:
Something like:
var NewID = Aliases.MyPage.MyObject.text;
var NewComponent = Aliases.MyPage.FindChild("ID", NewID, 100);