Attribute Name | Description
|
---|
App | The application to which this restriction applies.
If null, this applies to all applications.
Foreign key to MaxApps .
|
AttributeName | The attribute to which this restriction applies.
If this is not an attribute-level restriction, this will be null.
ObjectName and AttributeName are foreign key to
MaxAttribute .
|
ClassName | Java class name for use when the restriction is Qualified.
Can be null. If not null, this identifies a Java class that returns
Sql to be applied to the Where clause for a top-level Mbo or lookup.
If null, then a ConditionNum will be specified instead.
|
ConditionNum | Identifies the Condition for this data restriction..
Foreign key to Condition .
If conditionnum is null, then the restriction will always be applied.
|
GroupName | The security group to which this restriction applies.
If null, this applies to all security groups.
Foreign key to MaxGroup .
|
ObjectName | The object to which this restriction applies. Cannot be null.
Foreign key to MaxObject .
|
ReEvaluate | Identifies whether this condition should be reevaluated on data change.
When False, the condition is evaluated only on fetch.
|
Restriction | Identifies the type of restriction.
Must be valid on RESTRICTLEVEL domain.
Values include HIDDEN, READONLY, REQUIRED, QUALIFIED .
|
SRestrictNum | Unique identifier; autokeyed by default.
|
Type | Identifies whether the restriction applies to an entire object
or to an attribute.
Must be valid on RESTRICTTYPE domain.
Values include ROW, ATTR .
|