Pls debug flow and test as I tested and it's working fine for me.
@hammadyounas268818 күн бұрын
Great video. I want to integerate ChatGPT with Salesforce to create a email based on the prompt and send this email to compaign list
@kevinbrake431319 күн бұрын
I can't hear or understand any of this
@aitechone590718 күн бұрын
Sorry to hear you're having trouble! If you're finding it hard to follow, let me know which part is confusing, and I'll do my best to explain it better. Try turning on captions or adjusting the playback speed to make it easier to follow. Thanks for watching
@sujitgupta448226 күн бұрын
use a audio device or good mike
@hammadsaeedlodhi26 күн бұрын
This is excelent video. Please also upload how to use this on mobile to add data offline and sync
@avinash4007-o1l26 күн бұрын
Does windows 7 supports lightning studio ? Because visual studio doesn't support windows 7.. so that's why am asking ?
@roysan896Ай бұрын
Truly helpful sir ... All your videos...
@martontapas1283Ай бұрын
The link to the site for download is no longer available. please can you direct me to where i can download this VMware Workstation Player 17? Also, Im still using Windows 10. Thanks
@aitechone5907Ай бұрын
Hi. www.vmware.com/products/desktop-hypervisor/workstation-and-fusion Try this link to download. Thanks
@martontapas1283Ай бұрын
I got an error. The error says "A connection was successful, but than an error occured during the login process. The certificate chain is issued by an authority that is not trusted (Microsoft SQL Server)
@FredMartinoАй бұрын
THE SOUND IS REALLY BAD!!
@abhishekagarwal3852Ай бұрын
Can we do this for custom field
@kakorotRАй бұрын
Thanks you sir
@phaniphani87502 ай бұрын
I'm getting error as " You exceeded your current quota" while Establishing Key in POST to get response. What should I do, can't I get it freely?
@PankajAgarwal-p3x2 ай бұрын
Really helpful, thanks!
@aitechone59072 ай бұрын
You're welcome!
@omkart28542 ай бұрын
Nice, I found someone who explained real time salesforce case study otherwise everywhere we see simple scenario of passing data.This is Helpful for beginners.Bring on case study like this for other LWC topics. Pls put video for child to Parent case study
@aitechone59072 ай бұрын
Great to hear!
@Mahesh-nx9bo2 ай бұрын
Awesome bro keep post it really helpful
@aitechone59072 ай бұрын
Thanks, will do!
@maheshbabu-te8sk2 ай бұрын
Appreciate it please upload real time use case everyday
@venkobaraojujaray70692 ай бұрын
Why did you uploaded the same video several times???
@aitechone59072 ай бұрын
Hi, Thanks for your comment. It seems it's got loaded accidentally. Thanks for Letting me know.
@jakubtiffanolma3 ай бұрын
When I click on "Set up Chat" I see a message saying "Chat isn't enabled. Contact Salesforce.", but I can't see any option to enable chat.
@aitechone59073 ай бұрын
Steps to enable Chat: 1. From Setup, enter Chat Settings in the Quick Find box, then select Chat Settings. 2. Select Enable Chat. 3. Click Save. Hope this helps.
@jakubtiffanolma3 ай бұрын
@@aitechone5907 You see, the problem is when I try searching for Chat settings nothing shows up. In salesforce documentation it says they're going to remove chat feature by 2026 and they're not supporting it anymore, so I think you can only enable it if you had been using it before they stopped supporting it.
@aitechone59073 ай бұрын
Try this Setup-->Users-->Edit user--->Enable Chat option
@neelmota3 ай бұрын
Hey Sumit, By any chance can i have the full course ?
@sandippaswan5093 ай бұрын
Hiii sir... Are we able to show opportunities fields and contact fields in one data table
@aitechone59073 ай бұрын
Hi, No that won't be possible
@sivarajulapati-t2k3 ай бұрын
Thanks for good vedio..
@aitechone59072 ай бұрын
Most welcome
@vishalmankar49693 ай бұрын
Very Helpful. Thank you.😊
@rahulsethi89143 ай бұрын
It really help new learners to grasp these concepts.🎉
@rahulsethi89143 ай бұрын
It is such an amazing video. You explained each and every line, why you added it and what it would do.
@aitechone59072 ай бұрын
Glad you liked it!
@SangamKamble-v9c4 ай бұрын
Why are we migrating data from Salesforce to AWS Bucket? Why company is doing that(Use case)?
@aitechone59074 ай бұрын
Reasons for Migrating Data from Salesforce to AWS S3 1)Cost Efficiency: 2)Scalability: 3)Backup and Disaster Recovery: 4)Data Archiving: 5)Data Integration and Analytics: 6)Compliance and Security:
@ZahirBasith4 ай бұрын
I wrote this code but when I am trying to deploy the LWC component from VSCode I am getting this error: The 'message' property doesn't exist on the component. this is my js code: import { LightningElement,api } from 'lwc'; import { ShowToastEvent } from 'lightning/platformShowToastEvent'; import { flowNavigationEvent } from 'lightning/flowSupport'; export default class ShowToastForFlows extends LightningElement { @api mode; @api variant; @api toastMessage; @api title; connectedCallback() { this.handleShowToast(); this.handleClose(); } handleShowToast() { const event=new ShowToastEvent({ title: this.title, mode: this.mode, variant: this.variant, message: this.toastMessage }); this.dispatchEvent(event); } handleClose(){ const navigateNextEvent = new flowNavigationEvent(); this.dispatchEvent(navigateNextEvent); } }
@anjumtadmod89564 ай бұрын
why have we not used @invocablemethod ?? i did not quite get it. You approach is quite easy agree to it. But i got confused at this point
@jamstanley98985 ай бұрын
good work more grace i love the video so so much
@aitechone59074 ай бұрын
Thank you so much!
@Tushar.S.Kitchen5 ай бұрын
Hi where can I get the complete code for this project?
@pedp5 ай бұрын
Thanks, got stuck with this Data Table component name! Really useful.
@RajeevKumar-xz2zr5 ай бұрын
nice tutorial. well explained!!
@Stalmejas895 ай бұрын
How about POST sir? Do we need an Assignment of values? and what should be the decision?
@ItsShivang6 ай бұрын
not working in mobile.
@ChetanBhatt-q7g6 ай бұрын
now is there any way to get these charts on salesforce without use of api
@ishitaghosh56096 ай бұрын
Hi can I create multiple records at a time using lightning/uiRecordApi?
@Shri09006 ай бұрын
how can insert data into salesforce using python
@nunnasaranya72046 ай бұрын
Sir can u please teach us how to create shopping cart application
@aitechone59076 ай бұрын
Hi, What type of shopping cart Application?
@aufirst_didier48876 ай бұрын
Hello and thank you for all these videos. I have a question, how do you allow Salesforce to connect to Power BI Desktop? Because I have the error OAUTH_APP_BLOCKED: this app is blocked by admin
@shareandcare90837 ай бұрын
Can you share this code ?do u have any repo for this code?
@aitechone59076 ай бұрын
Hi, Yes I do
@AjithChoudharyCse7 ай бұрын
can we create record using picklist field for the same step ?
@aitechone59077 ай бұрын
Yes we can create
@AjithChoudharyCse7 ай бұрын
@@aitechone5907 can u do it ?
@Kamar.chakra7 ай бұрын
I am getting oops error . Fix available to change crypto setting tried but not working
@divyaagarwal35637 ай бұрын
Is this available for Sales App Exchange 2024?
@rinneize7 ай бұрын
Actiontype giving error in VScode
@naveen.udatha7 ай бұрын
I tried this but not working. Meaning I don see any toast message after I create the record.
@aitechone59077 ай бұрын
Hi, Can you pls send me the code which u have written on my email id. [email protected]
@SaraAmgad-m9b7 ай бұрын
It there a way to save the image as a related file to the record?
@santoshb46618 ай бұрын
Thank you for sharing this implementation. Can we draw a path between two geolocations. Basically I have requirement to show a route on map between two geolocations. How to achieve this ? thank you
@shakilanaushad54426 ай бұрын
Hey I have the same requirement did u find any solution?
@MrDionmar8 ай бұрын
Tks so much ! I receid an message TypeError: Salesforce.__init__() got an unexpected keyword argument 'timeout' or ReadTimeout: HTTPSConnectionPool(host='login.salesforce.com', port=443): Read timed out. (read timeout=None) Does anybody faced the same problem above ? Tks