To add a ‘QC Requirements’ subtab below QC tab in purchase order. var sublist = form.addSublist({ id: ‘custpage_sublist’, type: serverWidget.SublistType.LIST, label: ‘QC Requirements’, tab: ‘custom1660’ }); sublist.addField({ id: ‘customfield1’, type: serverWidget.FieldType.TEXT, label: ‘Line #’ }); sublist.addField({ id: ‘customfield2’, type: serverWidget.FieldType.TEXT, label: ‘Item’ }); sublist.addField({ id: ‘customfield3’, type: serverWidget.FieldType.TEXT, label: ‘QC Questions’ }); sublist.addField({ id: ‘customfield4’,… Continue reading Adding a subtab below QC tab in Purchase order
Tag: subtab
Add custom sublist under the standard subtab (Related records)
let qcSublist = salesOrderForm.addSublist({ id: ‘custpage_jj_qc_sublist’, type: serverWidget.SublistType.LIST, … Continue reading Add custom sublist under the standard subtab (Related records)
To access a record in view mode with a custom subtab selected.
Add new columns in the Item Location subtab
Customizing the Sub list View of Location in Inventory records is an Enhancement logged. So it is not possible to add the new columns using the standard customization methods.
Button under communication subtab in customer records.
>>Create a custom record. >>Create a new field in custom record >>Select list/record type. >>Select customer record in list/record. >>Check record is parent. >>Select communication as the subtab. >>Add the other required fields. >> save. >>You can see the created customer record as a list under communication subtab and new record button under this sublist.… Continue reading Button under communication subtab in customer records.
Missing Subtab in JOB record.
Missing Subtab in JOB record.