Hi Experts,
I would like to know whether the following scenario is possible via a client script,
- We send an outbound integration on a particular entity with the user who created as a part of the body (ex: request_id, created_by)
- At a later point another request comes in as an inbound integration (not a response to the previous one, this is a separate request) with some additional info alongwith the initially sent fields (ex: request_id, created_by). We update the additional fields on the particular entity.
At this point, if the user is on the same screen on the webclient, is it possible for the user to be notified that the entity has gotten updated by the integration?
I tried with an alert BR, but since these are separate processes the alert isn’t shown. I am thinking of a client script solution where we could introduce a poll on an interval to check for a change in data and show an alert based on a change. I couldn’t find a client script function which could do this kind of polling.
Is this possible?