Equipment Reference to Popup(s)

Hello All

i would like to ask you if it's possible to make a Equipment item reference in a Popup Page like that we can use in a Faceplate:

The scope is to open a few popups pages related to a equipement.

At moment we are using the function AssVarTag to pass the tags for Popups. 

 

 Thank you

Parents
  • So just remove the AssVarTags() calls from your cicode and replace it with Ass(-2, "__EquipmentRef", sEquipment);
    The only thing that you have to do first is retrieve the equipment name (sEquipment) from the place you stored it in when clicking on it. But I suppose you can do this in the same way you retrieve the tag prefix (sTag) in the current solution.
Reply
  • So just remove the AssVarTags() calls from your cicode and replace it with Ass(-2, "__EquipmentRef", sEquipment);
    The only thing that you have to do first is retrieve the equipment name (sEquipment) from the place you stored it in when clicking on it. But I suppose you can do this in the same way you retrieve the tag prefix (sTag) in the current solution.
Children
No Data