update_project
Update the project's actual start date in OmniPlan 4.
Instructions
Update project-level fields on the front document.
Args:
start_date: ISO date for the project's actual start. Maps to
document.project.actual.startDate. Verified persistent
across JXA calls. Empty string is rejected — clearing the
project start date isn't supported.
Returns:
Post-write get_project_info shape.
Note: currency and working_hours are NOT supported by this
tool. omniJS accepts the writes but they don't persist across calls
(probed live 2026-05-01); shipping them would be a footgun. The
fields would need a parallel SDEF AppleScript bridge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |