Thanks for the tutorial Jie Jenn, it helped me a lot in the project very similar to what you demonstrated.
@jiejenn Жыл бұрын
Glad the video help. And thanks for the donation!
@therealjamessieng9 ай бұрын
Hello. Thanks for posting this helpful video! Can you make a video where the python script is able to process the SOQL queried data and return a value for Salesforce user? Is it possible for a user to click a button that runs a python script and returns values to the user or updates fields on Salesforce so users can have access to that information?
@JustBigdata8 ай бұрын
Hi. can we also upsert records to a salesforce object along with enforcing the parent/child reference mapping? If yes, are there any limitations or caveat ? Thanks !
@jiejenn8 ай бұрын
Yes definitely. Usually you can do this with a trigger in Salesforce to enforce the check and you will need to use external id for it.
@JustBigdata8 ай бұрын
@@jiejenn Funny thing. The salesforce team wants to eliminate that trigger logic at salesforce , instead has asked data team to write custom python logic to populate data while maintaining parent/child relationships.
@jiejenn8 ай бұрын
@@JustBigdata In that case, you will have to do implement the validation inside a script. My suggestion is create a reference table to track the relationship, which is a common practice.
@pablos7400 Жыл бұрын
Thanks for the video, but the login doesn´t works.. says access_token = generate_token()["access_token"] KeyError: 'access_token'
@knoxio5744 Жыл бұрын
What theme are you running on visual studio?
@jiejenn Жыл бұрын
VS Dark pro
@bharathsimha2822 Жыл бұрын
Hi jenn, can you please one video salesforce delta deployment of python scripts using yaml in azure devops cicd or any possible to video do generic salesforce delta python scripts.
@jiejenn Жыл бұрын
Not sure if I understand your question.
@TynOng Жыл бұрын
Why aren't you go through the tutorial in Lightening?