shree sashti
03/07/2022, 8:29 AMform.addSubtab({
id : 'custpage_creditsubtab',
label : 'Credits'
});
var sublist = form.addSublist({
id : 'custpage_sublistid',
type :'list',
label : 'Credits Sublist',
tab:'custpage_creditsubtab'
});
Question : how do i make that subtab come in the forms' subtab section or can i make the sublist(created via code ) come under any subtab in that form like the custom subtab.?
Slack Conversationbattk
03/07/2022, 8:50 AMshree sashti
03/07/2022, 9:11 AM