We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3389542 commit 6b33763Copy full SHA for 6b33763
csfunctions/objects/part.py
@@ -234,6 +234,8 @@ class Material(BaseObject):
234
class BOMItem(BaseObject):
235
object_type: Literal[ObjectType.BOM_ITEM] = ObjectType.BOM_ITEM
236
237
+ cdb_object_id: str | None = Field(None, description="Object ID")
238
+
239
baugruppe: str | None = Field(None, description="Assembly")
240
b_index: str | None = Field(None, description="Assembly Index")
241
component_materialnr_erp: str | None = Field(None, description="Material Number ERP Component")
0 commit comments