Hi
I try to get the multilevel Bill of material of an item and I only get the first level. LN cloud. No sites implemented
My code is
domain tccprj oProject(100) based
domain tccwar oWarehouse(100) based
domain tcitem oItem(100) based
domain tcyesno oCustomizable(100) based
domain tcpono oPositionNumber(100) based
domain tcqiv1 oBomQuantity(100) based
long oNumberOfMaterials
domain tcmcs.s999m oExceptionMessage
long oExceptionID
ret = JobShopBillOfMaterial.Explode(
"",
txsls010.item,
"", | iBillOfMaterialCode,
"", | iRevision,
0, | iEffectivityUnit,
utc.num(), | iReferenceDate,
10, | iExplosionDepth,
true, | iMergeComponents,
false, | iApplyScrapYield,
true, | iExplodeLowestPhantoms,
oProject,
oWarehouse,
oItem,
oCustomizable,
oPositionNumber,
oBomQuantity,
oNumberOfMaterials,
oExceptionMessage,
oExceptionID )
Am I doing something wrong?