I ve created a subtab and a sublist within it usin...
# suitescript
s
I ve created a subtab and a sublist within it using suitescript2. But that subtab is coming up in the main body of the form (Not in the usual subtab area). ps: attached the snip of the subtab and sublist created. CODE:
form.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 Conversation
👀 1
b
s
Thanks mate