<@UE3DBP8JC> that field is available via a script,...
# general
l
@pmendola that field is available via a script, but I am trying to run logic when these fields change in real time. My use case is: when
quantityavailable
changes, update a field on that Item record.
b
You would need to deploy a user event to each transaction that changes quantity available if you want realtime. I wouldn't recommend it
l
Yeah, afraid of that. Thanks