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
Copy file name to clipboardExpand all lines: docs/customization/custom-scripts.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,19 @@ The Script object provides a set of convenient functions for recording messages
129
129
130
130
Log messages are returned to the user upon execution of the script. Markdown rendering is supported for log messages.
131
131
132
+
## Change Logging
133
+
134
+
To generate the correct change log data when editing an existing object, a snapshot of the object must be taken before making any changes to the object.
0 commit comments