Last updated 1 day ago
If you want to call the Line Item Editor from somewhere other than the button, you can insert <SBLD:LineItemConfigurator /> as shown below.
<SBLD:LineItemConfigurator />
Currently, only the Aura Component is available.
recordId
The record ID of the Parent, as set in the builder.
✔
builderId
The record ID of the builder.
<aura:component implements="force:lightningQuickActionWithoutHeader,force:hasRecordId" > <SBLI:LineItemConfigurator builderId="XXX..." recordId="{!v.recordId}" /> </aura:component>