Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
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.

  • No labels