I am trying to mimic the new record creation where I am 1) creating a modal that is displaying the record types 2) if record type is selected then it should open the corresponding new record window just like how we see in lightning Step 1 I completed but held up in step 2 any thoughts/inputs, Thank you in advance
Once you have for the recordtype id then use force:createrecord standard event with default values and put the recordtype id . This will open the record form with the fields for that recordtype
Hi SFDC panther just a question here..... Can we use nesting of lightning record edit form ? Like I have two record edit form .. one in parent component another in child component .. so how to save both the forms using single save button ??
Every Record edit form have its own save and cancel button. So if you want to do this then you might need to play around thec css to hide the button for one form and then make use of the methods Given by the component which in on save , on success to override the standard behaviour. You have to try this
Bro can you please do same thing for custom apex controller because, here we only see ui part and all using standard controller which Salesforce already provice. So, This is request you make a same video but this time include custom apex controller and no need to explain client side again. Thanks You!
Next video is planned on the same. Here is the agenda Call apex at time of load Validation Use sobject as input Don't worry you will get to learn everything, please be patient.
You are doing a good job. Keep it up.
Thank you Amit 🙃
good content with great detail 👍 thanks amit
Best
Hello brother, your explanation is very nice,
Please use good mic for better audio quality
Thanks for your suggestion 🙃
Set reminder 👍thank you guys 😍
Hi, What is the difference between LDS and UI Record API?
sir please make a video how to send an email with related contacts with attachments in lwc
Hi, Thank you so much. Is there anything else to learn in LWC as part of this? Or this is good? Any course to learn in LWC still?
Hi
Can you pls share view in how to show fields on detail page based on layout using uiapi
I haven't done this but I have seen many people are doing this in their project. You might need to give it a try by yourself
I am trying to mimic the new record creation where I am
1) creating a modal that is displaying the record types
2) if record type is selected then it should open the corresponding new record window just like how we see in lightning
Step 1 I completed but held up in step 2 any thoughts/inputs, Thank you in advance
Are you getting any error or what?
@@sfdcpanther no error just wanted to check what should I approach this use case with
Once you have for the recordtype id then use force:createrecord standard event with default values and put the recordtype id . This will open the record form with the fields for that recordtype
Basically, when we are using => this symbol in lwc
can you help me about this
=> are called arrow function and you make any javascript function as Arrow function as lwc does support es6
@@sfdcpanther can u explain how to fetch image custom field by lwc from custom object
Hi SFDC panther just a question here..... Can we use nesting of lightning record edit form ? Like I have two record edit form .. one in parent component another in child component .. so how to save both the forms using single save button ??
Every Record edit form have its own save and cancel button. So if you want to do this then you might need to play around thec css to hide the button for one form and then make use of the methods Given by the component which in on save , on success to override the standard behaviour.
You have to try this
Hello sir… I’m having a question can you help me?
Sure. Please share it here or email me to sfdcpanther@gmail.com
Bro can you please do same thing for custom apex controller because, here we only see ui part and all using standard controller which Salesforce already provice. So, This is request you make a same video but this time include custom apex controller and no need to explain client side again. Thanks You!
Next video is planned on the same. Here is the agenda
Call apex at time of load
Validation
Use sobject as input
Don't worry you will get to learn everything, please be patient.
@@sfdcpanther can I get your mail id ?
I have a sample component which insert record and the code complexity is simple, that I want to share with you;
Any trailhead for this?
No not for this topic but you can refer Salesforce component library for the same
Hi, disabled some of the code using comment tags , they should also work?
@@dharmeshrana7548 if you put this on html then markup/tag not work, it basically using commenting
Brother you just read what you are doing.. try to explain every time
Thank you