• Salesforce Automation 11
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
In Lightning Experience, my Flow Screen with 'Show Header' set to false still shows the header.

I am launching the flow from a Quick Action.

'Show Footer' works as expected and I am able to override the navigation with Lightning Components

https://help.salesforce.com/articleView?id=vpm_designer_elements_screen.htm&type=5

flow screen

User-added image

Is anyone aware of any issue or limitation? I can see this being documented somewhere as "Show Header currently is not supported for quick action distributed flows"
In Lightning Experience, my Flow Screen with 'Show Header' set to false still shows the header.

I am launching the flow from a Quick Action.

'Show Footer' works as expected and I am able to override the navigation with Lightning Components

https://help.salesforce.com/articleView?id=vpm_designer_elements_screen.htm&type=5

flow screen

User-added image

Is anyone aware of any issue or limitation? I can see this being documented somewhere as "Show Header currently is not supported for quick action distributed flows"
In Lightning Experience, my Flow Screen with 'Show Header' set to false still shows the header.

I am launching the flow from a Quick Action.

'Show Footer' works as expected and I am able to override the navigation with Lightning Components

https://help.salesforce.com/articleView?id=vpm_designer_elements_screen.htm&type=5

flow screen

User-added image

Is anyone aware of any issue or limitation? I can see this being documented somewhere as "Show Header currently is not supported for quick action distributed flows"
Hi,
On refreshing a tab on the console navigation on lex, my lightning component is not refreshed.
I have tried to bind the reinitialization with
<aura:handler event="force:refreshView" action="{!c.jsLoaded}" />
but it doesnt seem to be triggered.
What is the correct way to also refresh my lightning component on refreshing the tab ?
Thanks