Hi team,
I'm attempting to create a function whereby it will return the line item value of it's parent without using SELECT.
I have a target module with Machines List (Top level All Machines), a source module with Machines list and a system module with the Machines list & a line item returning the Parent of that list item (All Machines)
Unfortunately when I reference the Target module from the source module using LOOKUP (referencing System module) it returns 0 but will work if I use a SELECT statement & select 'All Machines'
Is there a way to return the parent value without using SELECT?
Thanks!!
TARGET Module
SOURCE Module
System Module
