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>
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 件の回答
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.