Integrating with ERP Best Practices
Guide to Connecting ION to your ERP.
Best Practices
#1 Event-Driven Architectures
Workflow Tips
#1 Synching aBOMs from ION to ERP
query (
$filters: RunsInputFilters
) {
runs(
filters: $filters
) {
edges {
node {
title,
partInventory {
part {
partNumber
}
quantity
buildRequirements {
abomInstallations {
quantityInstalledPerParentPartInventory
partInventory {
location {
id
}
part {
partNumber
}
}
}
}
}
}
}
pageInfo {
hasNextPage
endCursor
}
}
}Last updated
Was this helpful?