My new ED wants to use Tasks - hooray! So all I want to do is offer them a simple Home page that includes action buttons, just like I can use dynamic actions on the highlights panel component on a regular page, so they can add a Task directly from the Home page.
Is this not possible? No actions from the Home page? Or am I just missing something really obvious?
3 réponses
Dynamic actions are only available on lightning record pages, not home or app pages. However you can always create a task from the global actions menu by clicking on the plus button in the top right of the page. Additionally, you could create a lwc/aura component to embed in the page, although this requires coding.