Need to display something to indicate that a UI action's script is running, but the standard methods are not workingSummaryIn the custom application, there is a UI action. The script behind copies records and adjusts values in the records. The process typically takes roughly 60-90 seconds to complete.Is there a way to notify the users that "something" is actually happening after they click the button?ReleaseGenericInstructionsTo solve that you can add the message on the script level instead of the UI action.