we have a custom table without audit fields and we are using GI to expose data from a custom table. We have a stored procedure which fills the data into this custom table.
Is it possible to have push notifications for the table without audit fields, please guide me.
We tried that originally, and it doesn't actually trigger any data push to the webhook. Not sure if this is relevant, but keep in mind that the changing of the data (insert, update or delete) is not done through Acumatica code but rather through stored procedures. I'm not sure if that is the issue, or whether it's because it requires the standard acumatica audit fields (or both). The underlying question is, what actually triggers the notification. Obviously, it's a change on the data set, but is when the underlying data changes, or is it triggered/monitored through the code layer as the data is being inserted/updated/deleted?