Migrating Visualforce Pages to Lightning

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 6

  • @velthdv
    @velthdv 7 лет назад +2

    Awesome content.. Thanks.

  • @kallooriramesh
    @kallooriramesh 7 лет назад

    Hi,
    I have embedded lighting component in vf page the component has NEW button to create record and i have added that page to detail page URL action but below code is not working.
    var createRecordEvent = $A.get("e.force:createRecord");
    createRecordEvent.setParams({
    "entityApiName": "Account"
    });
    createRecordEvent.fire();
    But it is working if detail page button is lightning component.
    If it is lightning component detail page button the action is open in new model lightning window.
    Can you please help me on this.
    Thanks,
    Ramesh

  • @kaushalgautam5871
    @kaushalgautam5871 3 года назад

    Can we find this code somewhere?

  • @arunmohan2983
    @arunmohan2983 6 лет назад

    Awesome

  • @amruthunashyal1624
    @amruthunashyal1624 6 лет назад +1

    lightningStyleSheet='true'