why the last of the video I can`t see the "Message from Salesforce Bolt:{}"? when i see the code? it is same with the console.log() can`t understand you did ending the lectures with error..
@SalesforceBolt Жыл бұрын
Sorry to hear about it, for every video there is a blog post containing code in the description of it. Try to have the same code and run it again.
@gabrielpf19602 жыл бұрын
Is there a way to call an APEX method within an event return, in the messageCallback? I'm trying to run this but it's not working it doesn't read the method. Could you help me on how to call my method
@SalesforceBolt2 жыл бұрын
Hey apologies for late reply I was on leave for few days. Make sure your listener is having correct method name and it's turn on.
@gabrielpf19602 жыл бұрын
@@SalesforceBolt Hi it worked!! now my problem is with a page embeded in visual force, it has a user and password authentication factor, but the client wants that when opening the tab the user is already authenticated. Have you done something similar?
@SalesforceBolt2 жыл бұрын
@@gabrielpf1960 Yes I think I did similar in one of my task. In my case we were setting up a cookie in the Iframe url to verify the user. The cookie was containing a unique key, so in my lightning component I have generated the cookie with the same unique key and opened that Iframe with proper CSP site settings. Are you having the similar scenario ?
@TechleadConsulting Жыл бұрын
Sir what is difference between pub/sub api and streaming api
@SalesforceBolt Жыл бұрын
Well they might looks similar but still having separate key points. I was able to find a good answer in below thread www.quora.com/How-is-publish-subscribe-different-from-stream-processing