buli
2023-07-11 0c4796706fc9473d069b620321a54b20a119906c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<template>
    <c-example-wrapper
        icon-name="custom:custom96"
        lwc="createMixedRecordsApex"
        title="Create Mixed Records via Apex"
        visualforce="createMixedRecords"
        visualforce-height="260px"
    >
        <c-create-mixed-records-apex slot="lwc"></c-create-mixed-records-apex>
 
        <!-- prettier-ignore -->
        <p>
            <a target="_blank" href="https://developer.salesforce.com/docs/component-library/documentation/lwc/lwc.apex">
            Call Apex imperatively </a> to perform mixed record or complex operations to create, 
            update or delete or read data. In this example, the mixed operation is transactional.
        </p>
        <p>
            <b>Note:</b> Consider using base components forms or LDS functions
            first.
        </p>
    </c-example-wrapper>
</template>