What problem does it solve?
Prevent accidental data corruption and failed writes by enforcing schema-aware discovery and safe CRUD workflows for NovaDB business data objects, ensuring correct attribute types, languages, and multi-value handling before any write operations.
Core Features & Use Cases
- Schema discovery workflow to resolve object type, create/detail forms, and attribute definitions so attribute IDs and data types are never guessed.
- Create, update, read, and soft-delete patterns with explicit verification steps and multi-value safety patterns to avoid accidental data loss.
- Index-based search, suggestions, and reference checks to find objects, validate references before deletion, and resolve ObjRef display names.
- Use cases include creating new business records with multilingual fields, safely updating multi-value references, and confirming deletion only after checking XML links.
Quick Start
Discover the object's type and form definitions, build CmsValue entries per attribute and language following the multi-value safety pattern, call the CMS create or update API, and then verify the result.