OCTAGON PLMSupport
Support  /  Integrations

Commands and automation

Running bulk operations from one line, and scheduling them.

The command bar runs operations across many records at once — the things that would otherwise be an afternoon of clicking.

The shape of a command

A verb, a record type, and a filter:

It always previews first

  1. You type the command.
  2. It resolves to a set and shows the count and matching rows.
  3. You read what it proposes to do.
  4. Nothing happens until you confirm.

Chaining

A pipe passes the matched set to the next verb: find part where category is null | set category = 'mechanical'

Useful flags

FlagEffect
--dry-runStop at the preview permanently; never execute
--atomicIf any row fails, roll the whole batch back
--formatFor exports: xlsx, csv or pdf

Automations

Any command you've previewed can be saved to run on a schedule, on an event such as an ECO releasing, or when a condition first becomes true. Every run is audited exactly like a manual one.

A command is not a back door

It runs as you, with your permissions, through the same gates as the interface. Rows you can't see aren't matched; locked parts are refused and named; approvals still apply.

Still stuck?

Email [email protected] and a person will pick it up. Include the part number and what you were doing — it saves a round trip.