But how to handle scenario if we want to capture response only if job application specific field got update ..like we don't want to do business logic everytime, but just on specific field update. Is it possible here?
@@prachigoel9759 thank you 😇 for valuable words.. yes we can capture only field check update as well in our lwc component.. its similar like streaming api where its give evey time response and its completely your choice to check the condition and if that matches then you can do your further logic.🙂..let me know if there is any concern.
How Job application object is created., are there any special settings required or it is a normal., Do you have a demo video on it., can you please share that.
i have a one scenario:- i am schedule the batch at 9am, if the records are already processed, next day i won't processes those records. can we achieve it by CDC or not ?
Hi, Thank you for your comment 😄 Change data capture worked once you are enabled from setup and subscribe to that event. For your response: let's say you have scheduled the batch and before that you have already subscribed to the respective event then it will show the changes irrespective of what time it will run. Let me know if i addressed your questions correctly or do you have any other questions.
Excellent Explanation.
Hope to expect a full series on salesforce integration Pattern
Sure 😊 will do that as soon as possible.... thank you.😇
Clear Voice, Good Demo, Overall Excellent Lecture.
Thank you 😊
Nice Explanation, please continue making more videos on integration 😊
But how to handle scenario if we want to capture response only if job application specific field got update ..like we don't want to do business logic everytime, but just on specific field update. Is it possible here?
@@prachigoel9759 thank you 😇 for valuable words.. yes we can capture only field check update as well in our lwc component.. its similar like streaming api where its give evey time response and its completely your choice to check the condition and if that matches then you can do your further logic.🙂..let me know if there is any concern.
How Job application object is created., are there any special settings required or it is a normal., Do you have a demo video on it., can you please share that.
Job application is a custom object. Which is created as a normal way like we are creating any custom object and fields in it.
i have a one scenario:-
i am schedule the batch at 9am,
if the records are already processed, next day i won't processes those records.
can we achieve it by CDC or not ?
Hi,
Thank you for your comment 😄
Change data capture worked once you are enabled from setup and subscribe to that event.
For your response: let's say you have scheduled the batch and before that you have already subscribed to the respective event then it will show the changes irrespective of what time it will run.
Let me know if i addressed your questions correctly or do you have any other questions.