Updating document priority based on document definition.

Question

How to update document priority based on document definition?

Answer

  1. Add the custom scripting stage after the recognition:

  2. To be able to read the field in the script you should make the field Index field:

    3. Edit the script stage:
    Untitled3.png

      • PP_Lowest = -2 - The lowest priority. Passed in the form of the string "lowest".
      • PP_Low = -1 - A low priority. Passed in the form of the string "low".
      • PP_Normal = 0 - A normal priority. Passed in the form of the string "normal".
      • PP_High = 1 - A high priority. Passed in the form of the string "high".
      • PP_Highest = 2 - The highest priority. Passed in the form of the string "highest".
      • PP_ExtraHigh = 3 - The extra-high priority. Passed in the form of the string "extra-high

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.

Recently viewed