SYNTAX:
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.
General
Content
Integrations