Is there a profileservice changed event?

heya! I’m creating an inventory system with Profileservice and I was wondering if there was a function within profile service that could indicate that the inventory was changed. I need the inventory to change when data is removed or added. I am relatively new to ProfileService.

Nope. What you could do is fire some sort of event every time you change data, or better, use ReplicaService.

ReplicaService allows you to send the entire data table to the client, and it supports all sorts of changed events. You would need to change your existing implementation around though

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.