IT/Enovia
MBOM Data 추출 MQL
[주원은지파파]
2009. 1. 19. 17:38
Part Master기준
expand bus 12416.19958.35156.54684 from relationship 'Part Revision' select rel id attribute.value where attribute[Plant ID]=='000000057' output E:\MBOMTEST\Part_Revision_000000057.txt;
expand bus 12416.19958.35156.54684 from relationship 'MBOM' select rel id attribute.value where attribute[Plant ID]=='000000057' output E:\MBOMTEST\MBOM_000000057.txt;
expand bus 12416.19958.35156.54684 to relationship 'Manufacturing Responsibility' select rel id attribute.value where from.attribute[Plant ID]=='000000057' output E:\MBOMTEST\Manufacturing_Responsibility_000000057.txt;