Fetch from Another App?
Fetch from Another App?
Can you use the fetch command to lookup data from a different app?
I have a look up field that references another app. However, if I try to access the selected field data in deluge, it returns the ID number. I need to use the selected data from the other app in deluge. Something like:
MyCollector = AnotherApp.SomeForm (ID == input.MyLookup);
ItemColor = MyCollector.Color;