Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.68 KB

readme.md

File metadata and controls

35 lines (30 loc) · 1.68 KB

IDS Enhanced Routing Rules Addon

IDS server addon for enhanced routing rules. This addon could easily serve as a template for any routing rule that you may want to schedule. In addition, you could easily add other functionality (adding info to fields, generating emails, etc).

Becareful with server addons! To quote Uncle Ben: "With great power comes great responsibility."
If you've been creating client addons and want to try a new challenge, you may want to try server addons like this one.
It is important to be in contact with whomever has access to your system manager logs when working with server addons.

This addon has not yet been approved by Atlas Systems.


Configuration

Most of these settings mirror the same settings you would use in Customization Manager to set up a new routing rule.

ProcessType
The ProcessType on which the rule should run
Options: Borrowing, Doc Del, Lending
RequestType
The RequestType on which the rule should run
Options: Article, Loan
TransactionStatus
The Transaction Status on which the rule should run
MatchString
The MatchString is the condition(s) that must be met by the transactions to be included in the query
This is where the magic happens
Example: t.RequestType="Loan" AND t.Username="Sauron, Lord of the Rings"
NewProcessType
The new ProcessType that the request should receive
Options: Borrowing, Doc Del, Lending
NewTransactionStatus
The new TransactionStatus that the request should receive