@@ -18,7 +18,7 @@ The event is triggered before any field calculations are performed.
1818| Attribute| Type| Description|
1919| -| -| -|
2020| documents| list[[ Document] ( objects.md#document )] | List of documents that are about to be created.|
21- | attached_parts | list[[ Part] ( objects.md#part )] | List of parts that belong to the documents.|
21+ | linked_parts | list[[ Part] ( objects.md#part )] | List of parts that belong to the documents.|
2222
2323## DocumentModifyCheckEvent
2424` csfunctions.events.DocumentModifyCheckEvent `
@@ -37,7 +37,7 @@ The event is triggered before any field calculations are performed.
3737| Attribute| Type| Description|
3838| -| -| -|
3939| documents| list[[ Document] ( objects.md#document )] | List of documents that are about to be modified.|
40- | attached_parts | list[[ Part] ( objects.md#part )] | List of parts that belong to the documents.|
40+ | linked_parts | list[[ Part] ( objects.md#part )] | List of parts that belong to the documents.|
4141
4242
4343## DocumentReleaseCheckEvent
@@ -143,7 +143,7 @@ The event is triggered before any field calculations are performed.
143143| Attribute| Type| Description|
144144| -| -| -|
145145| parts| list[[ Part] ( objects.md#part )] | List of parts that are about to be created.|
146- | attached_documents | list[[ Document] ( objects.md#document )] | List of documents that are referenced by the parts.|
146+ | linked_documents | list[[ Document] ( objects.md#document )] | List of documents that are referenced by the parts.|
147147
148148## PartModifyCheckEvent
149149` csfunctions.events.PartModifyCheckEvent `
@@ -162,7 +162,8 @@ The event is triggered before any field calculations are performed.
162162| Attribute| Type| Description|
163163| -| -| -|
164164| parts| list[[ Part] ( objects.md#part )] | List of parts that are about to be modified.|
165- | attached_documents| list[[ Document] ( objects.md#document )] | List of documents that are referenced by the parts.|
165+ | linked_documents| list[[ Document] ( objects.md#document )] | List of documents that are referenced by the parts.|
166+
166167## PartReleaseCheckEvent
167168` csfunctions.events.PartReleaseCheckEvent `
168169
0 commit comments