Naming convention rules
Published 02 August 2017
Naming convention rules
NC001a – TRANSACTION names that are allowed
Allowed names can be listed in Rule Customization.
NC001d – TRANSACTION names that are disallowed
THROW should be avoided as a transaction name to avoid keyword name conflict.
Disallowed names must be listed in Rule Customization using regex syntax.
Eg, THROW|UnwantedName2|UnwantedName3