Usage of IFS Applications components¶
IFS Application components has a lot of interactions between them. Incorrect usage of another component's methods and attributes is bug prone.
Incorrect variable declaration¶
The declaration of the assigned variable is of wrong type.
Available actions¶
- ReplaceStatement
Deprecated method¶
The used method is deprecated and can be removed in later releases. Rewrite or use the preferred substitute method, if applicable
Available actions¶
- ReplaceStatement
Appendix 1: List of variable assignments into variables that needs to be correctly typed.¶
Assignment call | Correct variable declaration |
---|---|
Site_API.Get_Company | VARCHAR2(20) |
Appendix 2: List of deprecated methods, and an optional substitute.¶
Deprecated method | Preferred substitute method |
---|---|
from version 9.0-PREP: | |
Installed_Component_SYS | Component_${MODULE}_SYS."${MODULE}" |
General_SYS.Init_Centura_Session__ | |
Module_Translate_Attr_Util_API |