BUG 8727 Increase the maxlength of the Condition of the Evaluation ... SOLVED.

- We'd need to increase the max-length of the Condition of the Evaluation routing rule because there are some special rules that need more length.
- Adjust the maxlength the ROU_CONDITION field in Evaluation, Selection, Parallel By Evaluation Routing Rule.
This commit is contained in:
Hector Cortez
2012-03-21 10:40:10 -04:00
parent d7844fdee6
commit 1922a69dc6
7 changed files with 7 additions and 7 deletions

View File

@@ -1066,7 +1066,7 @@ CREATE TABLE [ROUTE]
[ROU_NEXT_TASK] VARCHAR(32) default '0' NOT NULL,
[ROU_CASE] INT default 0 NOT NULL,
[ROU_TYPE] VARCHAR(25) default 'SEQUENTIAL' NOT NULL,
[ROU_CONDITION] VARCHAR(255) default '' NOT NULL,
[ROU_CONDITION] VARCHAR(512) default '' NOT NULL,
[ROU_TO_LAST_USER] VARCHAR(20) default 'FALSE' NOT NULL,
[ROU_OPTIONAL] VARCHAR(20) default 'FALSE' NOT NULL,
[ROU_SEND_EMAIL] VARCHAR(20) default 'TRUE' NOT NULL,