For custom Community where the header & footer are custom LWC component, we cannot access the OOTB notification right? We have to go for custom object to replicate notification behavior? I didn't see we can query for the Standard Notification object. Though there is a rest API available. Can you confirm?
Yes, there is no option to get notification in apex class, you can user REST API, but that is also limited for custom notification. for alternative solution please check this link, it might help you. salesforce.stackexchange.com/questions/366567/retrieve-standard-and-custom-notifications-of-a-user-in-apex
Hi @@lakshman_singh4, please check this document it may help you. developer.salesforce.com/docs/component-library/bundle/forceCommunity:notifications/documentation
Clear and useful examples. This is what I'd like to see from a UA-cam tutorial! Thank you!
I'm so glad to hear that the video was helpful for you! Keep up the great work!, and subscribe our channel for more such videos.
For custom Community where the header & footer are custom LWC component, we cannot access the OOTB notification right? We have to go for custom object to replicate notification behavior? I didn't see we can query for the Standard Notification object. Though there is a rest API available. Can you confirm?
Yes, there is no option to get notification in apex class, you can user REST API, but that is also limited for custom notification. for alternative solution please check this link, it might help you. salesforce.stackexchange.com/questions/366567/retrieve-standard-and-custom-notifications-of-a-user-in-apex
@shoumyarien@@cloudwaale how can we notify community user in case we have custom community
Hi @@lakshman_singh4, please check this document it may help you. developer.salesforce.com/docs/component-library/bundle/forceCommunity:notifications/documentation
@@cloudwaale Thank you