function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
arjun mohanarjun mohan 

Sample code for forceCommunity:notifications

Hello all,

I am working on a project where from SF we send information to other system (@future) method,
once the system receives the data it process the data and sends the information back to SF using other service

i have trigger on my custom object which receives the data from external service.

once i recieve the data i need to show a notification to user saying that we got confirmation from extenal system. 
how can i use forceCommunity:notifications for that?