Parameter "messageReceived.RelatedFQID.ObjectId" in handler of ConfigurationChangedIndication filter is empty, I can't identify specific item.

Hi,

In the handler of the filter ConfigurationChangedIndication the parameter messageReceived.RelatedFQID.ObjectId is empty (the kind is ok), then I can’t find the specific item that has a change in the configuration. What am I missing to define in the ItemManager or in the PluginDefinition??

Thanks in advance!

Best regards,

Sebastian

Unfortunately the ConfigurationChangedIndication messages do not include the ID of the specific item that has been updated - only the Kind id (as you also note). So you will need to check yourself which specific item has changed.

We are considering implementing a more specific notification mechanism, but I cannot say whether or when this will happen.

Thank you very much!