dw_page_set_fields
Update field values on a DynamicWeb page by providing the page ID and a map of field system names to values. Fetches the page, updates fields, and saves changes.
Instructions
Set item fields on a DynamicWeb page.
Fetches the current page, updates field values in its pageItem structure, then saves. fields is a key-value map where keys are field SystemNames and values are the content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page ID | |
| fields | Yes | Map of fieldSystemName -> value |