Hello,
I’ve configured a Generic Inquiry for invoices and memos screen and a push notification of type of webhook to receive data change events to my external system . Acumatica is Sending the evnet data but the notification data is having multiple elements (lines) in the inserted and deleted arrays. I would like to limit the number of elements (lines) to be send via push notification since I’m facing push notification failures due to data size. Kindly request to assist me on fixing this issue.
Example push notification data:
{
“Inserted”: [
{“ReferenceNbr”: “AR0001”},{“ReferenceNbr”: “AR0002”}
],
“Deleted”: [],
“query”: “Generic inquiry name”
}