Hello, I have a Receipt template with a Teller field. Our teller field is a string, and we recently went from 3 digits to 4 digits. We would like to pad teller numbers that are less than 4 digits with leading zero's. I have been able to create a script that searches for receipts by date and updates one entry at a time. The problem is this will take a very long time. It takes about 20 minutes to do one week's worth, in our testing.
Is there a way with the SDK to update the values of multiple entries and do sort of a batch save instead of saving the records one at a time?