buli
2023-04-20 f0bccccbb88d93ac05010c17d4b2e0cb22a2ce9a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template>
    <c-example-wrapper
        icon-name="custom:custom96"
        lwc="createRecordWithPrepopulatedValues"
        title="Create Record with Prepopulated Values"
        visualforce="createRecordWithPrepopulatedValues"
        visualforce-height="260px"
    >
        <c-create-record-with-prepopulated-values
            slot="lwc"
        ></c-create-record-with-prepopulated-values>
 
        <!-- prettier-ignore -->
        <p>
          Use <a target="_blank" href="https://developer.salesforce.com/docs/component-library/bundle/lightning-record-edit-form">
          lightning-record-edit-form</a> to prepopulate fields or use a custom layout.
        </p>
    </c-example-wrapper>
</template>