I'm trying to find a way to map a specific host item to the item it comes from (The template) I originally had the approach of checking the item keys in the templates that the host is a member of and I can do the mapping like that, no problem.
The issue I have with that approach is that the item prototype keys are not the same in the templates and in the specific host item.
Is there a specific way to get an item parent (The item in the template) or a pointer that points a specific item to its parent template?
The issue I have with that approach is that the item prototype keys are not the same in the templates and in the specific host item.
Is there a specific way to get an item parent (The item in the template) or a pointer that points a specific item to its parent template?
Comment