Multiple choice technology platforms and products

What is correct sequence in SmartBuild

  1. Class Structure, Properties, User Interface, Activities

  2. Class Structure, Properties, Activities,User Interface

  3. Properties, Class Structure, User Interface, Activities

  4. Class Structure, Activities,Properties, User Interface

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SmartBuild in Pega follows a logical sequence: first establish the Class Structure (data model foundation), then define Properties (attributes), then create the User Interface (forms/screens), and finally implement Activities (business logic and processing). This sequence ensures data structure exists before UI is built, and UI exists before process flows are defined.