Skip to Content
0
May 26, 2020 at 07:46 AM

setting Identified Stock Id in material Input task

99 Views

Hello,

I need to confirm a production task, and to assign an identified stock id to the material input using ABSL code

however, I could not find the "IdentifiedStockId" member in the inputmaterial node, without setting it, I'm getting an error message saying "Value for identified stock ID missing at Input Product"

I expect that this property will be available in MaterialInput :

ProductionOrd.ProductionLot.ConfirmationGroup.GetFirst().MaterialInput.GetFirst().IdentifiedStock.ID.content=="123"; // Identifier 'IdentifiedStock' does not exist

as it is on the materialOuput :

ProductionOrd.ProductionLot.ConfirmationGroup.GetFirst().MaterialOutput.GetFirst().IdentifiedStock.ID.content=="123";