Add custom sublist under the standard subtab (Related records)

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.

Leave a comment

Your email address will not be published. Required fields are marked *