to get a personalized navigation.
to get a personalized navigation.
Is there a clever way for fetching the next availible supplier no when creating a new supplier?
mutation CreateSupplier($cid: Int!) {
useCompany(no: $cid) {
associate_create(
values: [{ name: "New fancy supplier" }]
suggest: { supplierNo: { from: 60000, to: 70000 } }
) {
items {
name
supplierNo
}
}
}
}
Copyright © 2022 Visma.com. All rights reserved.