Feature Changeform Page
Clicking a record on the changelist opens the Feature Changelist Page, which is used to create new records or update existing ones.
📸 [Image Placeholder: Feature Changelist Page Overview]
1. Opening a Changeform​
- Creating a Record: Click the primary
+button in the top right header of a Changelist page. - Updating a Record: Click the first column data (e.g., Title, Name, ID) on any Changelist row.
2. Page Components​
Top Navigation and Changeform Actions​
- Displays breadcrumbs leading back to the Changelist.
- Contains model-level Changeform actions (e.g., History, Delete, or custom action buttons).
Main Content Area​
- Renders input fields grouped into intuitive sections (Text fields, Select dropdowns, Date pickers, Inlines).
- Includes validation error indicators if required fields are missing or invalid.
Bottom Submit Line Actions​
Located at the bottom of the form:
- Save: Saves changes and returns to the Changelist.
- Save and add another: Saves changes and opens a fresh blank form.
- Save and continue editing: Saves changes while remaining on the current form.
📸 [Image Placeholder: Changeform Submit Line Buttons]