function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bp-devbp-dev 

Complex Lightning Web Component Help

Hi everyone,

I could use some help. I'm trying to learn how to write Lightning Web Components and I've had some success recreating some basic examples, but I'm having a hard time putting everything together. Here are the items I need:

* A LWC called from a button on an Opportunity.
* Component should have 2 tabs and pop up in a modal window.
* Tab 1 should have something akin to a lightning edit form for some fields from the opportunity from where the button was clicked
* Tab 2 should have a list of some opportunity-related children (such as opportunity line items) showing a few columns.

Any idea how to go about doing this? I got a simple record edit form working but only when it's imbeded into the page of the record itself. Beyond that I'm stuck, so any help would be greatly appreciated.

Thanks!