Created
May 27, 2019 13:43
-
-
Save sfmishra/9abb32d55583911780b676b03f46dcbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<lightning-card title="Account form with Record Type"> | |
<template if:true={objectInfo.data}> | |
<lightning-record-form object-api-name={objectApiName} | |
record-type-id={recordTypeId} | |
fields={fields}> | |
</lightning-record-form> | |
</template> | |
</lightning-card> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment