Schedules

Schedules

You can automate periodic execution of custom functions using Schedules. Custom functions are programs that allow users to manipulate data within AssetExplorer Cloud and other external applications.
 
You can associate one or more schedules with each scheduled function.
 
Role Required: SDAdmin
 
To schedule a custom function,
  1. Go to Setup > Automation > Schedules.
  2. Click New Schedule.
  3. Provide a name and description for the schedule.
  4. Under Custom Function, choose whether to use an existing custom function (scheduled function) or to create a new one.
    1. Create a new Custom Function: Select the custom function from the pop-up displayed. You can also edit the custom function before selecting.
    2. Select from existing Functions: Click Create Custom Function. Provide a name and description. Add the script to the editor and click Save and Choose. The custom function saved will be added to scheduled functions.
  5. Click Configure Schedule.
    1. Provide the date and time to start the execution.
    2. Select a frequency to run the custom function.
    3. Advanced settings will be available if you have set the custom function frequency to Daily, Weekly, Monthly, or Yearly. Enable Advanced and configure the interval and repetition.
    4. In Ends, you can terminate the schedule on a specific date or after a certain number of executions. You can also allow the schedule to execute indefinitely.
    5. Click Schedule after completing the configuration.
  6. Finally, click Save.

 

List View Actions 

  1. Preview schedule: Click a schedule to expand and preview the details.
  2. Edit schedule: Click > Edit beside the required schedule.
  3. Enable/Disable schedule: Click   > Enable/Disable against the schedule. You can also use the toggle option under the Status column.
  4. Delete schedule: Click > Delete beside the required schedule.
  5. Bulk Actions: You can enable, disable, or delete schedules in bulk. Select the schedules using the check boxes, click Actions, and choose the required action.
Info
Completed and disabled schedules will display their statuses under the Next Run column. 
 
    • Related Articles

    • Custom Functions

      Custom functions allow you to manipulate data within AssetExplorer Cloud and external applications. You can use custom functions to configure complex conditions or define multiple actions. For example, data under any module can be changed fully or ...