I have a transaction saved search that I need to process in a MR script. The search returns items from the sublist, but I need to actually edit the exact sublist line that this item came from.
How should I find the line that this result came from? I see on the saved search I can add Line ID, Line Sequence Number, and Line Unique Key. In one example, the saved search is returning the first line but the line id and sequence number are large numbers like 50 and 100. The unique key is clearly just a unique value.
Is there a specific one I should use? Also am I supposed to loop through the sublist and just find which line matches?