Can I call different element's attributes for a Notification rule?

Can I call attributes of different elements for a notification rule?

I am creating a notification rule and managing the email. In the email, I want to call the values ​​of attributes of other elements (not the one that is evaluated to create the event frame).

Is it possible?

Parents
  • Yes, it is possible to call attributes of different elements in a notification rule. You can achieve this by using PI AF (Asset Framework) to reference the attributes of other elements. Here’s how you can do it:

    1. Create a Reference (new attribute): In PI AF, create a reference to the other elements whose attributes you want to include in your notification.
    2. Use Formula Data Reference: Use a Formula Data Reference to pull in the values from the referenced elements.
    3. Configure Notification Rule: In your notification rule, configure the email content to include these referenced attributes.

     

  • Thanks, it was useful.

    Is using formulas the best way to make a reference? I'm looking for high performance model (it has a lot of attributes) and I think this may slow things down a bit.

Reply Children
No Data