Hi,
Inside OnRefreshMsge() and OnUpdateMsg() I check if item has permission data by calling
message.hasPermissionData().
For the same item hasPermissionData() gives me TRUE if i'm inside a Refresh Message and FALSE if i'm inside an Update Message.
Is it normal? I'm struggling to understand why?
Thank you