Resolved! How do I call a script include from the mobile agent?
I have a UI Action to copy a task. It calls a script include with the following code: var copyToNewTask = new u_task_utility(); var newTask = copyToNewTask.copyTask(); When I try to call the same script include from the mobile agent Action, the sc...
