Questions tagged [global-actions]
The global-actions tag has no summary.
107 questions
0 votes
0 answers
12 views
Height / Scroll for Aura/LWC Component in Global Action
I cannot seem to get the container for a Global Action to scroll or expand it's height when popped out from it's bottom dock. This question / code snippet was the closest thing I had to a solution. &...
0 votes
0 answers
24 views
Are global actions only available on the Chatter page in mobile?
I have a Global Action that launches a Lightning Web Component. I'd like to make this action available for users in the mobile app. The only place I can find Global Actions on mobile right now is the ...
1 vote
1 answer
266 views
"Send Email" action popup from a button in LWC
Im writing an LWC that generates emails using context of current Case using prompt builder. Im done with the part till getting the G=generated email into the LWC, and I want to be able to click on ...
0 votes
1 answer
41 views
Lightning Dialer - Making field read only on global action layout changes predefined value
I have made a field (Subject) within the Log a Call Global Action page layout to 'read only'. After ending a call from the lightning dialer, when logging a call, a predefinited value is filled in the ...
0 votes
0 answers
233 views
Calling global action in an LWC, getting Page doesn't exist error
I am creating an LWC, which is supposed to call a global action (a create case record) on click of a button. The reason for having this is there are some pre-processing and pre-population of values ...
0 votes
1 answer
72 views
Is anyone aware if a Global Action can Invoke a Before Save Flow?
As per the title, I'm wondering if anyone knows if a global action can trigger a before save flow. My scenario is that I have a global action to create a case record, I also have a before save flow ...
1 vote
0 answers
312 views
LWC Nested in Aura Component, Launched From Global Action - Not Loading when Relaunched
I am working on an Aura Component, which contains an LWC. The reason that I've used an Aura component to contain the LWC is because I need to use it in a Global Action, and based on my research, it ...
-1 votes
1 answer
391 views
Customize Log a Call
Good day, everyone! I would just like to ask if it is possible to add a picklist field in the Log a Call action? I am looking for a way to use a picklist instead of free text as it is more neat to ...
0 votes
1 answer
51 views
Linking a Custom Global Action with Activity?
I created a New Global Action in Opportunity 'New Log a Letter' with custom 'Activity' fields (E.g. 'Letter Name', 'Stage', 'Date Letter Log Updated'). However, there are a couple of edits I'm keen to ...
0 votes
1 answer
59 views
It is possible to find all Mobile & Lightning Actions that are enabled for a particular Publisher Layout
We want to deprecate certain Global Actions that are registered for one or more Publisher Layouts. By providing our customers a list of all Publisher Layouts where a certain Mobile & Lightning ...
0 votes
1 answer
482 views
How to add LWC Global action in FSL
I wanted to add a global action in FSL app from where LWC will be called. I used this solution LWC Global action using Aura component wherein I called my LWC from aura, but it is not visible in FSL ...
0 votes
0 answers
688 views
How to remove default picklist value in the Task Subject field on my Global Action
When going to an Account record and using the "Log A Call" Global action, the Subject has a default of "Call" showing on the screen. I ensured the following: The Global Action ...
1 vote
1 answer
402 views
Flow wrapped in a lightning component used as a Global Action Button not closing flow screen after entering data
I've searched and tested out many solutions listed on the site but still not able to have my Screen flow closed when calling from Global Action. The screen flow will create the Case record then a new ...
1 vote
0 answers
262 views
Global Action partly cutting off
It's a global action a calling an Aura component which is holding a flow. Yes the user can hit the maximize button but they shouldn't have to. I added <ui:scrollerWrapper hoping it would fix it, it ...
0 votes
1 answer
253 views
Make Global Action Layout field required only for certain users
Title of the question is self-explanatory, almost. When user creates a new contact via new button on contact page, there are certain field required for this user. However, when the same user created a ...