Resolve Historical Order Costs
Perform Resolve Historical Order Costs through Brightree.
brightree_resolve_historical_order_costsreadbrightree
Inputs
- Max Orders
max_ordersnumberrequiredRequired numeric value.
Default:
25 - Continue On Error
continue_on_errorbooleanrequiredRequired true-or-false value.
Default:
true
Outputs
successSuccesscandidates_selectedCandidates Selectedcandidates_remainingCandidates Remainingcost_writtenCost Writtenno_received_poNo Received Pono_usable_810No Usable 810shared_po_skippedShared Po Skippedorder_errorsOrder Errorsshared_purchase_ordersShared Purchase OrderserrorError
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
}