Activity Forums Salesforce® Discussions Pre-populating fields at record creation in Salesforce Lightning Experience

  • Gourav

    Member
    May 31, 2016 at 3:26 pm

    You can use Custom buttons and links that define their content source as URL in Lightning Experience and the Salesforce1 mobile app.

  • Ajay Prakash

    Member
    February 12, 2018 at 9:37 am

    If you want to fetch the field value dynamically the use -

    <aura:handler name="init" value="{!this}" action="{!c.doInit}"/>

    If you want to provide static value then give default values in the attribute.

    <aura:attribute name="attributeName" type="AttributeType" default="default value" />

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos