I am thinking of writing code and it can run in background while I can use notes to send emails. IIs that possible? If so, how? n my experiences, when I click action button, then it will take a long time to run, I cannot use Notes until the action is done, it will waste my time.
Subject: free up note, let code runs in background… possible?
if the db you’re running your code from is local on your computer you can enable local scheduled background agents in user prefs and set the agent to run on schedule. Although this should allow you to use your client it will slow things down since the agent is still processed locally from your computer.
Subject: Agents can run as a background process
In the agent’s properties select “Run in background client thread” - but be aware of the caveats.