Is there a way to listen to live field updates to the lead times on inventory items? Regardless of the context (i.e. if a user kicks it off, or some other automated process makes the change to the lead time)? I imagine I would need to write up a client script that hooks onto an after submit event, and in the deployment select all execution contexts. From what I understood however, there is one case that might not be covered by doing that, which is when a user event fires for a record and saves changes there. ie, if an afterSubmit user event script loads, then changes and saves an item record, then a new user event would not be fired. If so, what is the best alternative for listening to real-time updates on stored fields, that can catch all changes regardless of source?