Other Support Options
|
| |
Listserv
Pose a question to other users. |
|
|
| Revised | : | January 5, 2006 (mc) |
| Version | : | All versions |
| Revision | : | 1 |
HOWTO: Routing Rules Across Modules
January 5, 2006
SUMMARY
When setting up ILLiad routing rules that originate in the Borrowing module and route transactions to the Doc Del module (or vice versa), the ProcessType value in the Routing table should be set to the transaction's original module and the NewProcessType value should be set to the destination module.
EXAMPLES
To route a transaction to a special status in Document Delivery when it is routed to Doc Del from Borrowing, you would need to set up a routing rule like the following example:
| Field Name | Value |
|---|
| RuleNo | 6 |
| RuleActive | Yes |
| ProcessType | Borrowing |
| TransactionStatus | Awaiting Document Delivery Processing |
| MatchString | Whatever your criteria might be. Example: u.Status = 'Faculty' |
| NewProcessType | Doc Del |
| NewTransactionStatus | Awaiting Special Doc Del Processing |
| RuleDescription | Moves transactions meeting my criteria to Awaiting Special Doc Del Processing when routed to Doc Del from Borrowing. |
To route a transaction to a special status in Borrowing when it is routed back to Borrowing from Doc Del, you would need to set up a routing rule like the following example:
| Field Name | Value |
|---|
| RuleNo | 6 |
| RuleActive | Yes |
| ProcessType | Doc Del |
| TransactionStatus | Awaiting Request Processing |
| MatchString | Whatever your criteria might be. Example: u.Status = 'Faculty' |
| NewProcessType | Borrowing |
| NewTransactionStatus | Awaiting Failed Doc Del Faculty Processing |
| RuleDescription | Moves transactions meeting my criteria to Awaiting Failed Doc Del Faculty Processing when routed to Borrowing from Doc Del. |