Пікірлер
@kakorotR
@kakorotR 2 күн бұрын
Thanks you sir
@phaniphani8750
@phaniphani8750 8 күн бұрын
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-p3x
@PankajAgarwal-p3x 19 күн бұрын
Really helpful, thanks!
@aitechone5907
@aitechone5907 18 күн бұрын
You're welcome!
@omkart2854
@omkart2854 26 күн бұрын
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
@aitechone5907
@aitechone5907 22 күн бұрын
Great to hear!
@Mahesh-nx9bo
@Mahesh-nx9bo 27 күн бұрын
Awesome bro keep post it really helpful
@aitechone5907
@aitechone5907 22 күн бұрын
Thanks, will do!
@maheshbabu-te8sk
@maheshbabu-te8sk 27 күн бұрын
Appreciate it please upload real time use case everyday
@venkobaraojujaray7069
@venkobaraojujaray7069 29 күн бұрын
Why did you uploaded the same video several times???
@aitechone5907
@aitechone5907 29 күн бұрын
Hi, Thanks for your comment. It seems it's got loaded accidentally. Thanks for Letting me know.
@jakubtiffanolma6832
@jakubtiffanolma6832 Ай бұрын
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.
@aitechone5907
@aitechone5907 Ай бұрын
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.
@jakubtiffanolma6832
@jakubtiffanolma6832 Ай бұрын
@@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.
@aitechone5907
@aitechone5907 Ай бұрын
Try this Setup-->Users-->Edit user--->Enable Chat option
@neelmota
@neelmota Ай бұрын
Hey Sumit, By any chance can i have the full course ?
@sandippaswan509
@sandippaswan509 Ай бұрын
Hiii sir... Are we able to show opportunities fields and contact fields in one data table
@aitechone5907
@aitechone5907 Ай бұрын
Hi, No that won't be possible
@sivarajulapati-t2k
@sivarajulapati-t2k Ай бұрын
Thanks for good vedio..
@aitechone5907
@aitechone5907 22 күн бұрын
Most welcome
@vishalmankar4969
@vishalmankar4969 Ай бұрын
Very Helpful. Thank you.😊
@rahulsethi8914
@rahulsethi8914 2 ай бұрын
It really help new learners to grasp these concepts.🎉
@rahulsethi8914
@rahulsethi8914 2 ай бұрын
It is such an amazing video. You explained each and every line, why you added it and what it would do.
@aitechone5907
@aitechone5907 22 күн бұрын
Glad you liked it!
@SangamKamble-v9c
@SangamKamble-v9c 2 ай бұрын
Why are we migrating data from Salesforce to AWS Bucket? Why company is doing that(Use case)?
@aitechone5907
@aitechone5907 2 ай бұрын
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:
@ZahirBasith
@ZahirBasith 2 ай бұрын
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); } }
@anjumtadmod8956
@anjumtadmod8956 3 ай бұрын
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
@jamstanley9898
@jamstanley9898 3 ай бұрын
good work more grace i love the video so so much
@aitechone5907
@aitechone5907 3 ай бұрын
Thank you so much!
@Tushar.S.Kitchen
@Tushar.S.Kitchen 3 ай бұрын
Hi where can I get the complete code for this project?
@pedp
@pedp 3 ай бұрын
Thanks, got stuck with this Data Table component name! Really useful.
@RajeevKumar-xz2zr
@RajeevKumar-xz2zr 3 ай бұрын
nice tutorial. well explained!!
@Stalmejas89
@Stalmejas89 4 ай бұрын
How about POST sir? Do we need an Assignment of values? and what should be the decision?
@ItsShivang
@ItsShivang 4 ай бұрын
not working in mobile.
@ChetanBhatt-q7g
@ChetanBhatt-q7g 4 ай бұрын
now is there any way to get these charts on salesforce without use of api
@ishitaghosh5609
@ishitaghosh5609 4 ай бұрын
Hi can I create multiple records at a time using lightning/uiRecordApi?
@Shri0900
@Shri0900 4 ай бұрын
how can insert data into salesforce using python
@nunnasaranya7204
@nunnasaranya7204 5 ай бұрын
Sir can u please teach us how to create shopping cart application
@aitechone5907
@aitechone5907 4 ай бұрын
Hi, What type of shopping cart Application?
@aufirst_didier4887
@aufirst_didier4887 5 ай бұрын
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
@shareandcare9083
@shareandcare9083 5 ай бұрын
Can you share this code ?do u have any repo for this code?
@aitechone5907
@aitechone5907 4 ай бұрын
Hi, Yes I do
@AjithChoudharyCse
@AjithChoudharyCse 5 ай бұрын
can we create record using picklist field for the same step ?
@aitechone5907
@aitechone5907 5 ай бұрын
Yes we can create
@AjithChoudharyCse
@AjithChoudharyCse 5 ай бұрын
@@aitechone5907 can u do it ?
@Kamar.chakra
@Kamar.chakra 5 ай бұрын
I am getting oops error . Fix available to change crypto setting tried but not working
@divyaagarwal3563
@divyaagarwal3563 5 ай бұрын
Is this available for Sales App Exchange 2024?
@rinneize
@rinneize 5 ай бұрын
Actiontype giving error in VScode
@naveen.udatha
@naveen.udatha 6 ай бұрын
I tried this but not working. Meaning I don see any toast message after I create the record.
@aitechone5907
@aitechone5907 5 ай бұрын
Hi, Can you pls send me the code which u have written on my email id. [email protected]
@SaraAmgad-m9b
@SaraAmgad-m9b 6 ай бұрын
It there a way to save the image as a related file to the record?
@santoshb4661
@santoshb4661 6 ай бұрын
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
@shakilanaushad5442
@shakilanaushad5442 4 ай бұрын
Hey I have the same requirement did u find any solution?
@MrDionmar
@MrDionmar 6 ай бұрын
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
@kushtarbekzhaniev502
@kushtarbekzhaniev502 6 ай бұрын
Hi. Can I get your Apex Class? I can not see the github address in description
@achilisnard9368
@achilisnard9368 6 ай бұрын
How can you do a SQLconnection from your local window to the database in the VM?
@demetranatani2884
@demetranatani2884 6 ай бұрын
Promo SM
@seerapuvasanth5962
@seerapuvasanth5962 6 ай бұрын
i cant see the api keys in personals....so what i do sir?
@SandeepVaishnav-q4u
@SandeepVaishnav-q4u 2 ай бұрын
need to create one for this
@jackwalsh56
@jackwalsh56 6 ай бұрын
well done
@tinolbhoyar4646
@tinolbhoyar4646 6 ай бұрын
wheres the next video
@aitechone5907
@aitechone5907 6 ай бұрын
Hi, Thanks for your message. kzbin.info/www/bejne/hZfQeZmEj8d4a9ksi=ZOyi6KJChjjxGprU You can check next video here.
@aitechone5907
@aitechone5907 6 ай бұрын
Part III- kzbin.info/www/bejne/a5LFo5SLZsybY5osi=Eq1Z2DGSeUOkgx3V
@Jyothirmayeg
@Jyothirmayeg 6 ай бұрын
I really enjoy watching your videos and I learn a lot from them. You added yourself as the recipient in this instance, thus I have a question. Basically hardcoded. How can we verify that the email address included in that specific field on that specific object belongs to the recipient? Is it possible to include the field's API name? That particular record where we used the send with DocuSign button should thus be immediately added as a recipient each time I click on it. How can we make this happen?
@mknaidu143
@mknaidu143 6 ай бұрын
suppose if I create employee name as a record in custom object like Employee__C of source org then automatically if i refresh target org the record needs to be created ...for this scenario please give me suggestion...?
@aitechone5907
@aitechone5907 6 ай бұрын
Hi, Create a tigger on source Org and call apex code in that trigger to create a record in target org. That will work.
@mknaidu143
@mknaidu143 6 ай бұрын
Hai without VF is there any possible for create, update and delete the records in source org then corresponding records in target org are should be updated...? it means automate the process between source and target orgs
@aitechone5907
@aitechone5907 6 ай бұрын
Hi, Yes we can put the code in the Apex Scheduler class. There Could be different scenarios where we want to update the Target Salesforce Org Object when we create a new record in Source Org.
@mknaidu143
@mknaidu143 6 ай бұрын
@@aitechone5907 for suppose if I create employee name as a record in custom object like Employee__C of source org then automatically if i refresh target org the record needs to be created ...for this scenario please give me suggestion...?
@JonathanHanemann-c2n
@JonathanHanemann-c2n 6 ай бұрын
@user-zf5kv1ye7h 0 seconds ago I created an emailt emplate in lightning and when I try to insert that template into an email to a lead, it says I have no templates. I can't spernd anuy more hours doing this. NO TUTORIALS HELP ME, Awful user experince
@RalucaFlorentinaRadu
@RalucaFlorentinaRadu 7 ай бұрын
The component is not showing up within Components in Lightning App Builder
@aitechone5907
@aitechone5907 7 ай бұрын
Hi, Thanks for your comment, Did u add targets in the component meta.xml file? You need to add target locations. This will solve your issue.
@rameeshar707
@rameeshar707 7 ай бұрын
Please make with other scenarios aswell
@aitechone5907
@aitechone5907 7 ай бұрын
Sure, will definitely prepare one. Thanks for the comment.
@barbiegirl1789
@barbiegirl1789 7 ай бұрын
Thank you. Trouble with printing list including this component? Can’t select anything but fields