-1

Page which will display New Milestone popup in the org, there should be one button for Add new milestone. On click of this button, popup will ask for milestone details and after click on save button this new milestone details will add to DB.

Milestone is a custom object.

Kavita
  • 1
  • 1
  • What did you try? Where are you stuck? – CharonX Mar 31 '22 at 14:37
  • Save Function is not working – Kavita Apr 01 '22 at 09:45
  • 1
    So... you want to know how to make a save function? How to make a pop-up? Why the save function is not working? How to add a Button?.... Did you read [how to ask a good question](https://stackoverflow.com/help/how-to-ask) - I have the feeling you really should (re)read it. We can't read your mind. We can only work with the information you posted. – CharonX Apr 01 '22 at 10:34
  • Did you read [Create Lightning Web Components](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.create_components_introduction) from official docs? – webpreneur Apr 05 '22 at 06:12

1 Answers1

1

Create lwc component target for lightning__RecordAction. You can place your your code there.

If Save is not working, feel free the paste your error message, we can help better ?

If you want to make your custom popup, see below link https://www.infallibletechie.com/2020/03/popup-using-lightning-web-component-lwc.html

Heisenberg
  • 11
  • 2