Accounts to Use for Auto Assignment

Workflow Manager 2015

When setting up automatic work assignment in a project when using a FNMP Compliance API Service connection, in order to extract the user data, you need to expose the web method of GetCustomView and set the customViewID to -40000.

By default. Workflow Manager is set to search for the customViewID of ‑40000, To change that default value you can edit the value of the FNMPUserIDCustomViews key in the web.config file. The default value of this setting in web.config is:

<add key="FNMPUserIDCustomViews" value="-40000"></add>

You can separate multiple values by a semicolon.