- Inventory management solution release notes
- September 2026
- August 2026
- July 2026
- June 2026
- May 2026
- April 2026
- Commercial pricing solution release notes
- Merchandising solution release notes
September 2026 release notes for Inventory Management in Automation Cloud.
September 11, 2026
Clearer Data requirements pages
The Data requirements pages now open with a plain-language summary of what the solution does with your data, and list what each dataset is used for — making it easier to see what to prepare before onboarding.
September 1, 2026
New: order-independent foreign-key checks with keep-and-flag
A row whose only problem is an unresolved foreign-key reference is now kept in the destination table and flagged in its PEAKAUDITERRORS column instead of being moved to <table_name>_failed_rows. A new async_foreign_key validation re-checks the whole table after rollout and clears a row once its parent is loaded — so tables no longer have to be ingested parent-before-child.
The existing foreign_key check still runs during ingestion. Both accept an optional severity and a params.constraintName array to route constraints per check, and report violations under the new DI_{E|W}_23F01 code. See Object-level validations.