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
Can you explain your current design in more detail?
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?
The write records smart service can only write a single event record at once. If you need to write multiple event records, you will have to adjust your process design accordingly.