HI,
i'm devloping an application to store and track all the devices in the comapny, and users needs to update device details like current assignee, status, location and device condition, My question is what if one of the users wants to update the asignee and location or device condition at one time how can i capture the event ID in this case? i need to store in the logs that assignee has been updated and location has been changed, what is the best solution here?
Discussion posts and replies are publicly visible
Not quite sure what the issue is.
I'm assuming that you want to generate some events when you are doing a mass update of some data?
My question is that can i write multiple events ID to the event records if the user update assignee & status & location together from the interface?