LoadDefaultRecord.js
When you have a List Block and a List Details block on the same page, LoadDefaultRecord ensures that the List Details block displays a default record when no record ID is specified on the URL.
How To Use It
<script src="https://scissors.appspan.net/LoadDefaultRecord/LoadDefaultRecord.js">How to Customize It
<script>
const LoadDefaultRecord = {
defaultRecordId: "abc123" // Id of the record to display when no record Id is on the URL
};
</script>What It Does
Read the Code
Last updated