Skip to documentation
Brightree integration

Resolve Historical Order Costs

Perform Resolve Historical Order Costs through Brightree.

View as Markdown
brightree_resolve_historical_order_costs
readbrightree

Inputs

  • max_orders
    numberrequired
    Max Orders

    Required numeric value.

    Default: 25

  • continue_on_error
    booleanrequired
    Continue On Error

    Required true-or-false value.

    Default: true

Outputs

  • successSuccess
  • candidates_selectedCandidates Selected
  • candidates_remainingCandidates Remaining
  • cost_writtenCost Written
  • no_received_poNo Received Po
  • no_usable_810No Usable 810
  • shared_po_skippedShared Po Skipped
  • order_errorsOrder Errors
  • shared_purchase_ordersShared Purchase Orders
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "max_orders",
    "continue_on_error"
  ],
  "properties": {
    "max_orders": {
      "type": "number",
      "default": 25,
      "description": "Required numeric value.",
      "x-workflow-field-type": "number"
    },
    "continue_on_error": {
      "type": "boolean",
      "default": true,
      "description": "Required true-or-false value.",
      "x-workflow-field-type": "boolean"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "cost_written": {},
    "order_errors": {},
    "no_usable_810": {},
    "no_received_po": {},
    "shared_po_skipped": {},
    "candidates_selected": {},
    "candidates_remaining": {},
    "shared_purchase_orders": {}
  },
  "additionalProperties": true
}
View all Brightree actions