Conditions for Auto-creation of a Scheme Version Method
When a scheme is created, where the SCHEME_AUTO_CREATE_METHOD application preference is:
- Defined and is checked, and a method exists that has the same Scope and Code as the scheme, then the method is linked to the scheme version.
- Defined and is checked, and a method exists that has the same Code as the scheme but not the same Scope, then you are given a message that the scheme could not be linked to the method due to the different scope.
- Defined and is checked, and a method does not exist that has the same Scope and Code as the scheme, then a method with the same Scope, Code, Name and Description as the scheme is created automatically, and link to the scheme version.
- Not defined, or is defined and is cleared, then the scheme is not associated automatically with a method.
