🎯 Learning Objectives
- Create custom Suitelet forms with serverWidget
- Add fields, sublists, and buttons to forms
- Understand field types and display options
- Attach client scripts to custom forms
- Handle form submission and data processing
- Build interactive data entry interfaces
📖 Module
🔑 Key Concepts This Week
createForm()
Initialize a custom form
addField()
Add input fields to forms
addSublist()
Create editable line items
FieldType
TEXT, SELECT, DATE, etc.
addButton()
Custom action buttons
clientScriptModulePath
Attach client-side logic