Is it possible to use an ITEM name or key as part of the TRIGGER name?
I've defined an item but I can't seem to get it to work inside a trigger name.

The only way I can make it to work is to use the item in the expression and call ITEM.VALUE on it but I think it's not very clean because I really don't need to evaluate the length of the string as I already know it will contain something but I am forced to do it now in order to get the cartridge part number in my alert message (as ITEM.VALUE2).
I've defined an item but I can't seem to get it to work inside a trigger name.
The only way I can make it to work is to use the item in the expression and call ITEM.VALUE on it but I think it's not very clean because I really don't need to evaluate the length of the string as I already know it will contain something but I am forced to do it now in order to get the cartridge part number in my alert message (as ITEM.VALUE2).