ArchiveUser
7 years agoQrew Captain
Writing to a logged text field via API over a certain number of logged entries
This question is more for solving my curiosity than it is a request for alternate solutions. I was using a formula rich text field functioning as a button to make an API_EditRecord call to update a logged text field. This worked well until the logged field accumulated more than 7 or 8 entries. Once the field exceeded that number of entries, the request resulting from the button click would sit in the queue pending for about 20 seconds before it finished executing and redirected. Does anyone happen to know why? As soon as I wiped the log clean and tried again, it would update and redirect almost immediately. Is there something weird about how the logged edit fields work? Thanks in advance if anyone has any idea how that functions.