Defines the values and how these values occur in a decision table for Conditions and Actions. Each RPValue entry is owned by a Condition or Action.
|
Field |
Type |
Size |
Description |
Key |
|---|---|---|---|---|
|
ValID |
Number (Long) |
4 |
System assigned unique identifier for this RPValue entry |
Index, ascending |
|
PartID |
Number (Long) |
4 |
System assigned unique identifier for the Condition or Action that this RPValue entry defines. |
Foreign, ascending |
|
ValSeq |
Number (Integer) |
2 |
The sequence of the RPValue entry amongst those owned by the Condition or Action. (Typical this will be 1, see Note 3). |
|
|
ValStr |
Memo |
- |
A string containing the test values of the owning Condition or the list of Action values. For Actions of type 2, relevant columns in which this Action is invoked; for Actions of type 3, the input arguments to be passed to the domain interface member. |
|
| Copyright © 2009 CA. All rights reserved. | Send E-mail to CA about this topic |