diff --git a/docs/reference/objects.md b/docs/reference/objects.md index 250fbef..05a7368 100644 --- a/docs/reference/objects.md +++ b/docs/reference/objects.md @@ -2,614 +2,635 @@ ## BOMItem `csfunctions.objects.BOMItem` -| Attribute | Type | Description | -| ------------------------ | ------------- | ----------------------------- | -| baugruppe | str \| None | Assembly | -| b_index | str \| None | Assembly Index | -| component_materialnr_erp | str \| None | Material Number ERP Component | -| netto_durchm | float \| None | Net. Diameter | -| netto_hoehe | float \| None | Net. Height | -| netto_laenge | float \| None | Net. Length | -| netto_breite | float \| None | Net. Width | -| position | int \| None | Position | -| menge | float \| None | Quantity | -| stlbemerkung | str \| None | Remarks | -| mengeneinheit | str \| None | Unit of Measure | -| teilenummer | str | part number | -| t_index | str | part index | +|Attribute|Type|Description| +|-|-|-| +|baugruppe|str \| None|Assembly| +|b_index|str \| None|Assembly Index| +|component_materialnr_erp|str \| None|Material Number ERP Component| +|netto_durchm|float \| None|Net. Diameter| +|netto_hoehe|float \| None|Net. Height| +|netto_laenge|float \| None|Net. Length| +|netto_breite|float \| None|Net. Width| +|position|int \| None|Position| +|menge|float \| None|Quantity| +|stlbemerkung|str \| None|Remarks| +|mengeneinheit|str \| None|Unit of Measure| +|teilenummer|str|part number| +|t_index|str|part index| ## Briefcase `csfunctions.objects.Briefcase` Briefcases are used by Workflows and can contain parts, documents or engineering changes. -| Attribute | Type | Description | -| ---------------------- | ------------------------------------------------------- | ------------------------------------------------------------- | -| cdb_object_id | str | Briefcase ID | -| name | str \| None | Briefcase Name | -| part_ids | list[str] | List of part IDs in this Briefcase. (teilenummer@t_index) | -| document_ids | list[str] | List of document IDs in this Briefcase. (z_nummer@z_index) | -| engineering_change_ids | list[str] | List of engineering change IDs in this Briefcase. (cdb_ec_id) | -| parts | list[[Part](objects.md#part)] | | -| documents | list[[Document](objects.md#document)] | | -| engineering_changes | list[[EngineeringChange](objects.md#engineeringchange)] | | +|Attribute|Type|Description| +|-|-|-| +|cdb_object_id|str|Briefcase ID| +|name|str \| None|Briefcase Name| +|part_ids|list[str]|List of part IDs in this Briefcase. (teilenummer@t_index)| +|document_ids|list[str]|List of document IDs in this Briefcase. (z_nummer@z_index)| +|engineering_change_ids|list[str]|List of engineering change IDs in this Briefcase. (cdb_ec_id)| +|parts|list[[Part](objects.md#part)]|| +|documents|list[[Document](objects.md#document)]|| +|engineering_changes|list[[EngineeringChange](objects.md#engineeringchange)]|| ## Document `csfunctions.objects.Document` Normal Document that doesn't contain a CAD-Model. -| Attribute | Type | Description | -| ------------------------ | ---------------------------------------- | ---------------------------------- | -| z_nummer | str | document number | -| z_index | str | index | -| titel | str \| None | title | -| category1_name_en | str \| None | Main Category | -| category1_name_de | str \| None | Main Category | -| category2_name_en | str \| None | Category | -| category2_name_de | str \| None | Category | -| z_categ1 | str \| None | Main Category | -| z_categ2 | str \| None | Category | -| cdb_obsolete | int \| None | Obsolete | -| z_status | int | Status Number | -| z_status_txt | str | Status Text | -| autoren | str \| None | Authors, comma separated | -| z_bereich | str \| None | Department. | -| z_language | str \| None | language | -| keywords | str \| None | Keywords | -| z_bemerkung | str \| None | Remarks | -| joined_status_name | str \| None | Status | -| erzeug_system | str \| None | Program that created the document | -| cdb_lock | str \| None | User that locked the document. | -| mapped_cdb_lock_name | str \| None | Username that locked the document. | -| ce_valid_from | date \| datetime \| None | Effective from | -| ce_valid_to | date \| datetime \| None | Effective to | -| cdb_ec_id | str \| None | Engineering Change ID | -| ursprungs_z | str \| None | Origin | -| teilenummer | str \| None | Part No. | -| t_index | str \| None | Part Index | -| cdb_project_id | str \| None | Project No. | -| project_name | str \| None | Project Name | -| src_name | str \| None | Source | -| src_cdate | datetime \| None | Source created on | -| src_rdate | datetime \| None | Source received on | -| src_number | str \| None | Original No. | -| src_index | str \| None | Original Index | -| src_fname | str \| None | Original Filename | -| source_oid | str \| None | Based on Template | -| cdb_cpersno | str \| None | Created by | -| mapped_cdb_cpersno_name | str \| None | Created by | -| cdb_cdate | datetime \| None | Created on | -| cdb_mpersno | str \| None | Last Modified by | -| mapped_cdb_mpersno_name | str \| None | Last Modified by | -| cdb_mdate | datetime \| None | Last Modified on | -| cdb_m2persno | str \| None | File Last Saved by | -| mapped_cdb_m2persno_name | str \| None | File Last Saved by | -| cdb_m2date | datetime \| None | File Last Saved on | -| z_art | str \| None | Document Type | -| mapped_materialnr_erp | str \| None | Materialnumber ERP | -| cdb_object_id | str \| None | Object ID | -| cca_char_doc_1 | str \| None | Custom Char Field | -| cca_char_doc_2 | str \| None | Custom Char Field | -| cca_char_doc_3 | str \| None | Custom Char Field | -| cca_char_doc_4 | str \| None | Custom Char Field | -| cca_char_doc_5 | str \| None | Custom Char Field | -| cca_char_doc_6 | str \| None | Custom Char Field | -| cca_char_doc_7 | str \| None | Custom Char Field | -| cca_char_doc_8 | str \| None | Custom Char Field | -| cca_char_doc_9 | str \| None | Custom Char Field | -| cca_char_doc_10 | str \| None | Custom Char Field | -| cca_char_doc_11 | str \| None | Custom Char Field | -| cca_char_doc_12 | str \| None | Custom Char Field | -| cca_char_doc_13 | str \| None | Custom Char Field | -| cca_char_doc_14 | str \| None | Custom Char Field | -| cca_char_doc_15 | str \| None | Custom Char Field | -| cca_char_doc_16 | str \| None | Custom Char Field | -| cca_char_doc_17 | str \| None | Custom Char Field | -| cca_char_doc_18 | str \| None | Custom Char Field | -| cca_char_doc_19 | str \| None | Custom Char Field | -| cca_char_doc_20 | str \| None | Custom Char Field | -| cca_integer_doc_1 | int \| None | Custom Integer Field | -| cca_integer_doc_2 | int \| None | Custom Integer Field | -| cca_integer_doc_3 | int \| None | Custom Integer Field | -| cca_integer_doc_4 | int \| None | Custom Integer Field | -| cca_integer_doc_5 | int \| None | Custom Integer Field | -| cca_integer_doc_6 | int \| None | Custom Integer Field | -| cca_integer_doc_7 | int \| None | Custom Integer Field | -| cca_integer_doc_8 | int \| None | Custom Integer Field | -| cca_integer_doc_9 | int \| None | Custom Integer Field | -| cca_integer_doc_10 | int \| None | Custom Integer Field | -| cca_integer_doc_11 | int \| None | Custom Integer Field | -| cca_integer_doc_12 | int \| None | Custom Integer Field | -| cca_integer_doc_13 | int \| None | Custom Integer Field | -| cca_integer_doc_14 | int \| None | Custom Integer Field | -| cca_integer_doc_15 | int \| None | Custom Integer Field | -| cca_integer_doc_16 | int \| None | Custom Integer Field | -| cca_integer_doc_17 | int \| None | Custom Integer Field | -| cca_integer_doc_18 | int \| None | Custom Integer Field | -| cca_integer_doc_19 | int \| None | Custom Integer Field | -| cca_integer_doc_20 | int \| None | Custom Integer Field | -| cca_float_doc_1 | float \| None | Custom Float Field | -| cca_float_doc_2 | float \| None | Custom Float Field | -| cca_float_doc_3 | float \| None | Custom Float Field | -| cca_float_doc_4 | float \| None | Custom Float Field | -| cca_float_doc_5 | float \| None | Custom Float Field | -| cca_float_doc_6 | float \| None | Custom Float Field | -| cca_float_doc_7 | float \| None | Custom Float Field | -| cca_float_doc_8 | float \| None | Custom Float Field | -| cca_float_doc_9 | float \| None | Custom Float Field | -| cca_float_doc_10 | float \| None | Custom Float Field | -| cca_float_doc_11 | float \| None | Custom Float Field | -| cca_float_doc_12 | float \| None | Custom Float Field | -| cca_float_doc_13 | float \| None | Custom Float Field | -| cca_float_doc_14 | float \| None | Custom Float Field | -| cca_float_doc_15 | float \| None | Custom Float Field | -| cca_float_doc_16 | float \| None | Custom Float Field | -| cca_float_doc_17 | float \| None | Custom Float Field | -| cca_float_doc_18 | float \| None | Custom Float Field | -| cca_float_doc_19 | float \| None | Custom Float Field | -| cca_float_doc_20 | float \| None | Custom Float Field | -| cca_date_doc_2 | datetime \| None | Custom Date Field | -| cca_date_doc_3 | datetime \| None | Custom Date Field | -| cca_date_doc_4 | datetime \| None | Custom Date Field | -| cca_date_doc_5 | datetime \| None | Custom Date Field | -| cca_date_doc_6 | datetime \| None | Custom Date Field | -| cca_date_doc_7 | datetime \| None | Custom Date Field | -| cca_date_doc_8 | datetime \| None | Custom Date Field | -| cca_date_doc_9 | datetime \| None | Custom Date Field | -| cca_date_doc_10 | datetime \| None | Custom Date Field | -| cca_date_doc_11 | datetime \| None | Custom Date Field | -| cca_date_doc_12 | datetime \| None | Custom Date Field | -| cca_date_doc_13 | datetime \| None | Custom Date Field | -| cca_date_doc_14 | datetime \| None | Custom Date Field | -| cca_date_doc_15 | datetime \| None | Custom Date Field | -| cca_date_doc_16 | datetime \| None | Custom Date Field | -| cca_date_doc_17 | datetime \| None | Custom Date Field | -| cca_date_doc_18 | datetime \| None | Custom Date Field | -| cca_date_doc_19 | datetime \| None | Custom Date Field | -| cca_date_doc_20 | datetime \| None | Custom Date Field | -| cca_date_doc_1 | datetime \| None | Custom Date Field | -| cca_bool_doc_1 | bool \| None | Custom Boolean Field | -| cca_bool_doc_2 | bool \| None | Custom Boolean Field | -| cca_bool_doc_3 | bool \| None | Custom Boolean Field | -| cca_bool_doc_4 | bool \| None | Custom Boolean Field | -| cca_bool_doc_5 | bool \| None | Custom Boolean Field | -| cca_bool_doc_6 | bool \| None | Custom Boolean Field | -| cca_bool_doc_7 | bool \| None | Custom Boolean Field | -| cca_bool_doc_8 | bool \| None | Custom Boolean Field | -| cca_bool_doc_9 | bool \| None | Custom Boolean Field | -| cca_bool_doc_10 | bool \| None | Custom Boolean Field | -| cca_bool_doc_11 | bool \| None | Custom Boolean Field | -| cca_bool_doc_12 | bool \| None | Custom Boolean Field | -| cca_bool_doc_13 | bool \| None | Custom Boolean Field | -| cca_bool_doc_14 | bool \| None | Custom Boolean Field | -| cca_bool_doc_15 | bool \| None | Custom Boolean Field | -| cca_bool_doc_16 | bool \| None | Custom Boolean Field | -| cca_bool_doc_17 | bool \| None | Custom Boolean Field | -| cca_bool_doc_18 | bool \| None | Custom Boolean Field | -| cca_bool_doc_19 | bool \| None | Custom Boolean Field | -| cca_bool_doc_20 | bool \| None | Custom Boolean Field | -| cca_bigchar_doc_1 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_2 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_3 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_4 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_5 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_6 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_7 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_8 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_9 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_10 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_11 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_12 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_13 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_14 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_15 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_16 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_17 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_18 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_19 | str \| None | Custom BigChar Field | -| cca_bigchar_doc_20 | str \| None | Custom BigChar Field | -| cca_char_model_1 | str \| None | Custom Char Field | -| cca_char_model_2 | str \| None | Custom Char Field | -| cca_char_model_3 | str \| None | Custom Char Field | -| cca_char_model_4 | str \| None | Custom Char Field | -| cca_char_model_5 | str \| None | Custom Char Field | -| cca_char_model_6 | str \| None | Custom Char Field | -| cca_char_model_7 | str \| None | Custom Char Field | -| cca_char_model_8 | str \| None | Custom Char Field | -| cca_char_model_9 | str \| None | Custom Char Field | -| cca_char_model_10 | str \| None | Custom Char Field | -| cca_char_model_11 | str \| None | Custom Char Field | -| cca_char_model_12 | str \| None | Custom Char Field | -| cca_char_model_13 | str \| None | Custom Char Field | -| cca_char_model_14 | str \| None | Custom Char Field | -| cca_char_model_15 | str \| None | Custom Char Field | -| cca_char_model_16 | str \| None | Custom Char Field | -| cca_char_model_17 | str \| None | Custom Char Field | -| cca_char_model_18 | str \| None | Custom Char Field | -| cca_char_model_19 | str \| None | Custom Char Field | -| cca_char_model_20 | str \| None | Custom Char Field | -| cca_bigchar_model_1 | str \| None | Custom BigChar Field | -| cca_bigchar_model_2 | str \| None | Custom BigChar Field | -| cca_bigchar_model_3 | str \| None | Custom BigChar Field | -| cca_bigchar_model_4 | str \| None | Custom BigChar Field | -| cca_bigchar_model_5 | str \| None | Custom BigChar Field | -| cca_bigchar_model_6 | str \| None | Custom BigChar Field | -| cca_bigchar_model_7 | str \| None | Custom BigChar Field | -| cca_bigchar_model_8 | str \| None | Custom BigChar Field | -| cca_bigchar_model_9 | str \| None | Custom BigChar Field | -| cca_bigchar_model_10 | str \| None | Custom BigChar Field | -| cca_bigchar_model_11 | str \| None | Custom BigChar Field | -| cca_bigchar_model_12 | str \| None | Custom BigChar Field | -| cca_bigchar_model_13 | str \| None | Custom BigChar Field | -| cca_bigchar_model_14 | str \| None | Custom BigChar Field | -| cca_bigchar_model_15 | str \| None | Custom BigChar Field | -| cca_bigchar_model_16 | str \| None | Custom BigChar Field | -| cca_bigchar_model_17 | str \| None | Custom BigChar Field | -| cca_bigchar_model_18 | str \| None | Custom BigChar Field | -| cca_bigchar_model_19 | str \| None | Custom BigChar Field | -| cca_bigchar_model_20 | str \| None | Custom BigChar Field | -| cca_integer_model_1 | int \| None | Custom Integer Field | -| cca_integer_model_2 | int \| None | Custom Integer Field | -| cca_integer_model_3 | int \| None | Custom Integer Field | -| cca_integer_model_4 | int \| None | Custom Integer Field | -| cca_integer_model_5 | int \| None | Custom Integer Field | -| cca_integer_model_6 | int \| None | Custom Integer Field | -| cca_integer_model_7 | int \| None | Custom Integer Field | -| cca_integer_model_8 | int \| None | Custom Integer Field | -| cca_integer_model_9 | int \| None | Custom Integer Field | -| cca_integer_model_10 | int \| None | Custom Integer Field | -| cca_integer_model_11 | int \| None | Custom Integer Field | -| cca_integer_model_12 | int \| None | Custom Integer Field | -| cca_integer_model_13 | int \| None | Custom Integer Field | -| cca_integer_model_14 | int \| None | Custom Integer Field | -| cca_integer_model_15 | int \| None | Custom Integer Field | -| cca_integer_model_16 | int \| None | Custom Integer Field | -| cca_integer_model_17 | int \| None | Custom Integer Field | -| cca_integer_model_18 | int \| None | Custom Integer Field | -| cca_integer_model_19 | int \| None | Custom Integer Field | -| cca_integer_model_20 | int \| None | Custom Integer Field | -| cca_float_model_1 | float \| None | Custom Float Field | -| cca_float_model_2 | float \| None | Custom Float Field | -| cca_float_model_3 | float \| None | Custom Float Field | -| cca_float_model_4 | float \| None | Custom Float Field | -| cca_float_model_5 | float \| None | Custom Float Field | -| cca_float_model_6 | float \| None | Custom Float Field | -| cca_float_model_7 | float \| None | Custom Float Field | -| cca_float_model_8 | float \| None | Custom Float Field | -| cca_float_model_9 | float \| None | Custom Float Field | -| cca_float_model_10 | float \| None | Custom Float Field | -| cca_float_model_11 | float \| None | Custom Float Field | -| cca_float_model_12 | float \| None | Custom Float Field | -| cca_float_model_13 | float \| None | Custom Float Field | -| cca_float_model_14 | float \| None | Custom Float Field | -| cca_float_model_15 | float \| None | Custom Float Field | -| cca_float_model_16 | float \| None | Custom Float Field | -| cca_float_model_17 | float \| None | Custom Float Field | -| cca_float_model_18 | float \| None | Custom Float Field | -| cca_float_model_19 | float \| None | Custom Float Field | -| cca_float_model_20 | float \| None | Custom Float Field | -| cca_bool_model_1 | bool \| None | Custom Boolean Field | -| cca_bool_model_2 | bool \| None | Custom Boolean Field | -| cca_bool_model_3 | bool \| None | Custom Boolean Field | -| cca_bool_model_4 | bool \| None | Custom Boolean Field | -| cca_bool_model_5 | bool \| None | Custom Boolean Field | -| cca_bool_model_6 | bool \| None | Custom Boolean Field | -| cca_bool_model_7 | bool \| None | Custom Boolean Field | -| cca_bool_model_8 | bool \| None | Custom Boolean Field | -| cca_bool_model_9 | bool \| None | Custom Boolean Field | -| cca_bool_model_10 | bool \| None | Custom Boolean Field | -| cca_bool_model_11 | bool \| None | Custom Boolean Field | -| cca_bool_model_12 | bool \| None | Custom Boolean Field | -| cca_bool_model_13 | bool \| None | Custom Boolean Field | -| cca_bool_model_14 | bool \| None | Custom Boolean Field | -| cca_bool_model_15 | bool \| None | Custom Boolean Field | -| cca_bool_model_16 | bool \| None | Custom Boolean Field | -| cca_bool_model_17 | bool \| None | Custom Boolean Field | -| cca_bool_model_18 | bool \| None | Custom Boolean Field | -| cca_bool_model_19 | bool \| None | Custom Boolean Field | -| cca_bool_model_20 | bool \| None | Custom Boolean Field | -| cca_date_model_1 | datetime \| None | Custom Date Field | -| cca_date_model_2 | datetime \| None | Custom Date Field | -| cca_date_model_3 | datetime \| None | Custom Date Field | -| cca_date_model_4 | datetime \| None | Custom Date Field | -| cca_date_model_5 | datetime \| None | Custom Date Field | -| cca_date_model_6 | datetime \| None | Custom Date Field | -| cca_date_model_7 | datetime \| None | Custom Date Field | -| cca_date_model_8 | datetime \| None | Custom Date Field | -| cca_date_model_9 | datetime \| None | Custom Date Field | -| cca_date_model_10 | datetime \| None | Custom Date Field | -| cca_date_model_11 | datetime \| None | Custom Date Field | -| cca_date_model_12 | datetime \| None | Custom Date Field | -| cca_date_model_13 | datetime \| None | Custom Date Field | -| cca_date_model_14 | datetime \| None | Custom Date Field | -| cca_date_model_15 | datetime \| None | Custom Date Field | -| cca_date_model_16 | datetime \| None | Custom Date Field | -| cca_date_model_17 | datetime \| None | Custom Date Field | -| cca_date_model_18 | datetime \| None | Custom Date Field | -| cca_date_model_19 | datetime \| None | Custom Date Field | -| cca_date_model_20 | datetime \| None | Custom Date Field | -| files | list[[File](objects.md#file)] | Files attached to the document | -| part | typing.Optional[[Part](objects.md#part)] | | +|Attribute|Type|Description| +|-|-|-| +|z_nummer|str|document number| +|z_index|str|index| +|titel|str \| None|title| +|category1_name_en|str \| None|Main Category| +|category1_name_de|str \| None|Main Category| +|category2_name_en|str \| None|Category| +|category2_name_de|str \| None|Category| +|z_categ1|str \| None|Main Category| +|z_categ2|str \| None|Category| +|cdb_obsolete|int \| None|Obsolete| +|z_status|int|Status Number| +|z_status_txt|str|Status Text| +|autoren|str \| None|Authors, comma separated| +|z_bereich|str \| None|Department.| +|z_language|str \| None|language| +|keywords|str \| None|Keywords| +|z_bemerkung|str \| None|Remarks| +|joined_status_name|str \| None|Status| +|erzeug_system|str \| None|Program that created the document| +|cdb_lock|str \| None|User that locked the document.| +|mapped_cdb_lock_name|str \| None|Username that locked the document.| +|ce_valid_from|date \| datetime \| None|Effective from| +|ce_valid_to|date \| datetime \| None|Effective to| +|cdb_ec_id|str \| None|Engineering Change ID| +|ursprungs_z|str \| None|Origin| +|teilenummer|str \| None|Part No.| +|t_index|str \| None|Part Index| +|cdb_project_id|str \| None|Project No.| +|project_name|str \| None|Project Name| +|src_name|str \| None|Source| +|src_cdate|datetime \| None|Source created on| +|src_rdate|datetime \| None|Source received on| +|src_number|str \| None|Original No.| +|src_index|str \| None|Original Index| +|src_fname|str \| None|Original Filename| +|source_oid|str \| None|Based on Template| +|cdb_cpersno|str \| None|Created by| +|mapped_cdb_cpersno_name|str \| None|Created by| +|cdb_cdate|datetime \| None|Created on| +|cdb_mpersno|str \| None|Last Modified by| +|mapped_cdb_mpersno_name|str \| None|Last Modified by| +|cdb_mdate|datetime \| None|Last Modified on| +|cdb_m2persno|str \| None|File Last Saved by| +|mapped_cdb_m2persno_name|str \| None|File Last Saved by| +|cdb_m2date|datetime \| None|File Last Saved on| +|z_art|str \| None|Document Type| +|mapped_materialnr_erp|str \| None|Materialnumber ERP| +|cdb_object_id|str \| None|Object ID| +|cca_char_doc_1|str \| None|Custom Char Field| +|cca_char_doc_2|str \| None|Custom Char Field| +|cca_char_doc_3|str \| None|Custom Char Field| +|cca_char_doc_4|str \| None|Custom Char Field| +|cca_char_doc_5|str \| None|Custom Char Field| +|cca_char_doc_6|str \| None|Custom Char Field| +|cca_char_doc_7|str \| None|Custom Char Field| +|cca_char_doc_8|str \| None|Custom Char Field| +|cca_char_doc_9|str \| None|Custom Char Field| +|cca_char_doc_10|str \| None|Custom Char Field| +|cca_char_doc_11|str \| None|Custom Char Field| +|cca_char_doc_12|str \| None|Custom Char Field| +|cca_char_doc_13|str \| None|Custom Char Field| +|cca_char_doc_14|str \| None|Custom Char Field| +|cca_char_doc_15|str \| None|Custom Char Field| +|cca_char_doc_16|str \| None|Custom Char Field| +|cca_char_doc_17|str \| None|Custom Char Field| +|cca_char_doc_18|str \| None|Custom Char Field| +|cca_char_doc_19|str \| None|Custom Char Field| +|cca_char_doc_20|str \| None|Custom Char Field| +|cca_integer_doc_1|int \| None|Custom Integer Field| +|cca_integer_doc_2|int \| None|Custom Integer Field| +|cca_integer_doc_3|int \| None|Custom Integer Field| +|cca_integer_doc_4|int \| None|Custom Integer Field| +|cca_integer_doc_5|int \| None|Custom Integer Field| +|cca_integer_doc_6|int \| None|Custom Integer Field| +|cca_integer_doc_7|int \| None|Custom Integer Field| +|cca_integer_doc_8|int \| None|Custom Integer Field| +|cca_integer_doc_9|int \| None|Custom Integer Field| +|cca_integer_doc_10|int \| None|Custom Integer Field| +|cca_integer_doc_11|int \| None|Custom Integer Field| +|cca_integer_doc_12|int \| None|Custom Integer Field| +|cca_integer_doc_13|int \| None|Custom Integer Field| +|cca_integer_doc_14|int \| None|Custom Integer Field| +|cca_integer_doc_15|int \| None|Custom Integer Field| +|cca_integer_doc_16|int \| None|Custom Integer Field| +|cca_integer_doc_17|int \| None|Custom Integer Field| +|cca_integer_doc_18|int \| None|Custom Integer Field| +|cca_integer_doc_19|int \| None|Custom Integer Field| +|cca_integer_doc_20|int \| None|Custom Integer Field| +|cca_float_doc_1|float \| None|Custom Float Field| +|cca_float_doc_2|float \| None|Custom Float Field| +|cca_float_doc_3|float \| None|Custom Float Field| +|cca_float_doc_4|float \| None|Custom Float Field| +|cca_float_doc_5|float \| None|Custom Float Field| +|cca_float_doc_6|float \| None|Custom Float Field| +|cca_float_doc_7|float \| None|Custom Float Field| +|cca_float_doc_8|float \| None|Custom Float Field| +|cca_float_doc_9|float \| None|Custom Float Field| +|cca_float_doc_10|float \| None|Custom Float Field| +|cca_float_doc_11|float \| None|Custom Float Field| +|cca_float_doc_12|float \| None|Custom Float Field| +|cca_float_doc_13|float \| None|Custom Float Field| +|cca_float_doc_14|float \| None|Custom Float Field| +|cca_float_doc_15|float \| None|Custom Float Field| +|cca_float_doc_16|float \| None|Custom Float Field| +|cca_float_doc_17|float \| None|Custom Float Field| +|cca_float_doc_18|float \| None|Custom Float Field| +|cca_float_doc_19|float \| None|Custom Float Field| +|cca_float_doc_20|float \| None|Custom Float Field| +|cca_date_doc_2|datetime \| None|Custom Date Field| +|cca_date_doc_3|datetime \| None|Custom Date Field| +|cca_date_doc_4|datetime \| None|Custom Date Field| +|cca_date_doc_5|datetime \| None|Custom Date Field| +|cca_date_doc_6|datetime \| None|Custom Date Field| +|cca_date_doc_7|datetime \| None|Custom Date Field| +|cca_date_doc_8|datetime \| None|Custom Date Field| +|cca_date_doc_9|datetime \| None|Custom Date Field| +|cca_date_doc_10|datetime \| None|Custom Date Field| +|cca_date_doc_11|datetime \| None|Custom Date Field| +|cca_date_doc_12|datetime \| None|Custom Date Field| +|cca_date_doc_13|datetime \| None|Custom Date Field| +|cca_date_doc_14|datetime \| None|Custom Date Field| +|cca_date_doc_15|datetime \| None|Custom Date Field| +|cca_date_doc_16|datetime \| None|Custom Date Field| +|cca_date_doc_17|datetime \| None|Custom Date Field| +|cca_date_doc_18|datetime \| None|Custom Date Field| +|cca_date_doc_19|datetime \| None|Custom Date Field| +|cca_date_doc_20|datetime \| None|Custom Date Field| +|cca_date_doc_1|datetime \| None|Custom Date Field| +|cca_bool_doc_1|bool \| None|Custom Boolean Field| +|cca_bool_doc_2|bool \| None|Custom Boolean Field| +|cca_bool_doc_3|bool \| None|Custom Boolean Field| +|cca_bool_doc_4|bool \| None|Custom Boolean Field| +|cca_bool_doc_5|bool \| None|Custom Boolean Field| +|cca_bool_doc_6|bool \| None|Custom Boolean Field| +|cca_bool_doc_7|bool \| None|Custom Boolean Field| +|cca_bool_doc_8|bool \| None|Custom Boolean Field| +|cca_bool_doc_9|bool \| None|Custom Boolean Field| +|cca_bool_doc_10|bool \| None|Custom Boolean Field| +|cca_bool_doc_11|bool \| None|Custom Boolean Field| +|cca_bool_doc_12|bool \| None|Custom Boolean Field| +|cca_bool_doc_13|bool \| None|Custom Boolean Field| +|cca_bool_doc_14|bool \| None|Custom Boolean Field| +|cca_bool_doc_15|bool \| None|Custom Boolean Field| +|cca_bool_doc_16|bool \| None|Custom Boolean Field| +|cca_bool_doc_17|bool \| None|Custom Boolean Field| +|cca_bool_doc_18|bool \| None|Custom Boolean Field| +|cca_bool_doc_19|bool \| None|Custom Boolean Field| +|cca_bool_doc_20|bool \| None|Custom Boolean Field| +|cca_bigchar_doc_1|str \| None|Custom BigChar Field| +|cca_bigchar_doc_2|str \| None|Custom BigChar Field| +|cca_bigchar_doc_3|str \| None|Custom BigChar Field| +|cca_bigchar_doc_4|str \| None|Custom BigChar Field| +|cca_bigchar_doc_5|str \| None|Custom BigChar Field| +|cca_bigchar_doc_6|str \| None|Custom BigChar Field| +|cca_bigchar_doc_7|str \| None|Custom BigChar Field| +|cca_bigchar_doc_8|str \| None|Custom BigChar Field| +|cca_bigchar_doc_9|str \| None|Custom BigChar Field| +|cca_bigchar_doc_10|str \| None|Custom BigChar Field| +|cca_bigchar_doc_11|str \| None|Custom BigChar Field| +|cca_bigchar_doc_12|str \| None|Custom BigChar Field| +|cca_bigchar_doc_13|str \| None|Custom BigChar Field| +|cca_bigchar_doc_14|str \| None|Custom BigChar Field| +|cca_bigchar_doc_15|str \| None|Custom BigChar Field| +|cca_bigchar_doc_16|str \| None|Custom BigChar Field| +|cca_bigchar_doc_17|str \| None|Custom BigChar Field| +|cca_bigchar_doc_18|str \| None|Custom BigChar Field| +|cca_bigchar_doc_19|str \| None|Custom BigChar Field| +|cca_bigchar_doc_20|str \| None|Custom BigChar Field| +|cca_char_model_1|str \| None|Custom Char Field| +|cca_char_model_2|str \| None|Custom Char Field| +|cca_char_model_3|str \| None|Custom Char Field| +|cca_char_model_4|str \| None|Custom Char Field| +|cca_char_model_5|str \| None|Custom Char Field| +|cca_char_model_6|str \| None|Custom Char Field| +|cca_char_model_7|str \| None|Custom Char Field| +|cca_char_model_8|str \| None|Custom Char Field| +|cca_char_model_9|str \| None|Custom Char Field| +|cca_char_model_10|str \| None|Custom Char Field| +|cca_char_model_11|str \| None|Custom Char Field| +|cca_char_model_12|str \| None|Custom Char Field| +|cca_char_model_13|str \| None|Custom Char Field| +|cca_char_model_14|str \| None|Custom Char Field| +|cca_char_model_15|str \| None|Custom Char Field| +|cca_char_model_16|str \| None|Custom Char Field| +|cca_char_model_17|str \| None|Custom Char Field| +|cca_char_model_18|str \| None|Custom Char Field| +|cca_char_model_19|str \| None|Custom Char Field| +|cca_char_model_20|str \| None|Custom Char Field| +|cca_bigchar_model_1|str \| None|Custom BigChar Field| +|cca_bigchar_model_2|str \| None|Custom BigChar Field| +|cca_bigchar_model_3|str \| None|Custom BigChar Field| +|cca_bigchar_model_4|str \| None|Custom BigChar Field| +|cca_bigchar_model_5|str \| None|Custom BigChar Field| +|cca_bigchar_model_6|str \| None|Custom BigChar Field| +|cca_bigchar_model_7|str \| None|Custom BigChar Field| +|cca_bigchar_model_8|str \| None|Custom BigChar Field| +|cca_bigchar_model_9|str \| None|Custom BigChar Field| +|cca_bigchar_model_10|str \| None|Custom BigChar Field| +|cca_bigchar_model_11|str \| None|Custom BigChar Field| +|cca_bigchar_model_12|str \| None|Custom BigChar Field| +|cca_bigchar_model_13|str \| None|Custom BigChar Field| +|cca_bigchar_model_14|str \| None|Custom BigChar Field| +|cca_bigchar_model_15|str \| None|Custom BigChar Field| +|cca_bigchar_model_16|str \| None|Custom BigChar Field| +|cca_bigchar_model_17|str \| None|Custom BigChar Field| +|cca_bigchar_model_18|str \| None|Custom BigChar Field| +|cca_bigchar_model_19|str \| None|Custom BigChar Field| +|cca_bigchar_model_20|str \| None|Custom BigChar Field| +|cca_integer_model_1|int \| None|Custom Integer Field| +|cca_integer_model_2|int \| None|Custom Integer Field| +|cca_integer_model_3|int \| None|Custom Integer Field| +|cca_integer_model_4|int \| None|Custom Integer Field| +|cca_integer_model_5|int \| None|Custom Integer Field| +|cca_integer_model_6|int \| None|Custom Integer Field| +|cca_integer_model_7|int \| None|Custom Integer Field| +|cca_integer_model_8|int \| None|Custom Integer Field| +|cca_integer_model_9|int \| None|Custom Integer Field| +|cca_integer_model_10|int \| None|Custom Integer Field| +|cca_integer_model_11|int \| None|Custom Integer Field| +|cca_integer_model_12|int \| None|Custom Integer Field| +|cca_integer_model_13|int \| None|Custom Integer Field| +|cca_integer_model_14|int \| None|Custom Integer Field| +|cca_integer_model_15|int \| None|Custom Integer Field| +|cca_integer_model_16|int \| None|Custom Integer Field| +|cca_integer_model_17|int \| None|Custom Integer Field| +|cca_integer_model_18|int \| None|Custom Integer Field| +|cca_integer_model_19|int \| None|Custom Integer Field| +|cca_integer_model_20|int \| None|Custom Integer Field| +|cca_float_model_1|float \| None|Custom Float Field| +|cca_float_model_2|float \| None|Custom Float Field| +|cca_float_model_3|float \| None|Custom Float Field| +|cca_float_model_4|float \| None|Custom Float Field| +|cca_float_model_5|float \| None|Custom Float Field| +|cca_float_model_6|float \| None|Custom Float Field| +|cca_float_model_7|float \| None|Custom Float Field| +|cca_float_model_8|float \| None|Custom Float Field| +|cca_float_model_9|float \| None|Custom Float Field| +|cca_float_model_10|float \| None|Custom Float Field| +|cca_float_model_11|float \| None|Custom Float Field| +|cca_float_model_12|float \| None|Custom Float Field| +|cca_float_model_13|float \| None|Custom Float Field| +|cca_float_model_14|float \| None|Custom Float Field| +|cca_float_model_15|float \| None|Custom Float Field| +|cca_float_model_16|float \| None|Custom Float Field| +|cca_float_model_17|float \| None|Custom Float Field| +|cca_float_model_18|float \| None|Custom Float Field| +|cca_float_model_19|float \| None|Custom Float Field| +|cca_float_model_20|float \| None|Custom Float Field| +|cca_bool_model_1|bool \| None|Custom Boolean Field| +|cca_bool_model_2|bool \| None|Custom Boolean Field| +|cca_bool_model_3|bool \| None|Custom Boolean Field| +|cca_bool_model_4|bool \| None|Custom Boolean Field| +|cca_bool_model_5|bool \| None|Custom Boolean Field| +|cca_bool_model_6|bool \| None|Custom Boolean Field| +|cca_bool_model_7|bool \| None|Custom Boolean Field| +|cca_bool_model_8|bool \| None|Custom Boolean Field| +|cca_bool_model_9|bool \| None|Custom Boolean Field| +|cca_bool_model_10|bool \| None|Custom Boolean Field| +|cca_bool_model_11|bool \| None|Custom Boolean Field| +|cca_bool_model_12|bool \| None|Custom Boolean Field| +|cca_bool_model_13|bool \| None|Custom Boolean Field| +|cca_bool_model_14|bool \| None|Custom Boolean Field| +|cca_bool_model_15|bool \| None|Custom Boolean Field| +|cca_bool_model_16|bool \| None|Custom Boolean Field| +|cca_bool_model_17|bool \| None|Custom Boolean Field| +|cca_bool_model_18|bool \| None|Custom Boolean Field| +|cca_bool_model_19|bool \| None|Custom Boolean Field| +|cca_bool_model_20|bool \| None|Custom Boolean Field| +|cca_date_model_1|datetime \| None|Custom Date Field| +|cca_date_model_2|datetime \| None|Custom Date Field| +|cca_date_model_3|datetime \| None|Custom Date Field| +|cca_date_model_4|datetime \| None|Custom Date Field| +|cca_date_model_5|datetime \| None|Custom Date Field| +|cca_date_model_6|datetime \| None|Custom Date Field| +|cca_date_model_7|datetime \| None|Custom Date Field| +|cca_date_model_8|datetime \| None|Custom Date Field| +|cca_date_model_9|datetime \| None|Custom Date Field| +|cca_date_model_10|datetime \| None|Custom Date Field| +|cca_date_model_11|datetime \| None|Custom Date Field| +|cca_date_model_12|datetime \| None|Custom Date Field| +|cca_date_model_13|datetime \| None|Custom Date Field| +|cca_date_model_14|datetime \| None|Custom Date Field| +|cca_date_model_15|datetime \| None|Custom Date Field| +|cca_date_model_16|datetime \| None|Custom Date Field| +|cca_date_model_17|datetime \| None|Custom Date Field| +|cca_date_model_18|datetime \| None|Custom Date Field| +|cca_date_model_19|datetime \| None|Custom Date Field| +|cca_date_model_20|datetime \| None|Custom Date Field| +|files|list[[File](objects.md#file)]|Files attached to the document| +|part|typing.Optional[[Part](objects.md#part)]|| ## EngineeringChange `csfunctions.objects.EngineeringChange` -| Attribute | Type | Description | -| ---------------------------- | ------------------------------------- | ------------------------------------------------------------------------- | -| cdb_ec_id | str | Engineering Change ID | -| cdb_project_id | str \| None | Project ID | -| ec_state | str | | -| end_time_plan | datetime \| None | Planned end time | -| status | int | Status | -| title | str \| None | Title | -| template_ec_id | str \| None | Template ID | -| cdb_object_id | str \| None | Object ID | -| c_department | str \| None | Department | -| c_description | str \| None | Description | -| c_event | str \| None | Event | -| c_reason | str \| None | Reason | -| c_source | str \| None | Source | -| category | str \| None | Category | -| part_ids | list[str] | List of part IDs, that were changed. (teilenummer@t_index) | -| document_ids | list[str] | List of document IDs, that were changed. (z_nummer@z_index) | -| planned_changes_part_ids | list[str] | List of part IDs, that were planned to be changed. (teilenummer@t_index) | -| planned_changes_document_ids | list[str] | List of document IDs, that were planned to be changed. (z_nummer@z_index) | -| accompanying_document_ids | list[str] | List of document IDs, that accompany the change. (z_nummer@z_index) | -| parts | list[[Part](objects.md#part)] | | -| documents | list[[Document](objects.md#document)] | | -| planned_changes_parts | list[[Part](objects.md#part)] | | -| planned_changes_documents | list[[Document](objects.md#document)] | | -| accompanying_documents | list[[Document](objects.md#document)] | | -| cdb_cpersno | str \| None | Created by | -| cdb_cdate | datetime \| None | Created on | -| cdb_mpersno | str | Last Modified by | -| cdb_mdate | datetime \| None | Last Modified on | +|Attribute|Type|Description| +|-|-|-| +|cdb_ec_id|str|Engineering Change ID| +|cdb_project_id|str \| None|Project ID| +|ec_state|str|| +|end_time_plan|datetime \| None|Planned end time| +|status|int|Status| +|title|str \| None|Title| +|template_ec_id|str \| None|Template ID| +|cdb_object_id|str \| None|Object ID| +|c_department|str \| None|Department| +|c_description|str \| None|Description| +|c_event|str \| None|Event| +|c_reason|str \| None|Reason| +|c_source|str \| None|Source| +|category|str \| None|Category| +|part_ids|list[str]|List of part IDs, that were changed. (teilenummer@t_index)| +|document_ids|list[str]|List of document IDs, that were changed. (z_nummer@z_index)| +|planned_changes_part_ids|list[str]|List of part IDs, that were planned to be changed. (teilenummer@t_index)| +|planned_changes_document_ids|list[str]|List of document IDs, that were planned to be changed. (z_nummer@z_index)| +|accompanying_document_ids|list[str]|List of document IDs, that accompany the change. (z_nummer@z_index)| +|parts|list[[Part](objects.md#part)]|| +|documents|list[[Document](objects.md#document)]|| +|planned_changes_parts|list[[Part](objects.md#part)]|| +|planned_changes_documents|list[[Document](objects.md#document)]|| +|accompanying_documents|list[[Document](objects.md#document)]|| +|cdb_cpersno|str \| None|Created by| +|cdb_cdate|datetime \| None|Created on| +|cdb_mpersno|str|Last Modified by| +|cdb_mdate|datetime \| None|Last Modified on| ## File `csfunctions.objects.File` -| Attribute | Type | Description | -| ----------------------- | ---------------- | ------------------ | -| cdb_object_id | str | ID | -| cdbf_name | str \| None | file name | -| cdbf_type | str \| None | file type | -| cdb_cpersno | str \| None | Created by | -| mapped_cdb_cpersno_name | str \| None | Created by | -| cdb_cdate | datetime \| None | Created on | -| cdb_mpersno | str \| None | Last Modified by | -| mapped_cdb_mpersno_name | str \| None | Last Modified by | -| cdb_mdate | datetime \| None | Last Modified on | -| blob_url | str \| None | Presigned Blob URL | +|Attribute|Type|Description| +|-|-|-| +|cdb_object_id|str|ID| +|cdbf_name|str \| None|file name| +|cdbf_type|str \| None|file type| +|cdb_cpersno|str \| None|Created by| +|mapped_cdb_cpersno_name|str \| None|Created by| +|cdb_cdate|datetime \| None|Created on| +|cdb_mpersno|str \| None|Last Modified by| +|mapped_cdb_mpersno_name|str \| None|Last Modified by| +|cdb_mdate|datetime \| None|Last Modified on| +|blob_url|str \| None|Presigned Blob URL| ## Material `csfunctions.objects.Material` -| Attribute | Type | Description | -| -------------- | ----------- | -------------- | -| cdb_object_id | str \| None | Object ID | -| material_index | str \| None | Material Index | -| material_id | str \| None | Material ID | -| name_de | str \| None | Name DE | -| name_en | str \| None | Name EN | +|Attribute|Type|Description| +|-|-|-| +|cdb_object_id|str \| None|Object ID| +|material_index|str \| None|Material Index| +|material_id|str \| None|Material ID| +|name_de|str \| None|Name DE| +|name_en|str \| None|Name EN| +|short_name|str \| None|Short Name| +|application|str \| None|Applications| +|remark|str \| None|Remarks| ## ObjectPropertyValue `csfunctions.objects.ObjectPropertyValue` An objects property, used by classification. -| Attribute | Type | Description | -| ---------------------- | ---------------- | ---------------------- | -| ref_object_id | str | Referenced Object | -| boolean_value | int \| None | Boolean Value | -| datetime_value | datetime \| None | Datetime Value | -| float_value | float \| None | Float Value | -| float_value_normalized | float \| None | Float Value Normalized | -| integer_value | int \| None | Integer Value | -| iso_language_code | str \| None | ISO Language Code | -| value_pos | int \| None | Position | -| property_code | str \| None | Property Code | -| property_path | str \| None | Property Path | -| property_type | str \| None | Property Type | -| range_identifier | str \| None | Range ID | -| text_value | str \| None | Text | +|Attribute|Type|Description| +|-|-|-| +|ref_object_id|str|Referenced Object| +|boolean_value|int \| None|Boolean Value| +|datetime_value|datetime \| None|Datetime Value| +|float_value|float \| None|Float Value| +|float_value_normalized|float \| None|Float Value Normalized| +|integer_value|int \| None|Integer Value| +|iso_language_code|str \| None|ISO Language Code| +|value_pos|int \| None|Position| +|property_code|str \| None|Property Code| +|property_path|str \| None|Property Path| +|property_type|str \| None|Property Type| +|range_identifier|str \| None|Range ID| +|text_value|str \| None|Text| ## Part `csfunctions.objects.Part` -| Attribute | Type | Description | -| ----------------------- | ------------------------------------- | ----------------------------------------------------------- | -| teilenummer | str | part number | -| t_index | str | part index | -| status | int | Status Number | -| materialnr_erp | str \| None | Material No. (ERP) | -| benennung | str \| None | Name | -| eng_benennung | str \| None | Name | -| benennung2 | str \| None | Additional Name | -| t_kategorie_name_de | str \| None | Category Name | -| t_kategorie_name_en | str \| None | Category Name | -| cdb_t_project_id | str \| None | Project ID | -| t_bereich | str \| None | Department | -| cdb_t_ec_id | str \| None | Engineering Change ID | -| item_maturity | int \| None | Maturity Level | -| gebrauchsstand_name_de | str \| None | Usage Status | -| gebrauchsstand_name_en | str \| None | Usage Status | -| ce_valid_from | date \| datetime \| None | Effective from | -| ce_valid_to | date \| datetime \| None | Effective to | -| mengeneinheit_name_de | str \| None | Quantity Unit | -| mengeneinheit_name_en | str \| None | Quantity Unit | -| st_gewicht | typing.Optional[float] | Weight (kg) | -| material_object_id | str \| None | Material ID | -| surface_name_en | str \| None | Surface | -| surface_name_de | str \| None | Surface | -| techdaten | str \| None | Engineering Data | -| cssaas_mirrored_from | str \| None | Mirror Part ID | -| t_ersatz_fuer | str \| None | Replacement for | -| t_ersatz_durch | str \| None | Replaced by | -| din | str \| None | Norms | -| bemerkung | str \| None | Remarks | -| cdb_copy_of_item_id | str \| None | Copy of ID | -| type_object_id | str \| None | BOM Type ID | -| cdb_depends_on | str \| None | Derived from | -| site_object_id | str \| None | Plant | -| cssaas_frame_add_attr_1 | str \| None | Additional Attribute 1 | -| cssaas_frame_add_attr_2 | str \| None | Additional Attribute 2 | -| cssaas_frame_add_attr_3 | str \| None | Additional Attribute 3 | -| cssaas_frame_add_attr_4 | str \| None | Additional Attribute 4 | -| cssaas_frame_add_attr_5 | str \| None | Additional Attribute 5 | -| cdb_cpersno | str \| None | Created by | -| cdb_cpersno_name | str \| None | Created by | -| cdb_cdate | datetime \| None | Created on | -| cdb_mpersno | str \| None | Last Modified by | -| cdb_mpersno_name | str \| None | Last Modified by | -| cdb_mdate | datetime \| None | Last Modified on | -| cdb_m2persno | str \| None | File Last Saved by | -| cdb_m2persno_name | str \| None | File Last Saved by | -| cdb_m2date | datetime \| None | File Last Saved on | -| st_durchmesser | float \| None | Diameter | -| st_laenge | float \| None | Length | -| st_hoehe | float \| None | Height | -| cdb_object_id | str \| None | Object ID | -| site_erp | str \| None | Plant | -| fertart | str \| None | Production Type | -| t_pruef_datum | datetime \| None | Release Date | -| oberflaeche | str \| None | Surface | -| mengeneinheit | str \| None | Unit of Measure | -| gebrauchsstand | str \| None | Usability | -| st_breite | float \| None | Width | -| cca_char_1 | str \| None | Custom Char Field | -| cca_char_2 | str \| None | Custom Char Field | -| cca_char_3 | str \| None | Custom Char Field | -| cca_char_4 | str \| None | Custom Char Field | -| cca_char_5 | str \| None | Custom Char Field | -| cca_char_6 | str \| None | Custom Char Field | -| cca_char_7 | str \| None | Custom Char Field | -| cca_char_8 | str \| None | Custom Char Field | -| cca_char_9 | str \| None | Custom Char Field | -| cca_char_10 | str \| None | Custom Char Field | -| cca_char_11 | str \| None | Custom Char Field | -| cca_char_12 | str \| None | Custom Char Field | -| cca_char_13 | str \| None | Custom Char Field | -| cca_char_14 | str \| None | Custom Char Field | -| cca_char_15 | str \| None | Custom Char Field | -| cca_char_16 | str \| None | Custom Char Field | -| cca_char_17 | str \| None | Custom Char Field | -| cca_char_18 | str \| None | Custom Char Field | -| cca_char_19 | str \| None | Custom Char Field | -| cca_char_20 | str \| None | Custom Char Field | -| cca_bigchar_part_1 | str \| None | Custom BigChar Field | -| cca_bigchar_part_2 | str \| None | Custom BigChar Field | -| cca_bigchar_part_3 | str \| None | Custom BigChar Field | -| cca_bigchar_part_4 | str \| None | Custom BigChar Field | -| cca_bigchar_part_5 | str \| None | Custom BigChar Field | -| cca_bigchar_part_6 | str \| None | Custom BigChar Field | -| cca_bigchar_part_7 | str \| None | Custom BigChar Field | -| cca_bigchar_part_8 | str \| None | Custom BigChar Field | -| cca_bigchar_part_9 | str \| None | Custom BigChar Field | -| cca_bigchar_part_10 | str \| None | Custom BigChar Field | -| cca_bigchar_part_11 | str \| None | Custom BigChar Field | -| cca_bigchar_part_12 | str \| None | Custom BigChar Field | -| cca_bigchar_part_13 | str \| None | Custom BigChar Field | -| cca_bigchar_part_14 | str \| None | Custom BigChar Field | -| cca_bigchar_part_15 | str \| None | Custom BigChar Field | -| cca_bigchar_part_16 | str \| None | Custom BigChar Field | -| cca_bigchar_part_17 | str \| None | Custom BigChar Field | -| cca_bigchar_part_18 | str \| None | Custom BigChar Field | -| cca_bigchar_part_19 | str \| None | Custom BigChar Field | -| cca_bigchar_part_20 | str \| None | Custom BigChar Field | -| cca_integer_part_1 | int \| None | Custom Integer Field | -| cca_integer_part_2 | int \| None | Custom Integer Field | -| cca_integer_part_3 | int \| None | Custom Integer Field | -| cca_integer_part_4 | int \| None | Custom Integer Field | -| cca_integer_part_5 | int \| None | Custom Integer Field | -| cca_integer_part_6 | int \| None | Custom Integer Field | -| cca_integer_part_7 | int \| None | Custom Integer Field | -| cca_integer_part_8 | int \| None | Custom Integer Field | -| cca_integer_part_9 | int \| None | Custom Integer Field | -| cca_integer_part_10 | int \| None | Custom Integer Field | -| cca_integer_part_11 | int \| None | Custom Integer Field | -| cca_integer_part_12 | int \| None | Custom Integer Field | -| cca_integer_part_13 | int \| None | Custom Integer Field | -| cca_integer_part_14 | int \| None | Custom Integer Field | -| cca_integer_part_15 | int \| None | Custom Integer Field | -| cca_integer_part_16 | int \| None | Custom Integer Field | -| cca_integer_part_17 | int \| None | Custom Integer Field | -| cca_integer_part_18 | int \| None | Custom Integer Field | -| cca_integer_part_19 | int \| None | Custom Integer Field | -| cca_integer_part_20 | int \| None | Custom Integer Field | -| cca_float_part_1 | float \| None | Custom Float Field | -| cca_float_part_2 | float \| None | Custom Float Field | -| cca_float_part_3 | float \| None | Custom Float Field | -| cca_float_part_4 | float \| None | Custom Float Field | -| cca_float_part_5 | float \| None | Custom Float Field | -| cca_float_part_6 | float \| None | Custom Float Field | -| cca_float_part_7 | float \| None | Custom Float Field | -| cca_float_part_8 | float \| None | Custom Float Field | -| cca_float_part_9 | float \| None | Custom Float Field | -| cca_float_part_10 | float \| None | Custom Float Field | -| cca_float_part_11 | float \| None | Custom Float Field | -| cca_float_part_12 | float \| None | Custom Float Field | -| cca_float_part_13 | float \| None | Custom Float Field | -| cca_float_part_14 | float \| None | Custom Float Field | -| cca_float_part_15 | float \| None | Custom Float Field | -| cca_float_part_16 | float \| None | Custom Float Field | -| cca_float_part_17 | float \| None | Custom Float Field | -| cca_float_part_18 | float \| None | Custom Float Field | -| cca_float_part_19 | float \| None | Custom Float Field | -| cca_float_part_20 | float \| None | Custom Float Field | -| cca_bool_part_1 | bool \| None | Custom Boolean Field | -| cca_bool_part_2 | bool \| None | Custom Boolean Field | -| cca_bool_part_3 | bool \| None | Custom Boolean Field | -| cca_bool_part_4 | bool \| None | Custom Boolean Field | -| cca_bool_part_5 | bool \| None | Custom Boolean Field | -| cca_bool_part_6 | bool \| None | Custom Boolean Field | -| cca_bool_part_7 | bool \| None | Custom Boolean Field | -| cca_bool_part_8 | bool \| None | Custom Boolean Field | -| cca_bool_part_9 | bool \| None | Custom Boolean Field | -| cca_bool_part_10 | bool \| None | Custom Boolean Field | -| cca_bool_part_11 | bool \| None | Custom Boolean Field | -| cca_bool_part_12 | bool \| None | Custom Boolean Field | -| cca_bool_part_13 | bool \| None | Custom Boolean Field | -| cca_bool_part_14 | bool \| None | Custom Boolean Field | -| cca_bool_part_15 | bool \| None | Custom Boolean Field | -| cca_bool_part_16 | bool \| None | Custom Boolean Field | -| cca_bool_part_17 | bool \| None | Custom Boolean Field | -| cca_bool_part_18 | bool \| None | Custom Boolean Field | -| cca_bool_part_19 | bool \| None | Custom Boolean Field | -| cca_bool_part_20 | bool \| None | Custom Boolean Field | -| cca_date_part_1 | datetime \| None | Custom Date Field | -| cca_date_part_2 | datetime \| None | Custom Date Field | -| cca_date_part_3 | datetime \| None | Custom Date Field | -| cca_date_part_4 | datetime \| None | Custom Date Field | -| cca_date_part_5 | datetime \| None | Custom Date Field | -| cca_date_part_6 | datetime \| None | Custom Date Field | -| cca_date_part_7 | datetime \| None | Custom Date Field | -| cca_date_part_8 | datetime \| None | Custom Date Field | -| cca_date_part_9 | datetime \| None | Custom Date Field | -| cca_date_part_10 | datetime \| None | Custom Date Field | -| cca_date_part_11 | datetime \| None | Custom Date Field | -| cca_date_part_12 | datetime \| None | Custom Date Field | -| cca_date_part_13 | datetime \| None | Custom Date Field | -| cca_date_part_14 | datetime \| None | Custom Date Field | -| cca_date_part_15 | datetime \| None | Custom Date Field | -| cca_date_part_16 | datetime \| None | Custom Date Field | -| cca_date_part_17 | datetime \| None | Custom Date Field | -| cca_date_part_18 | datetime \| None | Custom Date Field | -| cca_date_part_19 | datetime \| None | Custom Date Field | -| cca_date_part_20 | datetime \| None | Custom Date Field | -| document_ids | list[str] | List of document IDs, that were changed. (z_nummer@z_index) | -| documents | list[[Document](objects.md#document)] | | +|Attribute|Type|Description| +|-|-|-| +|teilenummer|str|part number| +|t_index|str|part index| +|status|int|Status Number| +|materialnr_erp|str \| None|Material No. (ERP)| +|benennung|str \| None|Name| +|eng_benennung|str \| None|Name| +|benennung2|str \| None|Additional Name| +|t_kategorie_name_de|str \| None|Category Name| +|t_kategorie_name_en|str \| None|Category Name| +|cdb_t_project_id|str \| None|Project ID| +|t_bereich|str \| None|Department| +|cdb_t_ec_id|str \| None|Engineering Change ID| +|item_maturity|int \| None|Maturity Level| +|gebrauchsstand_name_de|str \| None|Usage Status| +|gebrauchsstand_name_en|str \| None|Usage Status| +|ce_valid_from|date \| datetime \| None|Effective from| +|ce_valid_to|date \| datetime \| None|Effective to| +|mengeneinheit_name_de|str \| None|Quantity Unit| +|mengeneinheit_name_en|str \| None|Quantity Unit| +|st_gewicht|typing.Optional[float]|Weight (kg)| +|material_object_id|str \| None|Material ID| +|surface_name_en|str \| None|Surface| +|surface_name_de|str \| None|Surface| +|techdaten|str \| None|Engineering Data| +|cssaas_mirrored_from|str \| None|Mirror Part ID| +|t_ersatz_fuer|str \| None|Replacement for| +|t_ersatz_durch|str \| None|Replaced by| +|din|str \| None|Norms| +|bemerkung|str \| None|Remarks| +|cdb_copy_of_item_id|str \| None|Copy of ID| +|type_object_id|str \| None|BOM Type ID| +|cdb_depends_on|str \| None|Derived from| +|site_object_id|str \| None|Plant| +|cssaas_frame_add_attr_1|str \| None|Additional Attribute 1| +|cssaas_frame_add_attr_2|str \| None|Additional Attribute 2| +|cssaas_frame_add_attr_3|str \| None|Additional Attribute 3| +|cssaas_frame_add_attr_4|str \| None|Additional Attribute 4| +|cssaas_frame_add_attr_5|str \| None|Additional Attribute 5| +|cdb_cpersno|str \| None|Created by| +|cdb_cpersno_name|str \| None|Created by| +|cdb_cdate|datetime \| None|Created on| +|cdb_mpersno|str \| None|Last Modified by| +|cdb_mpersno_name|str \| None|Last Modified by| +|cdb_mdate|datetime \| None|Last Modified on| +|cdb_m2persno|str \| None|File Last Saved by| +|cdb_m2persno_name|str \| None|File Last Saved by| +|cdb_m2date|datetime \| None|File Last Saved on| +|st_durchmesser|float \| None|Diameter| +|st_laenge|float \| None|Length| +|st_hoehe|float \| None|Height| +|cdb_object_id|str \| None|Object ID| +|site_erp|str \| None|Plant| +|fertart|str \| None|Production Type| +|t_pruef_datum|datetime \| None|Release Date| +|oberflaeche|str \| None|Surface| +|mengeneinheit|str \| None|Unit of Measure| +|gebrauchsstand|str \| None|Usability| +|st_breite|float \| None|Width| +|cca_char_1|str \| None|Custom Char Field| +|cca_char_2|str \| None|Custom Char Field| +|cca_char_3|str \| None|Custom Char Field| +|cca_char_4|str \| None|Custom Char Field| +|cca_char_5|str \| None|Custom Char Field| +|cca_char_6|str \| None|Custom Char Field| +|cca_char_7|str \| None|Custom Char Field| +|cca_char_8|str \| None|Custom Char Field| +|cca_char_9|str \| None|Custom Char Field| +|cca_char_10|str \| None|Custom Char Field| +|cca_char_11|str \| None|Custom Char Field| +|cca_char_12|str \| None|Custom Char Field| +|cca_char_13|str \| None|Custom Char Field| +|cca_char_14|str \| None|Custom Char Field| +|cca_char_15|str \| None|Custom Char Field| +|cca_char_16|str \| None|Custom Char Field| +|cca_char_17|str \| None|Custom Char Field| +|cca_char_18|str \| None|Custom Char Field| +|cca_char_19|str \| None|Custom Char Field| +|cca_char_20|str \| None|Custom Char Field| +|cca_bigchar_part_1|str \| None|Custom BigChar Field| +|cca_bigchar_part_2|str \| None|Custom BigChar Field| +|cca_bigchar_part_3|str \| None|Custom BigChar Field| +|cca_bigchar_part_4|str \| None|Custom BigChar Field| +|cca_bigchar_part_5|str \| None|Custom BigChar Field| +|cca_bigchar_part_6|str \| None|Custom BigChar Field| +|cca_bigchar_part_7|str \| None|Custom BigChar Field| +|cca_bigchar_part_8|str \| None|Custom BigChar Field| +|cca_bigchar_part_9|str \| None|Custom BigChar Field| +|cca_bigchar_part_10|str \| None|Custom BigChar Field| +|cca_bigchar_part_11|str \| None|Custom BigChar Field| +|cca_bigchar_part_12|str \| None|Custom BigChar Field| +|cca_bigchar_part_13|str \| None|Custom BigChar Field| +|cca_bigchar_part_14|str \| None|Custom BigChar Field| +|cca_bigchar_part_15|str \| None|Custom BigChar Field| +|cca_bigchar_part_16|str \| None|Custom BigChar Field| +|cca_bigchar_part_17|str \| None|Custom BigChar Field| +|cca_bigchar_part_18|str \| None|Custom BigChar Field| +|cca_bigchar_part_19|str \| None|Custom BigChar Field| +|cca_bigchar_part_20|str \| None|Custom BigChar Field| +|cca_integer_part_1|int \| None|Custom Integer Field| +|cca_integer_part_2|int \| None|Custom Integer Field| +|cca_integer_part_3|int \| None|Custom Integer Field| +|cca_integer_part_4|int \| None|Custom Integer Field| +|cca_integer_part_5|int \| None|Custom Integer Field| +|cca_integer_part_6|int \| None|Custom Integer Field| +|cca_integer_part_7|int \| None|Custom Integer Field| +|cca_integer_part_8|int \| None|Custom Integer Field| +|cca_integer_part_9|int \| None|Custom Integer Field| +|cca_integer_part_10|int \| None|Custom Integer Field| +|cca_integer_part_11|int \| None|Custom Integer Field| +|cca_integer_part_12|int \| None|Custom Integer Field| +|cca_integer_part_13|int \| None|Custom Integer Field| +|cca_integer_part_14|int \| None|Custom Integer Field| +|cca_integer_part_15|int \| None|Custom Integer Field| +|cca_integer_part_16|int \| None|Custom Integer Field| +|cca_integer_part_17|int \| None|Custom Integer Field| +|cca_integer_part_18|int \| None|Custom Integer Field| +|cca_integer_part_19|int \| None|Custom Integer Field| +|cca_integer_part_20|int \| None|Custom Integer Field| +|cca_float_part_1|float \| None|Custom Float Field| +|cca_float_part_2|float \| None|Custom Float Field| +|cca_float_part_3|float \| None|Custom Float Field| +|cca_float_part_4|float \| None|Custom Float Field| +|cca_float_part_5|float \| None|Custom Float Field| +|cca_float_part_6|float \| None|Custom Float Field| +|cca_float_part_7|float \| None|Custom Float Field| +|cca_float_part_8|float \| None|Custom Float Field| +|cca_float_part_9|float \| None|Custom Float Field| +|cca_float_part_10|float \| None|Custom Float Field| +|cca_float_part_11|float \| None|Custom Float Field| +|cca_float_part_12|float \| None|Custom Float Field| +|cca_float_part_13|float \| None|Custom Float Field| +|cca_float_part_14|float \| None|Custom Float Field| +|cca_float_part_15|float \| None|Custom Float Field| +|cca_float_part_16|float \| None|Custom Float Field| +|cca_float_part_17|float \| None|Custom Float Field| +|cca_float_part_18|float \| None|Custom Float Field| +|cca_float_part_19|float \| None|Custom Float Field| +|cca_float_part_20|float \| None|Custom Float Field| +|cca_bool_part_1|bool \| None|Custom Boolean Field| +|cca_bool_part_2|bool \| None|Custom Boolean Field| +|cca_bool_part_3|bool \| None|Custom Boolean Field| +|cca_bool_part_4|bool \| None|Custom Boolean Field| +|cca_bool_part_5|bool \| None|Custom Boolean Field| +|cca_bool_part_6|bool \| None|Custom Boolean Field| +|cca_bool_part_7|bool \| None|Custom Boolean Field| +|cca_bool_part_8|bool \| None|Custom Boolean Field| +|cca_bool_part_9|bool \| None|Custom Boolean Field| +|cca_bool_part_10|bool \| None|Custom Boolean Field| +|cca_bool_part_11|bool \| None|Custom Boolean Field| +|cca_bool_part_12|bool \| None|Custom Boolean Field| +|cca_bool_part_13|bool \| None|Custom Boolean Field| +|cca_bool_part_14|bool \| None|Custom Boolean Field| +|cca_bool_part_15|bool \| None|Custom Boolean Field| +|cca_bool_part_16|bool \| None|Custom Boolean Field| +|cca_bool_part_17|bool \| None|Custom Boolean Field| +|cca_bool_part_18|bool \| None|Custom Boolean Field| +|cca_bool_part_19|bool \| None|Custom Boolean Field| +|cca_bool_part_20|bool \| None|Custom Boolean Field| +|cca_date_part_1|datetime \| None|Custom Date Field| +|cca_date_part_2|datetime \| None|Custom Date Field| +|cca_date_part_3|datetime \| None|Custom Date Field| +|cca_date_part_4|datetime \| None|Custom Date Field| +|cca_date_part_5|datetime \| None|Custom Date Field| +|cca_date_part_6|datetime \| None|Custom Date Field| +|cca_date_part_7|datetime \| None|Custom Date Field| +|cca_date_part_8|datetime \| None|Custom Date Field| +|cca_date_part_9|datetime \| None|Custom Date Field| +|cca_date_part_10|datetime \| None|Custom Date Field| +|cca_date_part_11|datetime \| None|Custom Date Field| +|cca_date_part_12|datetime \| None|Custom Date Field| +|cca_date_part_13|datetime \| None|Custom Date Field| +|cca_date_part_14|datetime \| None|Custom Date Field| +|cca_date_part_15|datetime \| None|Custom Date Field| +|cca_date_part_16|datetime \| None|Custom Date Field| +|cca_date_part_17|datetime \| None|Custom Date Field| +|cca_date_part_18|datetime \| None|Custom Date Field| +|cca_date_part_19|datetime \| None|Custom Date Field| +|cca_date_part_20|datetime \| None|Custom Date Field| +|document_ids|list[str]|List of document IDs, that were changed. (z_nummer@z_index)| +|documents|list[[Document](objects.md#document)]|| + +## Person +`csfunctions.objects.Person` + +|Attribute|Type|Description| +|-|-|-| +|personalnummer|str|Personal Number| +|name|str|System-Name| +|firstname|str \| None|First Name| +|lastname|str \| None|Last Name| +|gender|str \| None|Gender| +|title|str \| None|Title| +|initials|str \| None|Initials| +|active_account|bool \| None|Active Account| +|org_id|str \| None|Organization ID| +|abt_nummer|str \| None|Department Number| +|e_mail|str \| None|Email| +|telefon|str \| None|Phone| ## Workflow `csfunctions.objects.Workflow` -| Attribute | Type | Description | -| -------------------- | --------------------------------------- | -------------------------------------------- | -| cdb_process_id | str | Workflow ID | -| title | str \| None | Title | -| started_at | datetime \| None | Date when the workflow was started. | -| started_by | str \| None | ID of the user who started the workflow. | -| local_briefcase_ids | list[str] | List of local briefcase ids (cdb_object_id) | -| global_briefcase_ids | list[str] | List of global briefcase ids (cdb_object_id) | -| local_briefcases | list[[Briefcase](objects.md#briefcase)] | | -| global_briefcases | list[[Briefcase](objects.md#briefcase)] | | +|Attribute|Type|Description| +|-|-|-| +|cdb_process_id|str|Workflow ID| +|title|str \| None|Title| +|started_at|datetime \| None|Date when the workflow was started.| +|started_by|str \| None|ID of the user who started the workflow.| +|local_briefcase_ids|list[str]|List of local briefcase ids (cdb_object_id)| +|global_briefcase_ids|list[str]|List of global briefcase ids (cdb_object_id)| +|local_briefcases|list[[Briefcase](objects.md#briefcase)]|| +|global_briefcases|list[[Briefcase](objects.md#briefcase)]||