Transactional statement approval

Transactional statements must be approved with an annotation. All transactional statements needs to be approved as safe, since committing and rolling back transactions is not compatible with client calls. See documentation for @ApproveTransactionStatement for more information.

Violating this rule will affect the functionality of the code.The severity is critical which means that the code will not function correctly.

Example of statement approved with annotation

Annotation should contain date and signature.

...
@ApproveTransactionStatement(2014-11-07,anddse)
COMMIT;        
...

This page is generated from IFS Developer Studio at 2025-05-28 19:45.