@UpdateAnalyzer

Indicates that this annotation should be picked up and processed by Update Analyzer. A method with this annotation will always be displayed as high impact

Category: usage_control

This annotation will be picked up and processed by Update Analyzer. It should only be used when working in the Ext or Cust level, and the purpose is to force a method to always be displayed to have high impact when analyzing an Update. A specific format should be used, the annotation should be followed by #Comment=<a comment>

Example of an UpadateAnalyzer annotation

@UpdateAnalyzer #Comment=This is method is overtaken
FUNCTION Decode (
   potential_no_ IN NUMBER ) RETURN VARCHAR2
IS
   ...

This page is generated from IFS Developer Studio at 2021-08-13 08:40.