Preview:
var formCustomizations = {
    getRecordDetail: function (executionContext) {
        var formContext = executionContext.getFormContext();
        var recordId = formContext.data.entity.getId();
        var entityName = formContext.data.entity.getEntityName();
        alert(`Record GUID: ${recordId} and Entity Name: ${entityName}`);
    }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter