Inhibiting a Reconciliation Rule
To globally forbid the use of one or several reconciliation rules
without any CAA development, you can valuate the
CV5_REC_FORBIDDEN_RULES variable value (located in the execution
environment) with the name of the reconciliation rule that you want to
forbid. Please find below the list of the rules names that can be used to
valuate the CV5_REC_FORBIDDEN_RULES variable:
|
For documents saved in Publications
Exposed mode: prevents you from reloading the model from the VPDM. |
|
For documents saved in Publications
Exposed mode: prevents you from overwriting the model saved in the VPDM
with the model loaded in the CATIA session. |
|
For documents saved in Publications
Exposed mode: prevents you from saving the model loaded in the CATIA
session as a new object. |
|
For documents saved in Structure Exposed
mode: prevents you from saving the model loaded in the CATIA session as
a new object. |
ProdStructExp_OverwriteInPDM:
|
For documents saved in Structure Exposed
mode: prevents you from overwriting the model saved in the VPDM with
the model loaded in the CATIA session. |
Example: If the variable is set to CV5_REC_FORBIDDEN_RULES=PubExp_ReloadFromPDM,PubExp_NewObject ,
you will not be able to select the Reload from VPDM or the New object in
VPDM option for the Publications Exposed mode.
The CATIPDMUERecRules User Exit variable enables you
to control at the Document or the Part level if a rule is authorized or
forbidden. If the CV5_REC_FORBIDDEN_RULES and
CATIPDMUERecRules User Exit variables are set, a check
will be performed to make sure that:
- The reconciliation rules can be applied to the selected object
according to its status.
- The rule is authorized: its use is not forbidden by the
CV5_REC_FORBIDDEN_RULES variable value.
- The CATIPDMUERecRules User Exit variable is called for a final
authorization.
If the user exit CATIPDMUERecRules variable is not
implemented, authorized reconciliation rules will be filtered globally by
the value defined in the CV5_REC_FORBIDDEN_RULES variable.
|