Skip to main content

can we choose to place custom buttons next to standard buttons

7 件のコメント
  1. 2019年8月13日 3:34

    They are lightning component actions. here is a snippet of one of the .cmp code

    <aura:component controller="acceptedController" implements="flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,force:lightningQuickAction" access="global" >

    <aura:attribute name="recordId" type="Id" />

    <aura:attribute name="accname" type="String" />

    <aura:attribute name="message" type="String" default=" " />

    I am more than happy to share my screen in a go to meeting and demo it for you.

0/9000