Discussions
Kits & Their Members in an Item Fulfillment Search
Hi
I'm building a saved search which shows item fulfillment detail lines. Where the fulfillment contains kits the search results show lines for each member, which is great. I need, however, to relate each of these search lines back to the kit they relate to. Eg, if the fulfillment has one kit, KIT_A, the saved searched will show:
MEMBER_1
MEMBER_2
I need to retrieve
MEMBER_1, KIT_A
MEMBER_2, KIT_A
so that I can determine which kit each member was for.
I can't see any built-in field that does this. I tried adding a custom column field and populating this with the fulfillment line's kit item, thinking this would be copied through to the member lines which appear in the search results, but the custom field appears blank in the results.