Skip to main content
Hello to everyone reading this question, i`ve deale with bug (or ` don`t know).

 

I`ve created Lightning quick action with markup:

<aura:component controller="CaseAssignToMeController" implements="force:lightningQuickActionWithoutHeader,force:hasRecordId" >

<!--<aura:attribute name="recordId" type="String" default="{!v.recordId}"/>-->

<aura:handler name="init" value="{!this}" action="{!c.doInit}"/><!--handler on page load to show current week and current user stats-->

<ui:outputText aura:id="message" value=""></ui:outputText>

</aura:component>

Salesforce lightning custom button issue

 

And this button shows like chatter action like post. Does somebody know how to solve this issue? I want this action as standard like 'Change Record Type' or similar.
6 件の回答
  1. 2017年6月7日 13:34

    Hello Ines Garcia,

    No, I can`t use standard functionality, it doesn`t cover our needs.

    As for the Quick Action record update, this will not work, because you cannot choose Owner from field dropdown, I`ve already tryed that ;)

    Thank you fou you answer,

    Igor.

0/9000