Ajouter aux favorisApex Sharma a posé une question dans #Integration9 sept. 2022, 11:40Hello Everyone. I want to to ask a question.what should we do if we are getting data through API in controller class and we want to show data on aura page ? 1 réponseTriTrier par dateTrier par ordre d’utilitéTrier par dateMarc-Antoine Bouin (Atos)9 sept. 2022, 13:28Something you can try is to have your Apex Controller send a platform event everytime it receives data, and have your Aura component suscribe to that event :https://techdicer.com/platform-events-in-aura-component-salesforce/Ajouter un commentaireRédiger une réponse...GrasItaliqueSoulignerBarréListe à pucesListe numérotéeAjouter un lienBloc de codeInsérer une imageJoindre des fichiersURL du lienAnnulerEnregistrer0/9000Répondre
Marc-Antoine Bouin (Atos)9 sept. 2022, 13:28Something you can try is to have your Apex Controller send a platform event everytime it receives data, and have your Aura component suscribe to that event :https://techdicer.com/platform-events-in-aura-component-salesforce/