let qcSublist = salesOrderForm.addSublist({
id: ‘custpage_jj_qc_sublist’,
type: serverWidget.SublistType.LIST,
label: ‘QC Inspection Record’,
tab: ‘rlrcdstab’
});
The user can add the virtual sublist under the standard subtab by using the above snippet.