Doesn't Work ```var form = scriptContext.form; var...
# suitescript
d
Doesn't Work
Copy code
var form = scriptContext.form;
var invSublist = form.getSublist({
	id: 'customsublist29'    				
});
invSublist.addField({
	id : 'custpage_test',
	type : 'text',
	label : '***TEST COLUMN***'
});