Skip to main content
Solved

Get ID of ERP system from push notification

  • March 14, 2025
  • 2 replies
  • 43 views

Forum|alt.badge.img

Hi folks,

 

i’m looking for an possibility to identify the system that sent a push-notification.

The notification body looks like that:

{
"Inserted": [
{
....
}
],
"Deleted": [],
"Query": "<my_query>",
"CompanyId": "<my_company>",
"Id": "8d6d670d-86e0-477f-a8cc-343b578ba3dd",
"TimeStamp": 638775642732888022,
"AdditionalInfo": {
"PXPerformanceInfoStartTime": "03/14/2025 15:51:12"
}
}

 

However, if i receive push notifications from different systems (different domains) i can’t figure out which system sent the notification. I only have the company id but I don’t think that the companyid is unique.

 

Does anyone know how to solve this problem?

 

Thanks in advance.

Best answer by RohitRattan88

@BEXJens 

might not be an ideal solution but you can have a hard-coded column(unique client ID/URL) in your GI containing that information. You wanna keep it unique if you are planning to publish it on multiple sites though.

2 replies

RohitRattan88
Acumatica Moderator
Forum|alt.badge.img+4
  • Acumatica Moderator
  • Answer
  • March 14, 2025

@BEXJens 

might not be an ideal solution but you can have a hard-coded column(unique client ID/URL) in your GI containing that information. You wanna keep it unique if you are planning to publish it on multiple sites though.


Forum|alt.badge.img
  • Author
  • Freshman II
  • March 14, 2025

Thanks for the reply.

 

We’d like to find a solution without coding. I thougt about adding the url as a header parameter. That could be a solution with the target type “webhooks”. However I can’t use this approach with signal r.