📝 Appendix B: Hands-On Exercises
Complete collection of all course exercises with step-by-step instructions and solutions.
📥 Student Workbook
All exercises in this appendix are extracted from the official NetSuite Student Workbook. For the most current version with full screenshots and detailed instructions, refer to your downloaded Student Workbook PDF.
Module 0: Course Introduction
Exercise 1: Enabling SuiteFlow
Objective: Verify SuiteFlow feature is enabled in your training account
- Navigate to: Setup > Company > Enable Features
- Select the SuiteCloud subtab
- Locate the SuiteFlow section
- Verify that SUITEFLOW is checked
- Click Save (if necessary)
Exercise 2: Adjusting User Preferences
Objective: Configure essential user preferences for workflow development
- Navigate to: Home > Set Preferences
- On the General subtab, configure:
- Time Zone: Set to your local time zone
- Date Format: Choose your preferred format
- Show Internal IDs: ✓ Check this box (CRITICAL!)
- On the Analytics subtab:
- Check Show List When Only One Result
- Click Save
Module 1: SuiteFlow Overview
Exercise 1: Inspect the Custom Furniture Request Record
Objective: Explore the custom record type used throughout the course
- Navigate to: Customization > List, Records, & Fields > Record Types
- Click on the Furniture Request link
- Review the record structure:
- Standard and custom fields
- Field types and configurations
- Required fields and validations
Exercise 2: Create a New Furniture Request Record
Objective: Create a test record to understand the data model
- Navigate to: Lists > Custom > Furniture Request > New
- Enter test data for all fields
- Save the record
- Note the record ID and field behaviors
Exercise 3: Create a Simple Workflow
Objective: Build your first workflow with a Show Message action
- Navigate to: Customization > Workflow > Workflows > New Workflow
- Enter workflow details:
- Name: "My First Workflow"
- ID: "wf_my_first"
- Record Type: Furniture Request
- Initiate On: Create
- Release Status: Testing
- Enable Logging: Checked
- Rename default state to "Data Entry"
- Add a Show Message action with your welcome message
- Test by creating a new Furniture Request record
✅ Exercise Solutions
Solution workflows are pre-loaded in your training account. Filter by "Furniture Request SOLUTION" to view them. Remember: most solution workflows need to be enabled before they'll execute!
Additional exercises for modules 2-11 are available in your Student Workbook PDF. This appendix provides a quick reference format for the most essential exercises.