EzeScan would normally expect the operator to configure only one action (e.g. scan, import file, import folder, commit) to a job that runs on a Job button.
However if more than 1 action is enabled then EzeScan uses the following priority list to decide which action will be run, and which ones will be ignored.
-
Is the job enabled for Scan?
-
Yes, run the scan and ignore any following actions.
-
No, perform next test below.
-
-
Is the job enabled for Import File?
-
Yes, run the import file and ignore any following actions.
-
No, perform next test below.
-
-
Is the job enabled for Import Folder?
-
Yes, run the import folder and ignore any following actions.
-
No, perform next test below.
-
-
Is the job enabled for Commit?
-
Yes, run the commit.
-
No, warn operator that no actions are enabled in this job type.
-