Types
UnlinkRunStepFromPurchaseOrderInput
Input for unlinking a run step from its purchase order line (POLI only). When the run step is part of a normalized batch and applyToAllRunStepsInBatch is true (the default), every batch sibling that currently has a POLI will also be unlinked. Set to false to unlink only the specified run step.
input
UnlinkRunStepFromPurchaseOrderInputFields
applyToAllRunStepsInBatch
Boolean
default:true
When true (the default) and the run step belongs to a normalized batch, every batch sibling that currently has a POLI is also unlinked, regardless of which PO line it sits on. When false, only the specified run step is unlinked. If the field is omitted or sent as null, the default (true) applies.
runStepId
Int!
required