Hi, can we use this approach of creating same records in 3 child orgs?(if in Org A an record is created, then the same record should be created in Org B and Org C and Org D, can we use the approach you've explained in the video??) if yes can you please suggest the process
@@TechJourneyWithAnkit hi thanks for the reply, sorry for the confusion let me correct myself We have a requirement to create user in prod by automation (we are using flow) and then based on few conditions same user should be created in lower environments which are dev, QA, UAT, can you suggest any approach to achieve this
Also how can I do this using change data trigger CDC ? I have see your video of CDC and subscribe using LWC but how to sync connect and send data to another org using cdc
Hi Ankit, I am getting this error while authenticating the Principal after entering the login access of org B's credentials We can’t log you in because of an authentication error. For help, contact your Salesforce administrator.
More such contents looking forward too !
Glad you found this helpful
I really love your mathod of teaching.
Glad you found this helpful
Awesome explanation Ankit ji.
Thanks and welcome
Thank you so much giving this solution Sir
Most welcome
Hey Ankit, I have a requirement where I want to use accordion inside a datatable. How can I implement this as datatable not support accordion.
Thank you so much for the detailed explanation. Please create video on Omni studio and marketing cloud concepts
Noted
Nice video!
Thanks!
Very nice explanation . Thank you
Glad you liked it
can we update on same record trigger flow?
Any video regarding Integrate Two Salesforce Org Using platform events
You need middleware for that
Can you please give a reference link for this
how do we include duplicate checks in this flow like only create record if not exists ? Will we use PUT in that scenario instead of POST ?
Using the get record
@@TechJourneyWithAnkit Why get Record and not PUT which does the upsert kind of functionality ?
Hi, can we use this approach of creating same records in 3 child orgs?(if in Org A an record is created, then the same record should be created in Org B and Org C and Org D, can we use the approach you've explained in the video??) if yes can you please suggest the process
It is not a logical scenario, buddy. Why anyone want to create this many duplicates? Your hypothetical scenario will time out
@@TechJourneyWithAnkit hi thanks for the reply, sorry for the confusion let me correct myself
We have a requirement to create user in prod by automation (we are using flow) and then based on few conditions same user should be created in lower environments which are dev, QA, UAT, can you suggest any approach to achieve this
Sir can you make a video of Rest API integration using apex
Sure it is in my planned list
during authentication getting ip restricted error.
From where I can check this
Make sure your profile have no login ranges and you have defined correct scope on Auth. provider
@@TechJourneyWithAnkit In connected app : used IP relaxation as "Enfore IP restriction" and it worked.
Also how can I do this using change data trigger CDC ? I have see your video of CDC and subscribe using LWC but how to sync connect and send data to another org using cdc
Hi Ankit, I am getting this error while authenticating the Principal after entering the login access of org B's credentials
We can’t log you in because of an authentication error. For help, contact your Salesforce administrator.
Check if permission set is attached to the user. Also validate if correct scope is defined at authentication provider