Difference between revisions of "Creating-tasks-developer-solution"

From Subscribe-HR Wiki Help
Jump to: navigation, search
(Creating Tasks)
Line 1: Line 1:
 
==Creating Tasks==
 
==Creating Tasks==
 +
 +
A Task is a backend process that you can set-up. For example, a process that will check every Employee record at night and recalculate information. Another example is if you were to create an import to import Payslips.
 +
 
# After logging into the Subscribe-HR Cloud HR Platform open the <b>Development</b> option available on the left hand side.
 
# After logging into the Subscribe-HR Cloud HR Platform open the <b>Development</b> option available on the left hand side.
# Select <b>Objects</b> from the menu.
+
# Select <b>Tasks</b> from the menu.
# Select the desired object from the object list.
+
# Select the desired Task or Create New if creating a new Task.
# Select <b>Workflow Forms</b> from the objects sub-menu.
+
# UUID - This is self generated.  
# Select the [Add new record] Button.
+
# Enter the "Name" of the Task.
# Enter the name of the Workflow Form into <b>Form</b>.
+
# Select the "Type" of Task. Manually Triggered of Scheduled. For example if Approve button is pressed you can have this trigger other background processes.  
# Select whether the attached document will require <b>Document Approval</b>.
+
# Interval and Units. Select these based on when the Task to to be run.
# The <b>Form Designer</b> builds the form to be filled out. Select the field you want included in the form, and press <b>Add</b>
+
# Start the Task from Start Date. Enter the Task Start Date.
# Select the <b>Save form</b> option.
+
# Select the APP you want to link this Task too.
 +
 
 +
Configuration: IDE Screen for JavaScript coding and configuration. See also: https://subscribehr.readthedocs.io/en/latest/apps_getting_started.html
 +
Events: Log of information based on the Task.
 
<br>
 
<br>
 
<br><br>[[File:subscribehr_logo.gif]]
 
<br><br>[[File:subscribehr_logo.gif]]

Revision as of 06:13, 6 April 2021

Creating Tasks

A Task is a backend process that you can set-up. For example, a process that will check every Employee record at night and recalculate information. Another example is if you were to create an import to import Payslips.

  1. After logging into the Subscribe-HR Cloud HR Platform open the Development option available on the left hand side.
  2. Select Tasks from the menu.
  3. Select the desired Task or Create New if creating a new Task.
  4. UUID - This is self generated.
  5. Enter the "Name" of the Task.
  6. Select the "Type" of Task. Manually Triggered of Scheduled. For example if Approve button is pressed you can have this trigger other background processes.
  7. Interval and Units. Select these based on when the Task to to be run.
  8. Start the Task from Start Date. Enter the Task Start Date.
  9. Select the APP you want to link this Task too.

Configuration: IDE Screen for JavaScript coding and configuration. See also: https://subscribehr.readthedocs.io/en/latest/apps_getting_started.html Events: Log of information based on the Task.


Subscribehr logo.gif