I understand that LS gets compiled at some point.
I’ve recently encountered a situation where an agent wasn’t being executed in a browser app. Deleting & recreating the agent didn’t fix things so I had to copy the agent and give it a new name. I’m guessing the compiled code wasn’t being discarded.
My question is: should making a copy of the database clear out all the compiled LS? What are all the conditions where the compiled code be cleared?
I want to get back to the orignal names to tidy things up.