You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This event is fired when a document is created, modified, copied or indexed. It is triggered after the field calculations defined in the datasheet editor are performed.
97
+
98
+
The event expects a DataResponse containing a dictionary of field names and their new values. Fields that are not mentioned in the response are not updated.
@@ -215,6 +235,24 @@ This event is fired **after** a part has been released. Raising an exception thu
215
235
|cdb_ec_id|str \| None| Engineering Change ID|
216
236
217
237
238
+
## PartFieldCalculationEvent
239
+
`csfunctions.events.PartFieldCalculationEvent`
240
+
241
+
This event is fired when a part is created, modified, copied or indexed. It is triggered after the field calculations defined in the datasheet editor are performed.
242
+
243
+
The event expects a DataResponse containing a dictionary of field names and their new values. Fields that are not mentioned in the response are not updated.
0 commit comments