show record count

This commit is contained in:
zandercymatics 2025-03-17 13:53:53 -06:00
parent 6d916246e3
commit 62cdc33786
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 4 additions and 1 deletions

View file

@ -107,6 +107,9 @@ class PopulateScriptTemplate(ABC):
verbose: Whether to print a detailed run summary *before* run confirmation.
Default: False.
show_record_count: Whether to show a 'Record 1/10' dialog when running update.
Default: False.
Raises:
NotImplementedError: If you do not define update_record before using this function.