...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetGlobalRule (schemaId : GENERIC;
globalRuleName : STRING)
globalRuleId : GENERIC;
|
The xpfGetGlobalRule function returns the globalRuleId that uniquely identifies the specified global rule in an EDMdatabase. A global rule is defined in a dictionary model (Express schema) or in an EDMruleSchema. A global rule name is unique within the Express schema or the EDMruleSchema that defines the actual global rule.
The actual dictionary model that hold the global rule definition must be open before this operation can be successfully performed.
This function is equivalent to the EDMinterface function edmiGetGlobalRule.
Arguments
...
Type | Name | Comment |
GENERIC | schemaId | INstance id of the schema within the EDMdatabase |
STRING | globalRuleName | The name of the Global RULE |
Return Value
...
Type | Name | Comment |
GENERIC | globalRuleId | The instance id of the Global RULE |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|