Create a form. let form = serverWidget.createForm({ title: ‘Sample Suitelet Page’ }); Add a field. let newField = form.addField({ id: ‘custpage_chechbox1’, label: Check’, type: serverWidget.FieldType.CHECKBOX, }); Script to add field help: newField.setHelpText({ help: “Provide the information you want to display in the field help, and it will be displayed when the user hover the field.”… Continue reading Setting field Help using SuiteScript in a Suitelet page
Tag: scripted field
Filtering a Standard List/Record Field by script
This script is to apply a filter to a standard ‘List/Record’ field so that only the required results are shown in the list.