Adding a subtab below QC tab in Purchase order

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

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.